1. 20 Mar, 2023 2 commits
    • Matthew Slipper's avatar
      op-chain-ops: Improve OVM_ETH post check · 638fa9cd
      Matthew Slipper authored
      Improves OVM_ETH post-checks by sampling balances and making sure that they appear in state after the migration. Previously, the OVM_ETH post-check only verified that the total supply was set to zero.
      
      Will test this on a fresh L2 migration.
      
      Depends on #5198
      638fa9cd
    • 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
  2. 17 Mar, 2023 29 commits
  3. 16 Mar, 2023 9 commits