-
Notifications
You must be signed in to change notification settings - Fork 3
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
Scripts for syncing an archive node from genesis. #25
base: main
Are you sure you want to change the base?
Conversation
allow completed touch-file to execute after an upgrade is hit
This PR is in draft/progress as it is currently being tested (in full). When that process complete (and there are no further changes) I will move this to ready for review and merge. |
This has been tested locally and was used to build up archive snapshots. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The status script looks good to me
This is a set of basic scripts for creating an archive node that is synced from genesis. A conscious choice was made to use separate and simple scripts for each version so that any associated changes associated with that upgrade can be included (such as switching database backends from cleveldb to goleveldb.
This process is a useful solution for #24 as we have noticed that many users that need an archive node prefer to create their instance directly and not rely on snapshots created by others for integrity and security reasons.