You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: migration verifier tool and migration script incorrectly named
genesis config of the fork network as the fork config which introduced
certain confusion.
Solution: rename all such occurences of fork config to fork genesis
config.
Copy file name to clipboardExpand all lines: scripts/archive/migration/mina-berkeley-migration-script
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -542,13 +542,13 @@ function final_help(){
542
542
printf" %-25s %s\n""-b | --blocks-bucket""[string] name of precomputed blocks bucket. NOTICE: there is an assumption that precomputed blocks are named with format: {network}-{height}-{state_hash}.json";
543
543
printf" %-25s %s\n""-bs | --blocks-batch-size""[int] number of precomputed blocks to be fetch at once from Gcloud. Bigger number like 1000 can help speed up migration process";
544
544
printf" %-25s %s\n""-n | --network""[string] network name when determining precomputed blocks. NOTICE: there is an assumption that precomputed blocks are named with format: {network}-{height}-{state_hash}.json";
545
-
printf" %-25s %s\n""-fc | --fork-config""[file] Fork-state config file is dump file in form of json containing fork block and ledger file. It should be provied by MF or O(1)Labs team after fork block is announced";
545
+
printf" %-25s %s\n""-fc | --fork-genesis-config""[file] Genesis config file for the fork network. It should be provied by MF or O(1)Labs team after fork block is announced";
546
546
printf" %-25s %s\n""-d | --delete-blocks""delete blocks after they are processed (saves space with -sb)"
547
547
printf" %-25s %s\n""-p | --prefetch-blocks""downloads all blocks at once instead of incrementally"
0 commit comments