- 09 Mar, 2023 4 commits
-
-
mergify[bot] authored
-
Mark Tyneway authored
contracts: delete dead docs
-
mergify[bot] authored
-
Joshua Gutow authored
devnet: Enable Regolith from genesis when deploying the local devnet
-
- 08 Mar, 2023 29 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
-
Joshua Gutow authored
-
Joshua Gutow authored
op-node/cmd/batch_decoder: Fetch batches
-
Will Cory authored
-
Joshua Gutow authored
-
clabby authored
John's nits pt. 3
-
mergify[bot] authored
op-chain-ops: Migration fixes
-
mergify[bot] authored
-
mergify[bot] authored
INF-89 adds chain-mon docker builds to circleci
-
mergify[bot] authored
-
Zach Howard authored
-
Joshua Gutow authored
Provides a utility for fetching batches. It downloads all transactions sent to the batch inbox & stores them for later inspection. It logs transaction hashes that do not come from the authorized senders.
-
Joshua Gutow authored
op-node/rollup/derive: Check origin of L2 unsafe head match new L1 origin
-
- 07 Mar, 2023 7 commits
-
-
Matthew Slipper authored
- Simplify import structure - Add proper checks for invalids torage slots - Add unit testing - Remove need to run the TypeScript witness-generation steps
-
s7v7nislands authored
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Adrian Sutton authored
Each time we reach a new L1 origin in the EngineQueue stage, check it indicates the L2 block is non-canonical and reset if so.
-
Adrian Sutton authored
op-e2e: Add test to reproduce eth_getLogs failure
-
mergify[bot] authored
op-node: fix and test finalization of sparse batches
-