- 04 Mar, 2023 1 commit
-
-
Joshua Gutow authored
Return the same transaction if we don't update any fields. We do this because Ethereum signatures are not deterministic and therefore the transaction hash will change wwhen we re-sign the tx. We don't want to do that because we want to see ErrAlreadyKnown instead of ErrReplacementUnderpriced.
-
- 03 Mar, 2023 8 commits
-
-
mergify[bot] authored
feat(atst): rename createValue createKey
-
mergify[bot] authored
-
mergify[bot] authored
Multi architecture docker images
-
mergify[bot] authored
-
mergify[bot] authored
op-batcher: Unit test L2 Reorg Handling
-
Will Cory authored
-
mergify[bot] authored
-
mergify[bot] authored
op-node/chaincfg: Schedule Regolith for Optimism Goerli at 1679079600
-
- 02 Mar, 2023 31 commits
-
-
mergify[bot] authored
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Trigger release
-
mergify[bot] authored
-
mergify[bot] authored
ops-bedrock: Update geth and op-geth used in local devnet
-
mergify[bot] authored
-
mergify[bot] authored
feat(ci): Add ecopod as codeowners of @eth-optimism/atst
-
Will Cory authored
-
mergify[bot] authored
fix(atst): return correct typescript types for bytes
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
mergify[bot] authored
op-batcher: Add channel duration limiting
-
Sebastian Stammler authored
-
Sebastian Stammler authored
-
Sebastian Stammler authored
-
Sebastian Stammler authored
And reconfigure tests to set this to 1. The target tx size can finally be set to a proper value (100k) and the compression ratio as well to our currently best estimate of 0.4. The respective environment variable is OP_BATCHER_MAX_CHANNEL_DURATION.
-
Sebastian Stammler authored
The new channel configuration parameter MaxChannelDuration can be used to set a max duration of L1-blocks for which a channel should be kept open. This can be used to ensure that a channel is not kept open for too long during times of low L2 tx volume.
-
Sebastian Stammler authored
It's only used internally and shouldn't be part of the channel builder's public API.
-
Adrian Sutton authored
Also exposes geth metrics for l1 and l2
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Adrian Sutton authored
Includes scheduling of regolith fork on Goerli.
-
Adrian Sutton authored
-
Joshua Gutow authored
-
Joshua Gutow authored
Co-authored-by:
Sebastian Stammler <seb@oplabs.co>
-