- 09 Mar, 2023 23 commits
-
-
Joshua Gutow authored
-
Joshua Gutow authored
-
mergify[bot] authored
fix(fd): use correct fn for getTotalElements
-
mergify[bot] authored
-
Joshua Gutow authored
hive: Update op-geth image used for hive tests
-
mergify[bot] authored
-
Adrian Sutton authored
-
mergify[bot] authored
feat(atst): Updated SDK docs
-
mergify[bot] authored
-
Kelvin Fichter authored
Fault detector was using L2OutputOracle.latestOutputIndex() to query the total number of outputs submitted, which was off by one. Correct function is L2OutputOracle.nextOutputIndex(). Caused crashes of the fault detector on startup if no outputs had been submitted to the L2OO yet.
-
Ori Pomerantz authored
Co-authored-by:
Will Cory <willcory10@gmail.com>
-
Ori Pomerantz authored
Co-authored-by:
Will Cory <willcory10@gmail.com>
-
Ori Pomerantz authored
Co-authored-by:
Will Cory <willcory10@gmail.com>
-
mergify[bot] authored
adds wd-mon docker target to chain-mon build
-
mergify[bot] authored
-
mergify[bot] authored
op-service: Set root & oprpc loggers
-
mergify[bot] authored
-
mergify[bot] authored
feat(atst): Use createKey internally in function
-
mergify[bot] authored
-
Mark Tyneway authored
contracts: delete dead docs
-
Joshua Gutow authored
Two related changes 1. Set the root logger handler when we create a logger in oplog. 2. Set the log option when creating oprc servers. The purpose of these changes is to make sure that we use the same log format everywhere.
-
mergify[bot] authored
-
Joshua Gutow authored
devnet: Enable Regolith from genesis when deploying the local devnet
-
- 08 Mar, 2023 17 commits
-
-
mergify[bot] authored
docs(ctb): Document use of OZ as a default when available
-
mergify[bot] authored
-
mergify[bot] authored
-
mergify[bot] authored
contracts-bedrock: fix deploy utils
-
mergify[bot] authored
-
Mark Tyneway authored
The teleportr contracts do not exist in this repo anymore. The script for generating docs does not delete all of the files when regenerating them, so old docs are left around.
-
Mark Tyneway authored
contracts: fix typo in TeleportrDisburser.md
-
Mark Tyneway authored
It is possible for the backend to prune the chain db which will cause `waitForTransaction` to hang forever if the contract was not recently deployed. Only check for the transaction if it was recently deployed and instead add a safety check that looks at the on chain code. It is unlikely to deploy a contract that leaves no code in the state, so this is safe. The state cannot be pruned so this will be a more reliable check to ensure that the deployment is sane and exists. We do not use selfdestruct so this is safe.
-
mergify[bot] authored
op-node: remove unused function
-
mergify[bot] authored
-
mergify[bot] authored
fix(ctb): `finalizeWithdrawalTransaction` gas limit dos (v2)
-
mergify[bot] authored
-
mergify[bot] authored
fix: typo
-
Tri-stone authored
fix a typo
-
Adrian Sutton authored
-
Mark Tyneway authored
Merge pull request #5004 from ethereum-optimism/dependabot/go_modules/bss-core/golang.org/x/crypto-0.1.0 build(deps): bump golang.org/x/crypto from 0.0.0-20220307211146-efcb8507fb70 to 0.1.0 in /bss-core
-
mergify[bot] authored
op-node/derivation: JSON Encoding for Frames
-