- 15 Feb, 2023 40 commits
-
-
mergify[bot] authored
op-node: Fix `Frame` parsing
-
mergify[bot] authored
-
mergify[bot] authored
proxyd: Add global flag to method overrides
-
Sebastian Stammler authored
-
Matthew Slipper authored
This allows us to set global limits on individual RPCs that ignore any origin/user agent exemption.
-
mergify[bot] authored
txmgr: Don't submit underpriced replacements
-
mergify[bot] authored
-
mergify[bot] authored
Don't log warnings when legacy block gossip validation fails
-
mergify[bot] authored
-
mergify[bot] authored
fix(op-node): Require chain IDs to be positive
-
mergify[bot] authored
-
mergify[bot] authored
feat(ctb): add getting-started network
-
Adrian Sutton authored
-
mergify[bot] authored
-
mergify[bot] authored
Update op-geth
-
mergify[bot] authored
-
Kelvin Fichter authored
Adds the getting-started network and configuration for the OP Stack Getting Started guide.
-
Mark Tyneway authored
op-chain-ops: more strict checks for config validity
-
Adrian Sutton authored
-
Adrian Sutton authored
Update the update-op-geth script to account for removal of go.work
-
mergify[bot] authored
feat(opn): expose GasUsed in BlockInfo type
-
mergify[bot] authored
-
Mark Tyneway authored
fix(ctb): Add creation time check for `SUBMISSION_INTERVAL` > `L2_BLOCK_TIME`
-
Kelvin Fichter authored
Exposes the GasUsed field in the BlockInfo type. This has no impact on the op-node for Optimism Mainnet, but it will be used in the OP Stack Getting Started guide.
-
mergify[bot] authored
-
Mark Tyneway authored
-
clabby authored
-
Adrian Sutton authored
Improve error wording
-
Mark Tyneway authored
Adds in additional sanity checks for the config validity to prevent accidental bad configurations of the L2 predeploys. Ensures that specific values are set in the immutables. Note this this makes the immutables config specific to optimism, previously it was implemented in a generic way using a map so that it could be used with other projects that are doing similar things with setting contracts in state with their immutables preset. We could turn it into a struct instead of using a map which could make it easier to use. Tests were updated as the data in the tests failed the validation.
-
clabby authored
-
Joshua Gutow authored
This handles the case that a transaction is being resubmitted while the L1 Basefee & Tip have not increased. In this case we reuse the previous values. If the new values are between the old values & the threshold, we then increase that value to the threshold. If it is larger than the threshold, we then use the suggested value. We need to not always bump the transaction price to ensure that we don't go exponential when resubmitting transactions.
-
mergify[bot] authored
fix(op-node): Increase gossip seenMessagesTTL
-
clabby authored
-
mergify[bot] authored
-
clabby authored
-
Mark Tyneway authored
contracts-bedrock: add gov token to predeploys contract
-
Joshua Gutow authored
This prevents the transaction manager from resubmiting transactions that do not have a price increase that is large enough to pass geth's checks. The other option is to increase the gas price bump, but because the gas price has not changed much in the intervening period, it seems better to leave the currently existing transaction in the mempool.
-
Sebastian Stammler authored
-
Sebastian Stammler authored
-
Sebastian Stammler authored
-