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_min
andT_max
being the tx validity bounds andL
being 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).