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

Fetch Epoch Root via Leaves for Stake Table Catchup #2650

Open
wants to merge 19 commits into
base: bf/st-catchup
Choose a base branch
from

Conversation

bfish713
Copy link
Contributor

@bfish713 bfish713 commented Feb 20, 2025

This PR implements Leaf fetching to get the epoch root for each epoch we need for catchup.

This PR adds to the CatchupDataSource the ability to fetch leafs from others for use in catchup.

@bfish713 bfish713 changed the base branch from main to bf/st-catchup February 20, 2025 15:54
Copy link
Contributor

Unable to build without Cargo.lock file.

This means that after this change 3rd party projects may have
difficulties using crates in this repo as a dependency. If this
isn't easy to fix please open an issue so we can fix it later.

For the first failing build see: https://github.com/EspressoSystems/espresso-sequencer/actions/runs/13439312026

To reproduce locally run

cargo generate-lockfile
cargo check --all-targets

This PR can still be merged.

@bfish713 bfish713 changed the title Bf/leaf catchup Fetch Epoch Root via Leaves for Stake Table Catchup Mar 4, 2025
@bfish713 bfish713 marked this pull request as ready for review March 4, 2025 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant