- 16 Feb, 2023 21 commits
-
-
Mark Tyneway authored
contracts-bedrock: relax semver solidity version
-
Mark Tyneway authored
Merge pull request #4889 from ethereum-optimism/dependabot/go_modules/batch-submitter/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 /batch-submitter
-
mergify[bot] authored
Merge branch 'develop' into dependabot/go_modules/batch-submitter/github.com/prometheus/client_golang-1.11.1
-
Mark Tyneway authored
Merge pull request #4888 from ethereum-optimism/dependabot/go_modules/proxyd/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 /proxyd
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Merge pull request #4890 from ethereum-optimism/dependabot/go_modules/op-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 /op-exporter
-
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>
-
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>
-
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>
-
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 19 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
-