- 12 Oct, 2023 12 commits
-
-
Mark Tyneway authored
build(deps-dev): bump abitype from 0.9.10 to 0.10.0
-
Mark Tyneway authored
Merge pull request #7640 from ethereum-optimism/dependabot/go_modules/op-ufm/golang.org/x/net-0.17.0 build(deps): bump golang.org/x/net from 0.12.0 to 0.17.0 in /op-ufm
-
Mark Tyneway authored
build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0
-
Mark Tyneway authored
Merge pull request #7638 from ethereum-optimism/dependabot/go_modules/op-exporter/golang.org/x/net-0.17.0 build(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 in /op-exporter
-
Mark Tyneway authored
contracts-bedrock: `StorageSetter` contract
-
dependabot[bot] authored
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0. - [Commits](https://github.com/golang/net/compare/v0.12.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [abitype](https://github.com/wagmi-dev/abitype) from 0.9.10 to 0.10.0. - [Release notes](https://github.com/wagmi-dev/abitype/releases) - [Commits](https://github.com/wagmi-dev/abitype/compare/abitype@0.9.10...abitype@0.10.0) --- updated-dependencies: - dependency-name: abitype dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.17.0. - [Commits](https://github.com/golang/net/compare/v0.15.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.17.0. - [Commits](https://github.com/golang/net/compare/v0.10.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
build(deps): bump viem from 1.16.2 to 1.16.3
-
dependabot[bot] authored
Bumps [viem](https://github.com/wagmi-dev/viem) from 1.16.2 to 1.16.3. - [Release notes](https://github.com/wagmi-dev/viem/releases) - [Commits](https://github.com/wagmi-dev/viem/compare/viem@1.16.2...viem@1.16.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
contracts-bedrock: mainnet deployment
-
- 11 Oct, 2023 25 commits
-
-
Mark Tyneway authored
build(deps): bump gorm.io/gorm from 1.25.4 to 1.25.5
-
dependabot[bot] authored
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.4 to 1.25.5. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](https://github.com/go-gorm/gorm/compare/v1.25.4...v1.25.5) --- updated-dependencies: - dependency-name: gorm.io/gorm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
op-upgrade: cleanup implementation
-
Mark Tyneway authored
build(deps): bump gorm.io/driver/postgres from 1.5.2 to 1.5.3
-
Mark Tyneway authored
Merge pull request #7625 from ethereum-optimism/dependabot/go_modules/github.com/google/go-cmp-0.6.0 build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0
-
dependabot[bot] authored
Bumps [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) from 1.5.2 to 1.5.3. - [Commits](https://github.com/go-gorm/postgres/compare/v1.5.2...v1.5.3) --- updated-dependencies: - dependency-name: gorm.io/driver/postgres dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.9 to 0.6.0. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.5.9...v0.6.0) --- updated-dependencies: - dependency-name: github.com/google/go-cmp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
build(deps-dev): bump @types/chai from 4.3.6 to 4.3.7
-
Mark Tyneway authored
Use a higher level API that is more appropriate for building calldata for calls. The lower level API did not append the 4byte selectors and that had to be done manually. Using the low level API was error prone so it should be avoided. The high level API does exactly what we want it to do - ABI encode the data and then append it to the correct 4byte selector. To review this PR, ensure that the arguments to the old `PackValues` functions are the same as the new `Pack` function, excluding the first argument which is the name of the function to ABI encode for.
-
Mark Tyneway authored
build(deps-dev): bump @types/express from 4.17.18 to 4.17.19
-
dependabot[bot] authored
Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.3.6 to 4.3.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai) --- updated-dependencies: - dependency-name: "@types/chai" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
build(deps): bump viem from 1.16.0 to 1.16.2
-
Wyatt Barnes authored
ufm-metamask correct envs
-
dependabot[bot] authored
Bumps [viem](https://github.com/wagmi-dev/viem) from 1.16.0 to 1.16.2. - [Release notes](https://github.com/wagmi-dev/viem/releases) - [Commits](https://github.com/wagmi-dev/viem/compare/viem@1.16.0...viem@1.16.2) --- updated-dependencies: - dependency-name: viem dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Wyatt Barnes authored
-
protolambda authored
op-node: Span Batch Type, Encoding, and Decoding
-
dependabot[bot] authored
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.18 to 4.17.19. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express) --- updated-dependencies: - dependency-name: "@types/express" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
protolambda authored
op-service: http-server util, Close explicitly to wait for resource cleanup before shutdown
-
protolambda authored
-
protolambda authored
-
Hamdi Allam authored
fix(indexer): indexer config precedence
-
Mark Tyneway authored
-
Hamdi Allam authored
-
Hamdi Allam authored
-
Mark Tyneway authored
-
- 10 Oct, 2023 3 commits
-
-
Hamdi Allam authored
bugfix(indexer) index the mint field of the l1 deposit transactions and not the value field
-
protolambda authored
docs: fix typos
-
Hamdi Allam authored
-