- 15 Feb, 2023 15 commits
-
-
Mark Tyneway authored
op-chain-ops: more strict checks for config validity
-
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.
-
Mark Tyneway authored
-
clabby authored
-
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 25 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
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
The following packages had their go.mod file removed: * op-e2e * op-batcher * op-bindings * op-chain-ops * op-node * op-proposer * op-service * op-signer They all had cross dependencies previously and used a go.work file to assume they could be built on the latest code rather than on the versioned code. This means that all of these packages are versioned with the root go.mod. For packages that still have a mod file, they are versioned independently.
-
mergify[bot] authored
Release v0.10.14 for op go modules
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
-
mergify[bot] authored
fix(ctb): Loosen re-prove requirements in the `OptimismPortal`
-
mergify[bot] authored
-
clabby authored
-
mergify[bot] authored
op-node: Log on L1 Info deposit mismatch
-