- 17 Feb, 2023 2 commits
-
-
mergify[bot] authored
op-node: Fix invalid advance in the batch queue
-
mergify[bot] authored
-
- 16 Feb, 2023 29 commits
-
-
mergify[bot] authored
Merge pull request #4887 from ethereum-optimism/dependabot/go_modules/bss-core/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 /bss-core
-
Joshua Gutow authored
-
Joshua Gutow authored
This reproduces a bug found by mdehoog. This bug causes the system to halt under certain circustances. Specifically, when generating batches at the end of the sequence window the batch queue would attempt to generate empy batches from the next L2 timestamp to the timestamp of the next L1 origin. If the timestamp of the next L1 origin was less than the timestamp of the next L2 block time, no batches would be generated and the internal L1 blocks would be advanced. This would cause L1 origins to be skipped. This got caught by a consistency check we have in the batch queue, but loops in an unrecoverable error until this bug is fixed.
-
Joshua Gutow authored
-
mergify[bot] authored
Merge branch 'develop' into dependabot/go_modules/bss-core/github.com/prometheus/client_golang-1.11.1
-
Mark Tyneway authored
contracts-bedrock: be explicit with mintable erc721 token version
-
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>
-
Mark Tyneway authored
fix(ctb): add is IERC165 to IOptimismMintableERC20
-
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 9 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
-