- 24 Oct, 2023 20 commits
-
-
protolambda authored
specs,go.mod: protocol-version prerelease edge-case, update op-geth to pull in updated version comparison
-
Adrian Sutton authored
op-service: Extract shared method for formatting versions
-
Adrian Sutton authored
-
Adrian Sutton authored
fix(op-node): git commit print
-
Mark Tyneway authored
build(deps-dev): bump eslint-plugin-import from 2.28.1 to 2.29.0
-
Mark Tyneway authored
build(deps-dev): bump @swc/core from 1.3.92 to 1.3.94
-
Adrian Sutton authored
-
Mark Tyneway authored
build(deps-dev): bump @wagmi/core from 1.4.4 to 1.4.5
-
Hamdi Allam authored
fix(indexer) simplify standard bridge finalization check
-
Hamdi Allam authored
Merge pull request #7777 from ethereum-optimism/10-20-fix_indexer_legacy_processor_withdrawals_latest_epoch_query_ fix(indexer) legacy processor withdrawals & database epoch query
-
Mark Tyneway authored
build(deps): bump pino from 8.16.0 to 8.16.1
-
Adrian Sutton authored
op-program: Fix fpp-verify by actually setting the datadir
-
protolambda authored
-
Adrian Sutton authored
-
Adrian Sutton authored
[txmgr] Avoid incrementing the nonce if tx signing fails
-
dependabot[bot] authored
Bumps [pino](https://github.com/pinojs/pino) from 8.16.0 to 8.16.1. - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](https://github.com/pinojs/pino/compare/v8.16.0...v8.16.1) --- updated-dependencies: - dependency-name: pino dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.92 to 1.3.94. - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/compare/v1.3.92...v1.3.94) --- updated-dependencies: - dependency-name: "@swc/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.28.1 to 2.29.0. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.0) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [@wagmi/core](https://github.com/wagmi-dev/wagmi/tree/HEAD/packages/core) from 1.4.4 to 1.4.5. - [Release notes](https://github.com/wagmi-dev/wagmi/releases) - [Changelog](https://github.com/wagmi-dev/wagmi/blob/main/packages/core/CHANGELOG.md) - [Commits](https://github.com/wagmi-dev/wagmi/commits/@wagmi/core@1.4.5/packages/core) --- updated-dependencies: - dependency-name: "@wagmi/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Sebastian Stammler authored
op-service: withdrawals typing fixes
-
- 23 Oct, 2023 12 commits
-
-
Mark Tyneway authored
Merge pull request #7786 from ethereum-optimism/dependabot/go_modules/github.com/fsnotify/fsnotify-1.7.0 build(deps): bump github.com/fsnotify/fsnotify from 1.6.0 to 1.7.0
-
protolambda authored
Co-authored-by:
Adrian Sutton <adrian@oplabs.co>
-
Adrian Sutton authored
op-program: Add compatibility test to verify a section of goerli in CI
-
Michael de Hoog authored
-
Will Cory authored
indexer: correct depends-on clause of docker-compose
-
Mark Tyneway authored
build(deps): bump github.com/onsi/gomega from 1.28.0 to 1.28.1
-
protolambda authored
-
bendanzhentan authored
-
dependabot[bot] authored
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.28.0 to 1.28.1. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/gomega/compare/v1.28.0...v1.28.1) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/fsnotify/fsnotify/releases) - [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md) - [Commits](https://github.com/fsnotify/fsnotify/compare/v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: github.com/fsnotify/fsnotify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Adrian Sutton authored
op-service,op-node,op-program: default to new standard rpc-kind with eth_getBlockReceipts support
-
Adrian Sutton authored
-
- 22 Oct, 2023 8 commits
-
-
Shawn authored
-
Michael de Hoog authored
-
Michael de Hoog authored
-
felipe authored
-
Matthew Slipper authored
proxyd: handle oversize requests/backend responses
-
Felipe Andrade authored
-
Matthew Slipper authored
Under certain conditions, users could provide batch requests that cause the upstream Geth nodes to return very large responses. These responses were being handled improperly, and rather than returning an error were being truncated and leading to backends being marked as offline. This issue extended to large client requests as well. This PR also enables `pprof` on proxyd, which was used to debug this problem.
-
Matthew Slipper authored
chore(proxyd): bump go to 1.21 and update dependencies
-