-
Notifications
You must be signed in to change notification settings - Fork 371
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
EPIC: Single Binary Syncs #1568
Milestone
Comments
5 tasks
evan-forbes
added a commit
that referenced
this issue
Apr 27, 2023
## Overview This PR adds a very minimal version module, which will update the app version in the header using end block based on a config. The configs are just hardcoded maps atm, but its possible for a user to pass their own via app options. This PR also isn't meant to be a final solution for #1014 or #1568, but more of an exploratory demo of one way they could done. the majority of #1594 ## Checklist - [x] New and updated code has appropriate documentation - [x] New and updated code has new and/or updated testing - [x] Required CI checks are passing - [x] Visual proof for any user facing features like CLI or documentation updates - [x] Linked issues closed with keywords --------- Co-authored-by: Rootul P <[email protected]> Co-authored-by: rene <[email protected]>
5 tasks
@cmwaters will close this when in-flight PRs related to multi versioned state machine get merged. Separate but related: we can revisit if we need to support "single binary syncs" when we cut celestia-app v3. |
@cmwaters is this close-able? I'm not sure which in-flight PRs were alluded to in my previous comment but I don't see any current in-flight PRs related to this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We want to be able to sync from genesis using a single binary. This means that all past and present consensus logic needs to be maintained forever. The general thinking is that we will use the app version in the header to determine
more details in the ADR #1521
Tasks
The text was updated successfully, but these errors were encountered: