- 29 Nov, 2022 8 commits
-
-
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.
-
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 18 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
-
Zach Howard authored
Version Packages
-
github-actions[bot] authored
-
Zach Howard authored
Fix changesets and release
-
Zach Howard authored
remove the integration-tests-bedrock changeset since the package was …
-
Zach Howard authored
-
Zach Howard authored
Trigger releases
-
Kelvin Fichter authored
Removes the startingL2Output from the L2OutputOracle. There's no reason for this parameter to exist, there's nothing special about the startingL2Output. It only complicates the initialization process. Instead, the first output can be published by a proposer just like any other output.
-
Maurelian authored
-
Zach Howard authored
-
Maurelian authored
-
Kelvin Fichter authored
Fixes a deploy bug that slipped through CI because the devnet test was not a required check.
-
Maurelian authored
-
- 23 Nov, 2022 1 commit
-
-
mergify[bot] authored
feat(ctb): move L2OO genesis setup to init
-