• Matthew Slipper's avatar
    op-chain-ops: Check and mutate DB in parallel during OVM_ETH migration · 265f1f40
    Matthew Slipper authored
    Updates the precheck script to check and mutate the DB during the OVM_ETH migration. This saves a significant amount of time during the migration, since we avoid performing a full storage iteration over the OVM_ETH state followed by a single-threaded iteration over the addresses to migrate. Now, both run in parallel which makes the runtime of the OVM_ETH migration bounded by how quickly we can update the trie.
    265f1f40
Name
Last commit
Last update
..
migration_action Loading commit data...
testdata Loading commit data...
check.go Loading commit data...
config.go Loading commit data...
config_test.go Loading commit data...
db_migration.go Loading commit data...
genesis.go Loading commit data...
helpers.go Loading commit data...
layer_one.go Loading commit data...
layer_one_test.go Loading commit data...
layer_two.go Loading commit data...
layer_two_test.go Loading commit data...
setters.go Loading commit data...
setters_test.go Loading commit data...
test_util.go Loading commit data...