- 08 Oct, 2022 5 commits
-
-
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.
-
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 20 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
-
mergify[bot] authored
feat(sdk): add Bedrock Alpha Testnet contracts
-
mergify[bot] authored
-
Maurelian authored
-
Annie Ke authored
-
mergify[bot] authored
indexer: Restore some bindings
-
mergify[bot] authored
-
protolambda authored
-
mergify[bot] authored
ENG-2835 adds release configs for endpoint-monitor
-
mergify[bot] authored
-
mergify[bot] authored
Use uint64 for arithmetic in XDM's baseGas
-
Maurelian authored
-
Maurelian authored
-
Matthew Slipper authored
To support Bedrock and non-Bedrock within the same indexer, we need to include the SCC bindings.
-
Maurelian authored
-
Matthew Slipper authored
This allows us to use stacked diffs more effectively.
-
Matthew Slipper authored
-