- 08 Mar, 2023 22 commits
-
-
mergify[bot] authored
-
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
-
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
-
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 14 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
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.
-
mergify[bot] authored
op-node: fix and test finalization of sparse batches
-
mergify[bot] authored
-
protolambda authored
-
Will Cory authored
feat(atst): Seperate react into a different build target
-
mergify[bot] authored
feat(ctb): Test for memory safety of `Bytes.slice`
-
mergify[bot] authored
-
mergify[bot] authored
-
Will Cory authored
fix(atst): Default chainId to undefined instead of 10
-
clabby authored
-
Will Cory authored
-
Will Cory authored
-
- 06 Mar, 2023 4 commits
-
-
mergify[bot] authored
op-node: Set timeouts on http servers
-
mergify[bot] authored
-
mergify[bot] authored
op-node/p2p: Extend time out for discovery test
-
Adrian Sutton authored
-