- 22 Oct, 2023 7 commits
-
-
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
-
Felipe Andrade authored
-
- 21 Oct, 2023 9 commits
-
-
Mark Tyneway authored
Support optional whitespace in XFF Header
-
Mark Tyneway authored
build(deps-dev): bump nx from 16.10.0 to 17.0.1
-
Mark Tyneway authored
build(deps-dev): bump hardhat from 2.18.1 to 2.18.2
-
Mark Tyneway authored
contracts-bedrock: common test imports fix
-
Mark Tyneway authored
ops: shared cached go docker build
-
Mark Tyneway authored
Simple commit that updates the import style in the common test file to reduce the diff in future commits.
-
dependabot[bot] authored
Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.18.1 to 2.18.2. - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.18.1...hardhat@2.18.2) --- updated-dependencies: - dependency-name: hardhat dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 16.10.0 to 17.0.1. - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/17.0.1/packages/nx) --- updated-dependencies: - dependency-name: nx dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com>
-
protolambda authored
op-e2e: Deduplicate blocks for alt sync test
-
- 20 Oct, 2023 24 commits
-
-
Joshua Gutow authored
-
protolambda authored
-
Mark Tyneway authored
Merge pull request #7705 from ethereum-optimism/dependabot/npm_and_yarn/ufm-test-services/metamask/babel/traverse-7.23.2 build(deps-dev): bump @babel/traverse from 7.22.20 to 7.23.2 in /ufm-test-services/metamask
-
Hamdi Allam authored
fix(indexer) update withdrawal/deposit counters to use `big.Int`
-
Hamdi Allam authored
feat(indexer) database insert idempotency
-
Ethen Pociask authored
-
Ethen Pociask authored
-
Hamdi Allam authored
-
Hamdi Allam authored
-
Hamdi Allam authored
-
Hamdi Allam authored
-
Danyal Prout authored
-
Mark Tyneway authored
Version Packages
-
github-actions[bot] authored
-
Joshua Gutow authored
Canyon: Blocks V2 P2P & Testing
-
Mark Tyneway authored
contracts-bedrock: L2 contracts reinit
-
Mark Tyneway authored
contracts-bedrock: sepolia protocol versions proxy
-
Mark Tyneway authored
feat: protocol versions mainnet
-
Mark Tyneway authored
build(deps-dev): bump lint-staged from 15.0.1 to 15.0.2
-
Danyal Prout authored
-
Danyal Prout authored
-
felipe andrade authored
feat(proxyd): avoid caching debug_getRawReceipts responses with 0 receipts
-
dependabot[bot] authored
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.0.1 to 15.0.2. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/okonet/lint-staged/compare/v15.0.1...v15.0.2) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Sebastian Stammler authored
op-node: on fetching error, accurately report the L1 block that it fails at
-