- 22 Nov, 2022 3 commits
- 21 Nov, 2022 3 commits
-
-
Mark Tyneway authored
Fix: Proper debug output for L1 CTC Address env var in l2geth-exporter
-
mergify[bot] authored
feat(ctb): no gas snapshot for fuzz tests
-
Mark Tyneway authored
-
- 20 Nov, 2022 1 commit
-
-
Kelvin Fichter authored
Use the new no-match-test option for gas snapshots to remove differential and fuzz tests from gas snapshots. Significantly speeds up the process of generating gas snapshots.
-
- 19 Nov, 2022 1 commit
-
-
epociask authored
-
- 18 Nov, 2022 3 commits
-
-
mergify[bot] authored
Update forge-std and use bound instead of vm.assume
-
Maurelian authored
ctb: Update Hashing tests with bounded version ctb: Update Portal tests with bound
-
Maurelian authored
-
- 16 Nov, 2022 9 commits
-
-
mergify[bot] authored
feat(ctb): allow owner to finalize MSD at any time
-
mergify[bot] authored
Deleted unused variables from contracts-bedrock and add changeset
-
Kelvin Fichter authored
Allows the owner of the MigrationSystemDictator to finalize the deployment at any time. Finalizing the deployment will transfer ownership of relevant contracts to the final owner.
-
ProtocolWhisper authored
-
mergify[bot] authored
fix(ctb): tweak addresses for MSD to wipe
-
Matthew Slipper authored
-
ProtocolWhisper authored
-
Theprotocolwhisperer authored
-
mergify[bot] authored
fix(ctb): better XDM pause in MSD
-
- 15 Nov, 2022 12 commits
-
-
ProtocolWhisper authored
-
ProtocolWhisper authored
-
Theprotocolwhisperer authored
-
Kelvin Fichter authored
Improves the pausing mechanism for the CrossDomainMessenger in the MigrationSystemDictator.
-
Maurelian authored
-
Matthew Slipper authored
-
Abhishek Kumar authored
* fix typo in spec * More better words about sequencing windows Co-authored-by:
norswap <norswap@gmail.com> Co-authored-by:
Maurelian <john@optimism.io> Co-authored-by:
norswap <norswap@gmail.com>
-
mergify[bot] authored
fix(ctb): deploy file ordering
-
Kelvin Fichter authored
Tweaks the addresses that the MigrationSystemDictator will zero out inside of the AddressManager. The Proxy addresses should not be deleted since some external services may rely on them as part of the current system. The BondManager should be wiped so that no more state batches can be appended.
-
Kelvin Fichter authored
Fxies an error in deploy file ordering.
-
mergify[bot] authored
feat(ctb): remove historicalTotalBlocks
-
Kelvin Fichter authored
Removes historicalTotalBlocks from the L2OutputOracle.
-
- 14 Nov, 2022 2 commits
-
-
mergify[bot] authored
fix(ci): update yarn lock
-
Kelvin Fichter authored
Yarn lock file seems to have gotten out of date.
-
- 11 Nov, 2022 6 commits
-
-
Maurelian authored
-
mergify[bot] authored
op-chain-ops: add logging to db migration
-
clabby authored
* Start contract changes for two step withdrawals v2 * Fix maurelian's nits * Refactor Kelvin's SDK changes; SDK/integration test time * Merge w/ `develop` * Add tests for changed output proposal *after* proving the withdrawal hash Whoops * Gas snapshot / comments * Regenerate bindings; Fix E2E Withdrawal test; Add extra indexed params to `WithdrawalProven` * Start fixing indexer integration tests * Fix conflicts; Start updating mark's new `op-e2e` withdrawal action tests * Remove proposal timestamp >= withdrawal timestamp check * Fix mark's `op-e2e` test + add docs to `proveMessage` in SDK * Update changeset * Lint contracts * Merge with `develop` * Re-order mapping declarations so that `finalizedWithdrawals` retains its old storage slot * Merge with `develop` * Start updating devnet tests * Fix devnet tests * Update ERC20 binding * Clean up SDK * Merge with `develop` * Remove `integration-tests-bedrock` package * Add check for equality between locally computed withdrawal hash vs. on-chain withdrawal hash * Add Kelvin's check + complimentary test Update bindings * Fix finalization period in `TestCrossLayerUser`
-
Joshua Gutow authored
Running them sequentially actually turns out to be faster. In addition it turns out to be very hard to split the tests properly. `go list ./...` which was the previous approach splits them by package, but we need to split them by test name. Using `circleci tests glob "**/*.go"` did not work either becaue it was combining files from different packages.
-
Joshua Gutow authored
TestConfirmationDepth was consistently failing on the HTTP versions of the op-e2e test. It was failing at the last line that checked the verifier head block timestamp against the L1 head timestamp. I have changed it to compare the verifier L1 Origin number against the L1 head number.
-
mergify[bot] authored
feat(ctb): add MigrationSystemDictator checks
-