- 05 Oct, 2023 2 commits
-
-
dependabot[bot] authored
Bumps [pino](https://github.com/pinojs/pino) from 8.15.4 to 8.15.5. - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](https://github.com/pinojs/pino/compare/v8.15.4...v8.15.5) --- updated-dependencies: - dependency-name: pino dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Joshua Gutow authored
op-service: create a common admin API RPC and a common RPC request metrics
-
- 04 Oct, 2023 33 commits
-
-
Mark Tyneway authored
📝 docs: add `sws` to glossary -
Mark Tyneway authored
op-chain-ops: option for skipping calldata encoding
-
Wyatt Barnes authored
Init Metamask Fee Estimation Tracking
-
refcell.eth authored
feat(op-challenger): Deep Positions
-
Andreas Bigger authored
Fix op-e2e new position ref Fix big int zero type fixes
-
Mark Tyneway authored
chore(Makefile): Fix Devnet Targets
-
refcell authored
-
refcell.eth authored
feat(op-challenger): Split Trace Provider
-
Sabnock01 authored
-
refcell.eth authored
Co-authored-by:
Adrian Sutton <adrian@oplabs.co>
-
refcell.eth authored
Co-authored-by:
Adrian Sutton <adrian@oplabs.co>
-
Wyatt Barnes authored
-
Mark Tyneway authored
build(deps): bump viem from 1.14.0 to 1.15.1
-
Mark Tyneway authored
The 4byte selector was not being appended to the calldata. This created invalid transactions
-
dependabot[bot] authored
Bumps [viem](https://github.com/wagmi-dev/viem) from 1.14.0 to 1.15.1. - [Release notes](https://github.com/wagmi-dev/viem/releases) - [Commits](https://github.com/wagmi-dev/viem/compare/viem@1.14.0...viem@1.15.1) --- updated-dependencies: - dependency-name: viem dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
Merge pull request #7497 from ethereum-optimism/dependabot/go_modules/proxyd/github.com/btcsuite/btcd-0.23.2 build(deps): bump github.com/btcsuite/btcd from 0.22.0-beta to 0.23.2 in /proxyd
-
Mark Tyneway authored
Adds a field to the safe `Batch` struct so that it can optionally not include the calldata serialization in the JSON that it serializes to. This is because the Safe UI will not produce any human readable output when the JSON includes the calldata, it ignores the human readable ABI and arguments. In some cases, we may want to rely on the UI more so this gives the option to do so.
-
Mark Tyneway authored
build(deps-dev): bump zod from 3.22.0 to 3.22.3
-
Mark Tyneway authored
docs(dispute-game-interface.md): remove redundent type
-
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
-
refcell authored
-
refcell authored
-
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 5 commits
-
-
bendanzhentan authored
-
Andreas Bigger authored
-
Andreas Bigger authored
-
Andreas Bigger authored
-
Sebastian Stammler authored
op-upgrade: superchain target
-