dreamcatcher-tech / dreamcatcher-stack

https://dreamcatcher.land
1 stars 0 forks source link

Reset promises during fork #127

Open inverted-capital opened 1 year ago

inverted-capital commented 1 year ago

Forked chains may have promises it is awaiting. If these are within the same forked complex, then we can optionally execute them, or we may need to error them completely. If there are from / to something outside of the fork boundary, then we have to error them as our ID has changed.