filecoin-project / eudico

lotus, but also other things
Other
19 stars 14 forks source link

Preventing `LockedState` from blocking if finalization top-down message fails #211

Open adlrocha opened 2 years ago

adlrocha commented 2 years ago

When running an atomic execution between two subnets whose common parent orchestrating the protocol is not their own parent (i.e. the parties are not required to sync with the subnet), if the top-down message triggered after the success or abortion of the execution doesn't arrive to destination, the locked state in the subnet may be locked forever.

To solve this we could: