21. Bounded transaction validity on Hydra protocol transactions
· 3 min read
Status
Accepted
Context
-
The HydraHeadV1 formal specification contains a bounded confirmation window:
// Deadline
T_max <= T_min + L // Bounded confirmation window
DL’ = T_max + L // The latest possible deadline is 2*Lwith
T_minandT_maxbeing the tx validity bounds andLbeing the contestation period.- This is to avoid attacks with specified upper validity bound being too far in the future and denial of service the head with this (e.g. 10 years).






