- 16 Feb, 2023 11 commits
-
-
Mark Tyneway authored
Merge pull request #4886 from ethereum-optimism/dependabot/go_modules/l2geth-exporter/github.com/prometheus/client_golang-1.11.1 chore(deps): bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 in /l2geth-exporter
-
Mark Tyneway authored
Make tlsconfig optional for op-signer client
-
Mark Tyneway authored
contracts-bedrock: fix the solc version for Types
-
Andrew Huang authored
-
mergify[bot] authored
contracts-bedrock: use kwargs syntax for nonce versioning in tests
-
Mark Tyneway authored
Use the named function arguments syntax for encoding the nonce in the L1CrossDomainMessenger tests. This reduces the cognitive overhead of ensuring that the tests are correct. I had to spend the mental energy figuring out what the arguments were over and over again so i elimated the problem by moving to the kargs syntax. I believe that tests should require the least amount of mental overhead as possible to confirm their correctness. This is a single commit that reduces the mental overhead of ensuring our test suite is correct.
-
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 29 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
-
Mark Tyneway authored
This standardizes the solidity pragma to be `^0.8.0` for `Types`. All of the other libraries are set to this version, and it makes the code more portable for projects that want to import it. It will have no impact on the deployed bytecode.
-
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`
-