chainwayxyz / citrea

Citrea, Bitcoin's First ZK Rollup 🍊🍋
https://citrea.xyz
GNU General Public License v3.0
115 stars 22 forks source link

Implement fork manager for L2 #736

Closed rakanalh closed 3 days ago

rakanalh commented 3 months ago

We need to implement a fork manager for:

eyusufatik commented 3 months ago

This is mostly for being able to revert state and reapply different soft confirmations.

Sort of a measure for when we need to do hard forks in the past etc.

The spec system is gonna be handled in #235 but the underlying storage should be able to fork.