Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(malachite): Tendermint consensus support #477

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Trantorian1
Copy link
Collaborator

Pull Request type

Please add the labels corresponding to the type of changes your PR introduces:

  • Feature

What is the current behavior?

Resolves: #475

Madara currently does not implement any consensus mechanism related to the upcoming Starknet p2p update.

What is the new behavior?

This PR aims to explore the functionality of Malachite and its integration into the codebase in anticipation of #463.

Warning

#463 is required in order for this pr to be merged as it depends on p2p capabilities being added to Madara.

Does this introduce a breaking change?

Yes. Block sync and proposal will be undergoing radical changes.

Other information

Please do not hesitate to give feedback on the early decisions and architecture choices made in this PR. All feedback is welcome!

@Trantorian1 Trantorian1 added feature Request for new feature or enhancement sequencer Related to the sequencing logic and implementation node Related to the full node implementation research Research and exploration required before implementation labels Jan 24, 2025
@Trantorian1 Trantorian1 self-assigned this Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

feat(malachite): tendermint concensus
1 participant