- 27 Apr, 2023 3 commits
-
-
Mark Tyneway authored
Run the tests with the following commands: For L2 ```bash forge test -vvvv --contracts scripts/upgrades --mc PostSherlockL2 --rpc-url $ETH_RPC_URL ``` For L1 ```bash forge test -vvvv --contracts scripts/upgrades --mc PostSherlockL1 --rpc-url $ETH_RPC_URL ``` Ensure that the `ETH_RPC_URL` env var is set for the correct env var.
-
OptimismBot authored
devnet: Delete unused flags
-
mergify[bot] authored
-
- 26 Apr, 2023 32 commits
-
-
Maurelian authored
-
OptimismBot authored
feat(ctb): Remove division from `hasMinGas` for precision
-
clabby authored
Add changeset Semver bump Resolve conflicts
-
Mark Tyneway authored
New semver
-
OptimismBot authored
fix(ctb): Fix comments on spacers
-
Mark Tyneway authored
-
mergify[bot] authored
-
OptimismBot authored
contracts-bedrock: update portal min gas limit
-
mergify[bot] authored
-
mergify[bot] authored
-
Maurelian authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Adds a limit to prevent calldata larger than 120kb. Unsafe blocks contain the deposit transactions and when there is no upper bound on the calldata size, it is possible for a single transaction to cause the p2p gossip to consume far more bandwidth than necessary.
-
OptimismBot authored
op-program: Do not pass args to detached client program
-
Adrian Sutton authored
Check for and switch to client mode as the very first thing in main to better simulate it running standalone.
-
Joshua Gutow authored
-
OptimismBot authored
op-node: Remove beta-1 config
-
Adrian Sutton authored
--network=beta-1 is no longer supported as the network has been shut down.
-
OptimismBot authored
op-program: Embed goerli L2 chain config
-
Adrian Sutton authored
-
OptimismBot authored
op-program: Bootstrap program via local oracle
-
mergify[bot] authored
-
inphi authored
-
Sebastian Stammler authored
op-batcher,proposer: Default previously required flags
-
OptimismBot authored
fix(op-chain-ops): Compute local output root with op-node exported function
-
Joshua Gutow authored
-
mergify[bot] authored
-
Joshua Gutow authored
[op-batcher] Add support for multiple batcher transactions per L1 block
-
Andreas Bigger authored
-
Michael de Hoog authored
-
- 25 Apr, 2023 5 commits
-
-
OptimismBot authored
proxyd: sliding window
-
mergify[bot] authored
-
Michael de Hoog authored
-
Michael de Hoog authored
-
Michael de Hoog authored
- Move pending metrics to txmgr package (and switch to int64) - Timeout context in tests - require.Duration - Fix comment docs
-