You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue serves as the main entry point towards new contributions by the Madara exploration team: it is designed to track the progress and priority of implementing new features and breaking changes into the codebase.
feat: p2p 🔴
Note
Implementation of boilerplate code necessary for p2p to work in Madara.
Implementation of snapshot sync for Madara. This is a mode of L2 sync where the user automatically downloads a pre-computed db, applies it locally and continues to sync from there.
About
This issue serves as the main entry point towards new contributions by the Madara exploration team: it is designed to track the progress and priority of implementing new features and breaking changes into the codebase.
feat
: p2p 🔴Note
Implementation of boilerplate code necessary for p2p to work in Madara.
feat
: cairo native 🟡Note
Integrating cairo native into Madara for better runtime contract execution performance.
feat
: Malachite 🟡Note
Integration of the malachite consensus engine into Madara.
feat
: warp sync 🟢Note
Implementation of warp sync for Madara. This is a mode of L2 sync where we only compute the state root at the tip of the chain.
feat
: snapshot sync 🟢Note
Implementation of snapshot sync for Madara. This is a mode of L2 sync where the user automatically downloads a pre-computed db, applies it locally and continues to sync from there.
feat
: mempool migration 🟢Note
Implement a zero downtime protocol to allow sequencers to migrate their mempool during warp updates (see #393).
feat
: s2s 🟢Note
Cross chain sequencer to sequencer messaging.
feat
: database 🟢Note
Updates and improvements related to Madara's database schema. You can check out #231 for some documentation.
bonsai-trie
#241The text was updated successfully, but these errors were encountered: