- 20 Jan, 2023 1 commit
-
-
Matthew Slipper authored
Users are unable to use the OptimismMintableERC20Factory contract due to the nonce being reset to zero. This PR updates the predeploy storage wipe function to preserve nonces during the migration. This is fixable on Goerli by incrementing the nonce manually on the factory contract.
-
- 18 Jan, 2023 16 commits
-
-
Matthew Slipper authored
This reverts commit a46a2f76.
-
Matthew Slipper authored
-
mergify[bot] authored
op-chain-ops: `Withdrawal` type use `hexutil.Bytes`
-
mergify[bot] authored
-
Mark Tyneway authored
op-chain-ops: add in json struct tags to cdm
-
mergify[bot] authored
-
mergify[bot] authored
op-node: Document metrics
-
mergify[bot] authored
-
mergify[bot] authored
fix(op-node): Use a reader to parse `SystemConfig` update events
-
Mark Tyneway authored
Adds json struct tags to the `CrossDomainMessage` type. This is useful for reading and writing this type to a file. The `Data` field must be updated to a `hexutil.Bytes` in a subsequent PR.
-
mergify[bot] authored
-
clabby authored
Remove logger
-
Mark Tyneway authored
Use `hexutil.Bytes` in the `Withdrawal` type so that when writing and reading from JSON, it correctly serializes the data as a 0x prefixed hex string. Without this, it will some base64 looking serialization. Be sure to cast to a byte slice before doing any abi packing, otherwise it will cause errors.
-
clabby authored
-
Mark Tyneway authored
test(ctb): Add a fuzz test for large deposit gaps
-
Mark Tyneway authored
Version Packages
-
- 17 Jan, 2023 15 commits
-
-
github-actions[bot] authored
-
Mark Tyneway authored
Develop -> Master PR
-
Mark Tyneway authored
fix(dtl): sync beyond deposit shutoff block
-
Mark Tyneway authored
deps: update foundry
-
Mark Tyneway authored
contracts-bedrock: fix migration tasks
-
clabby authored
rip
-
clabby authored
Whoops
-
clabby authored
-
clabby authored
-
clabby authored
Fix
-
clabby authored
-
clabby authored
-
Kelvin Fichter authored
Fixes a bug in the DTL that caused it to not be able to sync beyond the deposit shutoff block. This would happen because the TO block would be less than the FROM block which would cause certain providers to throw an error.
-
clabby authored
-
clabby authored
-
- 15 Jan, 2023 2 commits
-
-
Matthew Slipper authored
Put a warning that this info is no longer valid
-
Matthew Slipper authored
-
- 14 Jan, 2023 3 commits
-
-
mergify[bot] authored
op-node: add better docstring for storage slot
-
mergify[bot] authored
-
mergify[bot] authored
feat(ctb): set up SystemConfig in step 1
-
- 13 Jan, 2023 3 commits
-
-
Kelvin Fichter authored
Moves the SystemConfig upgrade/initialization logic into Step 1 of the SystemDictator contract. This means that the Sequencer is correctly able to spin up between steps 2 and 3.
-
Mark Tyneway authored
The unsafe block signer is stored at a magic storage slot that decouples `solc`'s storage layout system from being able to move the storage slot accidentally. This adds in a better docstring so that its obvious how the value is computed.
-
mergify[bot] authored
specs: Doc Enhancements
-