- 10 Oct, 2022 7 commits
-
-
mergify[bot] authored
fix(ctb): remove unnecessary L2OO init param
-
mergify[bot] authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
- 09 Oct, 2022 2 commits
-
-
Mark Tyneway authored
-
Mark Tyneway authored
-
- 08 Oct, 2022 12 commits
-
-
Kelvin Fichter authored
Removes an unnecessary parameter from the L200 initialization function since this parameter is already set in the constructor.
-
mergify[bot] authored
op-node: Fillbytes size check in l1 block info
-
Matthew Slipper authored
-
mergify[bot] authored
Add balance metrics to op-propose & op-batcher
-
Joshua Gutow authored
This was done to test the addition of the balance metric.
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
This function periodically records the balance of the supplied account through metrics. The balance is recorded in Ether (not wei) to stay in bounds of a float64.
-
Maurelian authored
-
Maurelian authored
-
mergify[bot] authored
contracts-governance: allow deploy by ledger
-
Mark Tyneway authored
Adds the config for using a ledger with hardhat deploy. The env var `LEDGER_ADDRESS` must be set for this to work. Note that hh deploy is buggy and will always use the default path when creating a `LedgerSigner`. This means the `LEDGER_ADDRESS` env var is useless, it won't actually use that address when doing a deployment. Basically, if its set then it just means use the ledger's first derived address at the default path. This should be an easy thing to fix upstream, although kind of annoying. The paths would need to be searched linearly until a matching address is found, I think a better way to configure this is pass either: - A path + address - A path If both are passed, then it should validate that the path matches the address. If a path is passed, then yolo use the derived account.
-
- 07 Oct, 2022 15 commits
-
-
mergify[bot] authored
contracts-governance: mint manager deploy
-
mergify[bot] authored
-
mergify[bot] authored
op-node: make rollup node RPC testable in op-e2e
-
Mark Tyneway authored
-
Mark Tyneway authored
Include clear instructions for the upgrade transaction that is not managed by this deploy script.
-
Mark Tyneway authored
-
Mark Tyneway authored
Add a deploy script for the new mint manager. To review this, check the `cast` calls in the mint manager implementation deploy script. The owners of the `MintManager` are preserved, double check that in the `deploy-config` directory against what the cast calls return. To deploy this, the new implementation needs to be deployed and then the existing owner of the `MintManager` needs to send a transaction to the `MintManager` calling `upgrade(address)` to the new implementation of the `MintManager`.
-
protolambda authored
-
mergify[bot] authored
ctb: Format forge tests with prettier
-
Maurelian authored
-
mergify[bot] authored
fix: update goerli scc address
-
mergify[bot] authored
-
Matthew Slipper authored
-
mergify[bot] authored
op-e2e: action testing L2 sequencer, use L1State in verifier
-
mergify[bot] authored
-
- 06 Oct, 2022 4 commits
-
-
mergify[bot] authored
ctb: Fix codecov flag args to match config
-
mergify[bot] authored
-
mergify[bot] authored
CI Builder: install slither==0.9.0
-
mergify[bot] authored
-