-
Notifications
You must be signed in to change notification settings - Fork 1
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
Dynamically choose which plan to run based on archive chain id #25
Conversation
This also adds a plan for the testnet
To test, I attempted an full logs from regen attempt
Not sure whether the error message "expected genesis before height 1" indicates that the sqlite3 db was malformed. I double-checked for off-by-one errors as seen in #21, and couldn't find any. Will need to try again. |
Seems like it was missing the genesis file, try applying the patch above with:
should produce:
|
Gorgeous: with your patch, I'm able to |
This patch worked for regenerating testnet dbs on |
This also adds a plan for the testnet.
Closes #23.