Conversation
| echo "Running backfillStorage from block <NEEDS UPDATE> to <NEEDS UPDATE>" | ||
| ./vulcanizedb backfillStorage -s=10739859 -e=10906308 --config config.toml # TODO: update block numbers before next run | ||
| echo "Running backfillStorage from block 109326661 to 10970892" | ||
| ./vulcanizedb backfillStorage -s=109326661 -e=109708921 --config config.toml # TODO: update block numbers before next run |
There was a problem hiding this comment.
nbd but it seems like the ending block numbers differ by 1 between the logs and the config
There was a problem hiding this comment.
also I know this sorta breaks precedent but I'd be in favor of starting 1 block before the deploy - can't really explain why but it has something to do with guaranteeing that we get all the deployment stuff, and I think it should be super low cost (process is lightweight on blocks without diffs)
| ] | ||
| rank = "0" | ||
|
|
||
| transformerNames = [] |
| echo "Running backfillStorage from block <NEEDS UPDATE> to <NEEDS UPDATE>" | ||
| ./vulcanizedb backfillStorage -s=10739859 -e=10906308 --config config.toml # TODO: update block numbers before next run | ||
| echo "Running backfillStorage from block 10932663 to 10970892" | ||
| ./vulcanizedb backfillStorage -s=10932663 -e=109708921 --config config.toml # TODO: update block numbers before next run |
There was a problem hiding this comment.
This is the MCD_FLIP_COMP_A_1.1.2 deploy block - 1
a399e93 to
86320d3
Compare
| echo "Running backfillStorage from block <NEEDS UPDATE> to <NEEDS UPDATE>" | ||
| ./vulcanizedb backfillStorage -s=10739859 -e=10906308 --config config.toml # TODO: update block numbers before next run | ||
| echo "Running backfillStorage from block 10932663 to 10970892" | ||
| ./vulcanizedb backfillStorage -s=10932663 -e=10970892 --config config.toml # TODO: update block numbers before next run |
There was a problem hiding this comment.
This starting block is the MCD_FLIP_COMP_A_1.1.2 deploy block - 1, and the ending block is the block about when the geth process was restarted with these addresses.
86320d3 to
4c72fbe
Compare
No description provided.