- 16 Nov, 2022 4 commits
-
-
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.
-
mergify[bot] authored
fix(ctb): tweak addresses for MSD to wipe
-
Matthew Slipper authored
-
mergify[bot] authored
fix(ctb): better XDM pause in MSD
-
- 15 Nov, 2022 9 commits
-
-
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 11 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
-
Kelvin Fichter authored
Adds checks for the MigrationSystemDictator steps.
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master PR
-
mergify[bot] authored
op-e2e: Add migration to op-e2e
-
- 10 Nov, 2022 14 commits
-
-
Mark Tyneway authored
hardhat-node: trigger release
-
mergify[bot] authored
op-e2e: action test op-geth restart
-
Mark Tyneway authored
Trigger a release
-
mergify[bot] authored
batch-submitter: update to go-ethereum v1.10.26
-
Matthew Slipper authored
-
Mark Tyneway authored
The `hardhat-node` docker image couldn't find the `Dockerfile` when building. This updates the path to the dockerfile.
-
Mark Tyneway authored
-
Mark Tyneway authored
Updates the batch submitter to the latest go-ethereum version
-
protolambda authored
-
Matthew Slipper authored
Develop -> Master
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master PR
-
Zach Howard authored
fixes a few bugs and better error handling for docker-tag job
-