- 05 Oct, 2023 13 commits
-
-
Mark Tyneway authored
contracts-bedrock: factory semver bump
-
Mark Tyneway authored
Uses the new constant and bumps the semver
-
Mark Tyneway authored
contracts-bedrock: update reinitialize value
-
Mark Tyneway authored
-
Mark Tyneway authored
Updates the `reinitailze` value to 3 from 2. Now there is a constant used in all locations so that everything can be updated at once. This solution is not scalable long term because this means that the `reinitialize` value needs to be updated any time a new contract is deployed.
-
Mark Tyneway authored
Create deployment scripts for auth modules
-
Tarun Khasnavis authored
-
Mark Tyneway authored
build(deps): bump pino from 8.15.4 to 8.15.5
-
Tarun Khasnavis authored
-
Tarun Khasnavis authored
-
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
-
Tarun Khasnavis authored
-
- 04 Oct, 2023 27 commits
-
-
Tarun Khasnavis authored
-
Tarun Khasnavis authored
-
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
-