- 30 Nov, 2022 4 commits
-
-
Mark Tyneway authored
feat(ctb): make SUBMISSION_INTERVAL modifiable
-
Kelvin Fichter authored
Updates the L2OutputOracle so that SUBMISSION_INTERVAL can be modified. This is a relatively significant refactor that makes the l2Outputs mapping keyed by index rather than L2 block number.
-
mergify[bot] authored
op-node: Hardcode beta-1 config
-
Matthew Slipper authored
-
- 29 Nov, 2022 17 commits
-
-
Matthew Slipper authored
-
mergify[bot] authored
contracts-bedrock: OptimismMintableERC20 immutables
-
Maurelian authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
The `LegacyERC20ETH` needed some cleanup because it extended the `OptimismMintableERC20` which had its interface changed such that the remote token and bridge are immutables instead of being held in storage. Changing these values to immutables will make interactions for mint/burn much cheaper.
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Turn the constructor args into immutables. There isn't a real reason for them to be in storage. The legacy tokens can have the constructor args held in storage and it shouldn't make a difference.
-
Matthew Slipper authored
-
smartcontracts authored
Makes the L2OO proposer and challenger addresses immutable and gets rid of the concept of ownership in the L2OO.
-
Joshua Gutow authored
op-node: Audit use of L1 State
-
Mark Tyneway authored
op-chain-ops: log when setting storage
-
Mark Tyneway authored
Adds a global logger to the `SetStorage` operation. Not ideal that a global logger is used, but that is currently how the logging is handled for the migration. This will help to prevent errors in misconfiguration of the system. In setups like hive, it is difficult to get insight into the state of the system as it is being brought up, so this should log when the system is being brought up. Bad config should stick out, ie setting an empty value because something was left out of the config.
-
Joshua Gutow authored
-
mergify[bot] authored
ops-bedrock: Remove oneshot
-
Matthew Slipper authored
-
- 28 Nov, 2022 9 commits
-
-
Joshua Gutow authored
-
Mark Tyneway authored
doc: fix spec typos
-
mergify[bot] authored
feat(dtl): handle deposit shutoff
-
Kelvin Fichter authored
Updates the DTL to correctly handle the deposit shutoff flag. We put the flag inside the AddressManager because the DTL already had easy access to the AddressManager. We parse the address as a uint256 and check if it's non-zero. By checking this every loop we can smoothly recover if the shutoff flag is reset.
-
Zach Howard authored
Fix: build and publish all bedrock docker images before tagging release
-
Mark Tyneway authored
feat(ctb): remove genesis output
-
mergify[bot] authored
chore: update license year
-
mergify[bot] authored
fix(ctb): gas snapshot rm extra build step
-
Will Cory authored
They never asked to be added I'm not sure why I added them in the first place
-
- 26 Nov, 2022 1 commit
-
-
Maurelian authored
-
- 25 Nov, 2022 3 commits
- 24 Nov, 2022 6 commits
-
-
Zach Howard authored
Version Packages
-
github-actions[bot] authored
-
Zach Howard authored
Release ci-builder
-
Zach Howard authored
Add missing changeset
-
Maurelian authored
-
Zach Howard authored
Merging develop to master for release
-