ethereum-optimism / specs

OP Stack Specifications
https://specs.optimism.io
Creative Commons Zero v1.0 Universal
102 stars 91 forks source link

Interop: Message Expiry #402

Open tynes opened 1 month ago

tynes commented 1 month ago

It would be nice to be able to recover messages when they are sent to remote chains that are not able to process them. There are generally 2 ways of thinking about this. Messages can be expired after some amount of time and be rolled back or they can revert up front if they are going to a chain that cannot accept the incoming message.