-
Notifications
You must be signed in to change notification settings - Fork 40
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
Be able to catchup from 0 block #1450
Labels
Comments
DmytroNazarenko
added
enhancement
New feature or request
proposal
Proposal for next release
labels
Mar 2, 2023
For v2.1 and previous chains (for those who are already on mainnet chains before 2.2 release):
|
olehnikolaiev
moved this from Code Review
to Ready For Release Candidate
in SKALE Engineering 🚀
May 22, 2023
olehnikolaiev
moved this from Ready For Release Candidate
to In Progress
in SKALE Engineering 🚀
Jun 13, 2023
olehnikolaiev
moved this from Code Review
to Ready For Release Candidate
in SKALE Engineering 🚀
Jun 14, 2023
Merged
skaled: 3.17.0-beta.1 |
DmytroNazarenko
moved this from Ready For Release Candidate
to Merged To Release Candidate
in SKALE Engineering 🚀
Jun 21, 2023
Closed as implemented in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What?
We need to catchup 0 block in the process of catchup. Currently we run catchup from 1st block and for 0 block we are using genesis from config
Why?
To be able to catchup genesis block from another node and do not be dependent from predeployeds in the config. These can help us to avoid STATE_ROOT because of different genesis block
Who?
This feature will help engineering team and archive node maintainers. It will help to simplify maintaining and deployment process of the archive node
The text was updated successfully, but these errors were encountered: