-
Notifications
You must be signed in to change notification settings - Fork 547
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
Db migration app from mainnet to berkeley #12906
Conversation
!ci-build-me |
!ci-build-me |
!ci-build-me |
!ci-build-me |
|sql} ) | ||
(Mina_caqti.insert_into_cols ~returning:"id" ~table_name | ||
~tannot:(function | ||
| "sub_window_densities" -> |
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.
Would this change affect the archiver on berkeley branch?
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.
Do you mean the berkeley
testnet (this PR is against the berkeley
branch)?
This fix affects only archiving extensional blocks, so it doesn't affect the processor running on the testnet.
!ci-build-me |
!approved-for-mainnet |
App to migrate mainnet archive db data to berkeley schema. Ledger hashes and snarked ledger hashes are left intact. The implementation converts each block into the "extensional" format, and imports that into the new db.
Notes:
accounts_accessed
table is not populated, that requires the ledger contents; a modified replayer will do that in a separate migration stepPart of #12676.
Part of #14313.
Closes #10945.