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

Consensus Module #15

Merged
merged 17 commits into from
Dec 5, 2024
Merged

Consensus Module #15

merged 17 commits into from
Dec 5, 2024

Conversation

ebatsell
Copy link
Collaborator

@ebatsell ebatsell commented Nov 26, 2024

meta merkle root code is inspired from https://github.com/jito-foundation/distributor/tree/master

Note that generated_merkle_root code should be replaced by the incoming Operator module

Still missing: ability to set epochs_before_stall and valid_slots_after_consensus

@ebatsell ebatsell changed the title [WIP] Consensus Module Consensus Module Dec 2, 2024
@ebatsell ebatsell marked this pull request as ready for review December 2, 2024 23:24
Copy link
Collaborator

@coachchucksol coachchucksol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will approve after in-person discussion

core/src/ballot_box.rs Show resolved Hide resolved
core/src/ballot_box.rs Show resolved Hide resolved
core/src/ballot_box.rs Show resolved Hide resolved
core/src/constants.rs Show resolved Hide resolved
integration_tests/tests/fixtures/tip_router_client.rs Outdated Show resolved Hide resolved
meta_merkle_tree/src/generated_merkle_tree.rs Show resolved Hide resolved
meta_merkle_tree/src/utils.rs Show resolved Hide resolved
program/src/cast_vote.rs Outdated Show resolved Hide resolved
program/src/initialize_ballot_box.rs Show resolved Hide resolved
program/src/set_tie_breaker.rs Show resolved Hide resolved
Copy link
Collaborator

@coachchucksol coachchucksol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@ebatsell ebatsell merged commit 022fee7 into master Dec 5, 2024
3 of 4 checks passed
@ebatsell ebatsell deleted the eb/consensus branch December 5, 2024 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants