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
Trantorian1 opened this issue
Jan 24, 2025
· 0 comments
· May be fixed by #477
Labels
featureRequest for new feature or enhancementnodeRelated to the full node implementationresearchResearch and exploration required before implementationsequencerRelated to the sequencing logic and implementation
With the migration to p2p block production in Starknet, we need to support the chain's upcoming consensus mechanism. This PR outlines the step to integrating Malachite, a Tendermint consensus engine developed by Informal Systems, into the codebase.
Warning
This issue requires #463 to be fully implemented as it requires p2p sync capabilites to be tested.
Validation: integration with the current block validation pipeline.
Events (integration with the low-level engine)
Proposal
Prevote
Precommit
Block storage
Testing
Unit testing
Simulation testing and Proptesting
Note
It might be worth looking into ways to simulate the db during tests. This can be a good starting point for that.
Are you willing to help with this request?
Yes!
The text was updated successfully, but these errors were encountered:
Trantorian1
added
feature
Request for new feature or enhancement
node
Related to the full node implementation
research
Research and exploration required before implementation
sequencer
Related to the sequencing logic and implementation
labels
Jan 24, 2025
featureRequest for new feature or enhancementnodeRelated to the full node implementationresearchResearch and exploration required before implementationsequencerRelated to the sequencing logic and implementation
Is there an existing issue?
Motivation
With the migration to p2p block production in Starknet, we need to support the chain's upcoming consensus mechanism. This PR outlines the step to integrating Malachite, a Tendermint consensus engine developed by Informal Systems, into the codebase.
Warning
This issue requires #463 to be fully implemented as it requires p2p sync capabilites to be tested.
Request
Integration of Malachite into the codebase.
Solution
Steps to integration.
Basic boilerplate
Proposal
Events (integration with the low-level engine)
Testing
Note
It might be worth looking into ways to simulate the db during tests. This can be a good starting point for that.
Are you willing to help with this request?
Yes!
The text was updated successfully, but these errors were encountered: