- 16 Feb, 2023 5 commits
-
-
dependabot[bot] authored
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.11.0...v1.11.1) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com>
-
mergify[bot] authored
op-chain-ops: Add inject-mints tool
-
Matthew Slipper authored
We have some replicas that synced with an old version of l2geth that wasn't adding mints to the witness data. This PR adds a tool called `inject-mints` that will add historical mints data to an existing witness file so that we don't have to resync those replicas. Fixes CLI-3348
-
mergify[bot] authored
maint(ctb): revamp the rekey task
-
mergify[bot] authored
-
- 15 Feb, 2023 35 commits
-
-
Matthew Slipper authored
proxyd: Remove logging
-
Matthew Slipper authored
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master
-
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
-