Skip to content
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

[Migration optimization] Add flag to state extraction program to output intermediate format instead of migrated checkpoint #5231

Closed
fxamacker opened this issue Jan 11, 2024 · 0 comments · Fixed by #5386
Assignees
Labels

Comments

@fxamacker
Copy link
Member

Add flag to state extraction program (cmd/util/util) to output payloads instead of checkpoint file.

This can optimize migrations (Atree inlining and Cadence 1.0) if need to run 2 migration executables.

As one possible use case:

  • 1st executable: run Atree Inlining migration with Cadence 0.42.x
  • 2nd executable: run Cadence 1.0 migration with support for Atree Inlining

This is part of epic onflow/cadence#2983

@fxamacker fxamacker self-assigned this Jan 11, 2024
@j1010001 j1010001 changed the title Add flag to state extraction program to output intermediate format instead of migrated checkpoint [Migration optimization] Add flag to state extraction program to output intermediate format instead of migrated checkpoint Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant