- 20 Mar, 2023 2 commits
-
-
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
-
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.
-
- 17 Mar, 2023 29 commits
-
-
mergify[bot] authored
fix(ci): add changesets for packages to rerelease
-
Kelvin Fichter authored
Adds changesets for several packages that need to be re-released because they were incorrectly not released due to a bug in the release process.
-
Ori Pomerantz authored
feat(docs/op-stack): Update explorer with example of indexing
-
mergify[bot] authored
op-node: More logging
-
mergify[bot] authored
-
Mark Tyneway authored
fix(ctb): Correct env var name for mainnet config
-
Mark Tyneway authored
differential-testing: fix lint issue in diff testing
-
Maurelian authored
-
Joshua Gutow authored
op-e2e: test high-demand large L2 blocks case
-
mergify[bot] authored
op-node: handle sequencer during catch-up, handle when engine state invalidates attributes
-
protolambda authored
-
protolambda authored
-
protolambda authored
-
protolambda authored
-
protolambda authored
-
protolambda authored
-
protolambda authored
-
mergify[bot] authored
feat(op-batcher): Channel Builder Unit Tests
-
mergify[bot] authored
-
mergify[bot] authored
feat(op-batcher): Channel Manager Tests
-
Andreas Bigger authored
-
Joshua Gutow authored
op-batcher/proposer: Increase sendTx timeout
-
Andreas Bigger authored
-
mergify[bot] authored
fix(docs): improve sidebar styling
-
Andreas Bigger authored
-
Joshua Gutow authored
-
Andreas Bigger authored
-
💩 Andreas Bigger authored -
mergify[bot] authored
-
- 16 Mar, 2023 9 commits
-
-
Joshua Gutow authored
-
Federico Gimenez authored
-
Matthew Slipper authored
Version Packages
-
mergify[bot] authored
batch_decoder: Force close channels
-
github-actions[bot] authored
-
mergify[bot] authored
-
Zach Howard authored
Trigger Releases
-
Joshua Gutow authored
This increases it from 100s (~3 mins) to 10 minutes. This is because sending transactions can take a long time.
-
Joshua Gutow authored
This increase the send transaction timeout while decreasing the transaction creation timeout. Using idfferent timeouts is better to catch problems because we expect different steps to take different amounts of time.
-