- 04 Oct, 2023 1 commit
-
-
Jason Yellick authored
This change addresses two bugs. 1. The existing limit.go implements its own semaphore which ignores the passed in context. This means that the semaphore will block indefinitely, even when the context of the request has already expired. 2. The existing implementation does not guard against clients which invoke RPC methods after the channel underlying the custom semaphore has been closed. This results in panics where the closed channel is written to during shutdown, and results in test flakiness. This flakiness is most evident in the op-e2e-http-tests suite. Along with these fixes comes a test which attempts to demonstrate the previous bad behavior. Because these bugs are inherently tied to the interaction of multiple go routines, the test ends up being a bit complex, but is well commented and hopefully remains readable.
-
- 03 Oct, 2023 25 commits
-
-
protolambda authored
Add registry-data subcommand "bytecode" that generates a single bytecode file from hex
-
Sebastian Stammler authored
feat: Add FPA goerli deployments
-
clabby authored
chore: Immunefi FPA docs
-
clabby authored
-
Sebastian Stammler authored
specs: fix typos
-
Mark Tyneway authored
Merge pull request #7507 from ethereum-optimism/dependabot/go_modules/proxyd/github.com/consensys/gnark-crypto-0.12.0 build(deps): bump github.com/consensys/gnark-crypto from 0.10.0 to 0.12.0 in /proxyd
-
Mark Tyneway authored
build(deps-dev): bump @wagmi/core from 1.3.8 to 1.4.3
-
dependabot[bot] authored
Bumps [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) from 0.10.0 to 0.12.0. - [Release notes](https://github.com/consensys/gnark-crypto/releases) - [Changelog](https://github.com/Consensys/gnark-crypto/blob/master/CHANGELOG.md) - [Commits](https://github.com/consensys/gnark-crypto/compare/v0.10.0...v0.12.0) --- updated-dependencies: - dependency-name: github.com/consensys/gnark-crypto dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
build(deps): bump pino from 8.15.0 to 8.15.3
-
Mark Tyneway authored
build(deps): bump @sentry/node from 7.64.0 to 7.73.0
-
dependabot[bot] authored
Bumps [@wagmi/core](https://github.com/wagmi-dev/wagmi/tree/HEAD/packages/core) from 1.3.8 to 1.4.3. - [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.3/packages/core) --- updated-dependencies: - dependency-name: "@wagmi/core" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 7.64.0 to 7.73.0. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.64.0...7.73.0) --- updated-dependencies: - dependency-name: "@sentry/node" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [pino](https://github.com/pinojs/pino) from 8.15.0 to 8.15.3. - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](https://github.com/pinojs/pino/compare/v8.15.0...v8.15.3) --- updated-dependencies: - dependency-name: pino dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
clabby authored
Co-authored-by:
Maurelian <maurelian@protonmail.ch>
-
clabby authored
-
clabby authored
Co-authored-by:
protolambda <proto@protolambda.com>
-
clabby authored
Co-authored-by:
protolambda <proto@protolambda.com>
-
clabby authored
Co-authored-by:
protolambda <proto@protolambda.com>
-
clabby authored
Co-authored-by:
protolambda <proto@protolambda.com>
-
clabby authored
Co-authored-by:
protolambda <proto@protolambda.com>
-
clabby authored
Co-authored-by:
protolambda <proto@protolambda.com>
-
clabby authored
-
clabby authored
Co-authored-by:
Maurelian <maurelian@protonmail.ch> Co-authored-by:
Adrian Sutton <adrian@oplabs.co>
-
clabby authored
-
OptimismBot authored
Add Base sepolia constants
-
- 02 Oct, 2023 8 commits
-
-
Michael de Hoog authored
Co-authored-by:
Joshua Gutow <jbgutow@gmail.com>
-
Michael de Hoog authored
-
OptimismBot authored
deps: update superchain registry
-
protolambda authored
-
protolambda authored
-
protolambda authored
-
Mark Tyneway authored
fix: add protocol version to getting-started.json
-
Chomtana authored
-
- 01 Oct, 2023 6 commits
-
-
OptimismBot authored
📝 docs: consistent `MIPS.sol` return params -
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Updates the version in the `go.mod` to https://github.com/ethereum-optimism/superchain-registry/commit/7b48d381868687d7a2124dc092434b34d4e0189c This was done with the following command: ```bash $ go get -v github.com/ethereum-optimism/superchain-registry/superchain ``` This commit includes the latest deployments of the contract implementations. Pulling in this new version is required to build the spell for the `superchain-ops` repo.
-
mergify[bot] authored
-
OptimismBot authored
contracts-bedrock: update `.envrc.example`
-