- 04 Oct, 2023 12 commits
-
-
dependabot[bot] authored
Bumps [zod](https://github.com/colinhacks/zod) from 3.22.0 to 3.22.3. - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md) - [Commits](https://github.com/colinhacks/zod/compare/v3.22.0...v3.22.3) --- updated-dependencies: - dependency-name: zod dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
refcell.eth authored
Merge pull request #7532 from ethereum-optimism/dependabot/npm_and_yarn/ufm-test-services/metamask/zod-3.22.3 build(deps): bump zod from 3.22.2 to 3.22.3 in /ufm-test-services/metamask
-
refcell.eth authored
build(deps): bump pino from 8.15.3 to 8.15.4
-
dependabot[bot] authored
Bumps [zod](https://github.com/colinhacks/zod) from 3.22.2 to 3.22.3. - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md) - [Commits](https://github.com/colinhacks/zod/compare/v3.22.2...v3.22.3) --- updated-dependencies: - dependency-name: zod dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
build(deps-dev): bump vite from 4.4.6 to 4.4.10
-
Mark Tyneway authored
op-node: RPC Limit client does not respect context
-
Mark Tyneway authored
build(deps-dev): bump abitype from 0.9.3 to 0.9.9
-
dependabot[bot] authored
Bumps [pino](https://github.com/pinojs/pino) from 8.15.3 to 8.15.4. - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](https://github.com/pinojs/pino/compare/v8.15.3...v8.15.4) --- 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 [abitype](https://github.com/wagmi-dev/abitype) from 0.9.3 to 0.9.9. - [Release notes](https://github.com/wagmi-dev/abitype/releases) - [Changelog](https://github.com/wagmi-dev/abitype/blob/main/CHANGELOG.md) - [Commits](https://github.com/wagmi-dev/abitype/compare/abitype@0.9.3...abitype@0.9.9) --- updated-dependencies: - dependency-name: abitype dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.6 to 4.4.10. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.4.10/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.4.10/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
refcell.eth authored
op-challenger: Simplify game implementation
-
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 28 commits
-
-
Sebastian Stammler authored
op-upgrade: superchain target
-
refcell.eth authored
build(deps): bump urllib3 from 1.26.13 to 1.26.17 in /ops/check-changed
-
Mark Tyneway authored
Merge pull request #7508 from ethereum-optimism/dependabot/go_modules/op-ufm/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 /op-ufm
-
Mark Tyneway authored
Merge pull request #7509 from ethereum-optimism/dependabot/go_modules/github.com/consensys/gnark-crypto-0.12.0 build(deps): bump github.com/consensys/gnark-crypto from 0.10.0 to 0.12.0
-
Mark Tyneway authored
contracts-bedrock: fix Deploy script
-
Mark Tyneway authored
-
Sebastian Stammler authored
chore: update video link
-
clabby authored
-
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
-
Adrian Sutton authored
-
Thanh Nguyen authored
-
Adrian Sutton authored
Stores claims in an array with the same order as the contracts would. Computes a claim ID by hashing the values that must be unique.
-
dependabot[bot] authored
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.13 to 1.26.17. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.13...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
Allow for the superchain target to be passed in via flag. Previously an assumption existed that there would be a single superchain target per L1 network, now that there is a dev and prod superchain target on goerli, this flag needs to exist to differentiate them.
-
Sebastian Stammler authored
specs: fix typos
-
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>
-
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
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>
-