- 22 Nov, 2022 8 commits
-
-
Matthew Slipper authored
Bedrock: release v0.10.1 go modules
-
protolambda authored
-
protolambda authored
-
protolambda authored
-
protolambda authored
-
protolambda authored
-
mergify[bot] authored
fix(ctb): allow same L2OO owner and proposer
-
Kelvin Fichter authored
Tweaks the L2OutputOracle to allow owner and proposer addresses to be the same. Extra logic required to prevent this case added smart contract code to a critical contract and it's unlikely that this will be a problem in practice.
-
- 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 1 commit
-
-
Maurelian authored
-