- 07 Oct, 2023 5 commits
-
-
Joshua Gutow authored
specs: Add new fault-proof hint types
-
Mark Tyneway authored
build(deps): bump viem from 1.15.1 to 1.15.3
-
Mark Tyneway authored
build(deps): bump golang.org/x/crypto from 0.13.0 to 0.14.0
-
Joshua Gutow authored
fix: pass in env var prefix for p2p flags
-
Mark Tyneway authored
-
- 06 Oct, 2023 28 commits
-
-
inphi authored
-
dependabot[bot] authored
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.13.0 to 0.14.0. - [Commits](https://github.com/golang/crypto/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
inphi authored
-
Mark Tyneway authored
build(deps): bump golang.org/x/sync from 0.3.0 to 0.4.0
-
dependabot[bot] authored
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.3.0 to 0.4.0. - [Commits](https://github.com/golang/sync/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
contracts-bedrock: migrate ERC721 contracts to ISemver
-
dependabot[bot] authored
Bumps [viem](https://github.com/wagmi-dev/viem) from 1.15.1 to 1.15.3. - [Release notes](https://github.com/wagmi-dev/viem/releases) - [Commits](https://github.com/wagmi-dev/viem/compare/viem@1.15.1...viem@1.15.3) --- updated-dependencies: - dependency-name: viem dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Continue moving away from `Semver` in favor of the more flexible `ISemver` contract.
-
Mark Tyneway authored
build(deps-dev): bump zod from 3.22.3 to 3.22.4
-
Mark Tyneway authored
build(deps-dev): bump nx from 16.9.1 to 16.10.0
-
Mark Tyneway authored
build(deps): bump pino from 8.15.5 to 8.15.6
-
Mark Tyneway authored
build(deps-dev): bump @swc/core from 1.3.90 to 1.3.92
-
Mark Tyneway authored
build(deps-dev): bump hardhat from 2.17.4 to 2.18.0
-
Anika Raghuvanshi authored
-
protolambda authored
op-service: flag copy to protect against default-mutation of generic flag value
-
felipe andrade authored
-
protolambda authored
-
dependabot[bot] authored
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.90 to 1.3.92. - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/compare/v1.3.90...v1.3.92) --- updated-dependencies: - dependency-name: "@swc/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [zod](https://github.com/colinhacks/zod) from 3.22.3 to 3.22.4. - [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.3...v3.22.4) --- updated-dependencies: - dependency-name: zod dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
protolambda authored
chore: RPC client cleanup
-
dependabot[bot] authored
Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.17.4 to 2.18.0. - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.17.4...hardhat@2.18.0) --- updated-dependencies: - dependency-name: hardhat dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 16.9.1 to 16.10.0. - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/16.10.0/packages/nx) --- updated-dependencies: - dependency-name: nx dependency-type: direct:development 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.5 to 8.15.6. - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](https://github.com/pinojs/pino/compare/v8.15.5...v8.15.6) --- updated-dependencies: - dependency-name: pino dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
protolambda authored
-
Mark Tyneway authored
op-chain-ops: skip extra json serialization
-
Mark Tyneway authored
Ignore JSON serialization of the skip calldata field as it is meant to be a helper for the implementation and should not be included in the serialized JSON.
-
- 05 Oct, 2023 7 commits
-
-
protolambda authored
op-node: Synchronize node halted bit
-
Sabnock01 authored
squashed in: - fix: resolve circular dependency - lint - move rollupclient to sources - fix imports
-
inphi authored
-
Zach Howard authored
Adds ufm-metamask docker build and tag-service release support
-
Zach Howard authored
-
Mark Tyneway authored
contracts-bedrock: SystemConfig reinit fix
-
Mark Tyneway authored
contracts-bedrock: modernize devnet artifacts
-