-
Notifications
You must be signed in to change notification settings - Fork 12
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
[Morse->Shannon Migration] state export/import - collect accounts #1039
Conversation
f648aa5
to
e35ca54
Compare
12a072c
to
900c66b
Compare
3515058
to
20aa71d
Compare
08b72b7
to
b19a003
Compare
b19a003
to
890d5b5
Compare
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.
@bryanchriswhite Lots of good iteration.
I'm going to do a full E2E review of this once it's ready again.
I have a few asks
-
Please keep in mind that while you are aware of ongoing work in this PR and other PRs, it is not as easy for the reader/reviewer.
-
Wehere possible, please use bullet points for the docs rather than long sentences + paragraphs to reduce cognitive overload. Consider using the claude project.
-
Prior to the next round of reviews, lets:
- Close existing threads (if possible) due to the amount of cross-linging and outdateness
- Add
TODO_IN_THIS_PR
discuss for ongoing tidscussions - Add TODO_MAINNET or TODO_MIGRATION for things you know are happening in future PRS
- If you think something needs an offline call/discussion for clearer alignment, lmk!
Co-authored-by: Daniel Olshansky <olshansky.daniel@gmail.com>
Co-authored-by: Daniel Olshansky <olshansky.daniel@gmail.com>
79f0c82
to
194fbc8
Compare
The CI will now also run the e2e tests on devnet, which increases the time it takes to complete all CI checks. You may need to run GCP workloads (requires changing the namespace to 1039) |
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.
Updated all the TODOs and triggered the CI!
Co-authored-by: Daniel Olshansky <olshansky.daniel@gmail.com>
Summary
Add
poktrolld migrate collect-morse-accounts
command to convert Morse state export into aMorseAccountState
for import into Shannon.Issue
Type of change
Select one or more from the following:
consensus-breaking
label if so. See [Infra] Automatically add theconsensus-breaking
label #791 for detailsTesting
make docusaurus_start
; only needed if you make doc changesmake go_develop_and_test
make test_e2e
devnet-test-e2e
label to the PR.Sanity Checklist