- 14 Mar, 2023 22 commits
-
-
inphi authored
-
mergify[bot] authored
-
Inphi authored
Co-authored-by:
Will Cory <willcory10@gmail.com>
-
inphi authored
-
mergify[bot] authored
op-node: when confirm payload failed should cancel it
-
mergify[bot] authored
-
Matthew Slipper authored
op-chain-ops: Fix dry run param
-
mergify[bot] authored
-
Matthew Slipper authored
specs: specify fees, fee-vaults, and include L1-cost function detail of Regolith
-
Matthew Slipper authored
fix(op-e2e): Flaky Peering Score Test
-
Matthew Slipper authored
This was set to the wrong boolean. `dryRun` is the opposite of `commit` which is confusing. This PR refactors to use consistent naming throughout.
-
mergify[bot] authored
-
Mark Tyneway authored
ctb: Remove wait in `getContractFromArtifact`
-
mergify[bot] authored
-
Kevin Z Chen authored
fault-detector: document the `bedrock` and `startbatchindex` flags.
-
mergify[bot] authored
-
Mark Tyneway authored
Directly test bedrock v0 encoding and hashing against legacy implementations
-
Mark Tyneway authored
op-chain-ops: Improve OVM_ETH migration, remove invalid check slots
-
Mark Tyneway authored
Enable Regolith in getting-started network
-
Mark Tyneway authored
feat(ctb): Print tenderly simulation URLs during deployment
-
protolambda authored
-
Joshua Gutow authored
fix(spec): use correct to field for contract creation deposits
-
- 13 Mar, 2023 8 commits
-
-
Andreas Bigger authored
-
Kevin Chen authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
When we ran the migration rehearsal, the OVM_ETH migration took approximately an hour and a half. This was because the storage slots in the OVM_ETH contract were iterated twice: once to check them, and another time to actually migrate them. To reduce the amount of time taken, this PR updates the OVM_ETH migration to check and migrate in one step. This does not cause database corruption on failure, since the trie changes are buffered in memory and aren't committed until all the checks pass. Total migration time should be reduced by approximately 40 minutes. Separately, I removed the invalid check slots referring to the EIP-1967 slots on the L2XDM. These slots no longer exist, and were causing the post-check steps to fail. Closes CLI-3590 Closes CLI-3576
-
Andreas Bigger authored
-
Adrian Sutton authored
-
Noah Citron authored
-
- 11 Mar, 2023 10 commits
-
-
Mark Tyneway authored
contracts-bedrock: prevent overflows in ResourceMetering + prevent grief
-
Mark Tyneway authored
-
mergify[bot] authored
feat(op-node): Peer Score Hardening
-
Andreas Bigger authored
-
Andreas Bigger authored
-
Andreas Bigger authored
-
protolambda authored
-
mergify[bot] authored
op-node: remove unused AddSafeAttributes function
-
Andreas Bigger authored
-
mergify[bot] authored
-