- 15 Feb, 2023 28 commits
-
-
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
-
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
-
clabby authored
-
- 14 Feb, 2023 12 commits
-
-
Mark Tyneway authored
maint: add CITATION file
-
Joshua Gutow authored
txmgr: Simplify resubmit logic and scaffolding
-
clabby authored
-
Joshua Gutow authored
This makes the transaction manager responsible for determining the gas price. It also provides the ability to easily add a check if the gas price bump is correct or not. This fixes the bug where the proposer fails when it redoes gas estimation. Gas re-estimation is no longer done. This is fine because we have a minimal set of different transactions that use a consistent amount of gas.
-
Matthew Slipper authored
go: Remove individual versions for bedrock code
-
Adrian Sutton authored
-
Matthew Slipper authored
-
Adrian Sutton authored
-
mergify[bot] authored
fix(op-node): Include chainID in p2p signing hash
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Adrian Sutton authored
-