Skip to content

Commit 791cb07

Browse files
build(deps): Bump the all-go group across 2 directories with 2 updates (#2787)
Bumps the all-go group with 1 update in the /da directory: [github.com/filecoin-project/go-jsonrpc](https://github.com/filecoin-project/go-jsonrpc). Bumps the all-go group with 1 update in the /test/docker-e2e directory: [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum). Updates `github.com/filecoin-project/go-jsonrpc` from 0.8.0 to 0.9.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/filecoin-project/go-jsonrpc/releases">github.com/filecoin-project/go-jsonrpc's releases</a>.</em></p> <blockquote> <h2>v0.9.0</h2> <h2>What's Changed</h2> <ul> <li>ci: uci/update-go by <a href="https://github.com/web3-bot"><code>@​web3-bot</code></a> in <a href="https://redirect.github.com/filecoin-project/go-jsonrpc/pull/137">filecoin-project/go-jsonrpc#137</a></li> <li>fix(http): always set Content-Type to application/json by <a href="https://github.com/rjan90"><code>@​rjan90</code></a> in <a href="https://redirect.github.com/filecoin-project/go-jsonrpc/pull/139">filecoin-project/go-jsonrpc#139</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/rjan90"><code>@​rjan90</code></a> made their first contribution in <a href="https://redirect.github.com/filecoin-project/go-jsonrpc/pull/139">filecoin-project/go-jsonrpc#139</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/filecoin-project/go-jsonrpc/compare/v0.8.0...v0.9.0">https://github.com/filecoin-project/go-jsonrpc/compare/v0.8.0...v0.9.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/filecoin-project/go-jsonrpc/commit/8e5f77c277e9e337d78f9a940f28baa1f5c2f11a"><code>8e5f77c</code></a> chore: v0.9.0 bump (<a href="https://redirect.github.com/filecoin-project/go-jsonrpc/issues/140">#140</a>)</li> <li><a href="https://github.com/filecoin-project/go-jsonrpc/commit/cbb61bbe498b7a1c7702f14e0fa27ccbed618a7b"><code>cbb61bb</code></a> fix(http): always set Content-Type to application/json (<a href="https://redirect.github.com/filecoin-project/go-jsonrpc/issues/139">#139</a>)</li> <li><a href="https://github.com/filecoin-project/go-jsonrpc/commit/bd8f54a9270e128cca30fb691019e011b02ca2ff"><code>bd8f54a</code></a> ci: uci/update-go (<a href="https://redirect.github.com/filecoin-project/go-jsonrpc/issues/137">#137</a>)</li> <li>See full diff in <a href="https://github.com/filecoin-project/go-jsonrpc/compare/v0.8.0...v0.9.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/ethereum/go-ethereum` from 1.16.3 to 1.16.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ethereum/go-ethereum/releases">github.com/ethereum/go-ethereum's releases</a>.</em></p> <blockquote> <h2>Coolant Cells (v1.16.5)</h2> <!-- raw HTML omitted --> <p>This is a maintenance release. We are issuing this release mostly to add a conversion path for blob proofs submitted via <code>eth_sendRawTransaction</code>. See <a href="https://blog.ethereum.org/2025/10/15/fusaka-blob-update">https://blog.ethereum.org/2025/10/15/fusaka-blob-update</a> for more information.</p> <h3>RPC</h3> <ul> <li><code>eth_sendRawTransaction</code> has an upgrade path for blob proofs after the Fusaka fork. Note this is temporary. We will remove support for blob proof conversion during the v1.17.x release cycle, please update RPC client libraries to support cell-level (v1) proofs. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32849">#32849</a>)</li> <li><code>eth_subscribe</code> now supports a <code>transactionReceipts</code> subscription. There is also a wrapper in ethclient for this new subscription type. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32697">#32697</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/issues/32869">#32869</a>)</li> <li><code>eth_simulateV1</code> was fixed to return the block timestamp in logs, like <code>eth_getLogs</code> does. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32831">#32831</a>)</li> <li>In the abigen v2 runtime, <code>BoundContract.Transfer</code> will now verify that the contract has a payable fallback or receive method. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32374">#32374</a>)</li> <li>A <code>keccak256preimage</code> tracer has been added. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32569">#32569</a>)</li> </ul> <h3>Networking</h3> <ul> <li>The eth protocol handler will now drop peers sending duplicated transactions. This is to unify behavior with other client implementations. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32728">#32728</a>)</li> <li>A regression in the discovery system could cause high CPU usage under synthetic conditions (i.e. in tests). (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32912">#32912</a>)</li> <li>A very rare shutdown hang related to peer discovery is resolved. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32572">#32572</a>)</li> <li>The eth protocol test suite has a new post-merge test chain and saw some bug fixes for flakey tests. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32834">#32834</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/issues/32850">#32850</a>)</li> </ul> <h3>Core</h3> <ul> <li>Our freezer implementation now supports partial reads, i.e. reading just a slice out of a larger stored value. This functionality is used for the archive node state history. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32132">#32132</a>)</li> <li>The trie database now implements a storage layer for 'trie history', a precursor to serving historical state proofs for the path-based archive node. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32596">#32596</a>)</li> <li>The <code>txpool/valid.meter</code> metric has been corrected. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32845">#32845</a>)</li> <li>The engine API saw some fixes related to fork compatibility checks. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32800">#32800</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/issues/32731">#32731</a>)</li> </ul> <p>For a full rundown of the changes please consult the Geth 1.16.5 <a href="https://github.com/ethereum/go-ethereum/milestone/194?closed=1">release milestone</a>.</p> <hr /> <p>As with all our previous releases, you can find the:</p> <ul> <li>Pre-built binaries for all platforms on our <a href="https://geth.ethereum.org/downloads/">downloads page</a>.</li> <li>Docker images published under <a href="https://cloud.docker.com/u/ethereum/repository/docker/ethereum/client-go"><code>ethereum/client-go</code></a>.</li> <li>Ubuntu packages in our <a href="https://launchpad.net/~ethereum/+archive/ubuntu/ethereum">Launchpad PPA repository</a>.</li> <li>OSX packages in our <a href="https://github.com/ethereum/homebrew-ethereum">Homebrew Tap repository</a>.</li> </ul> <h2>Bioelectric Infusers (v1.16.4)</h2> <!-- raw HTML omitted --> <p>This release enables the Osaka (Fusaka) fork on testnets. We also enable two blob-parameter only (BPO) forks for the testnets.</p> <ul> <li> <p>Holesky</p> <ul> <li>Osaka at time <code>1759308480</code> (2025-10-01 08:48:00 UTC)</li> <li>BPO1 at time <code>1759800000</code> (2025-10-07 01:20:00 UTC)</li> <li>BPO2 at time <code>1760389824</code> (2025-10-13 21:10:24 UTC)</li> </ul> </li> <li> <p>Sepolia</p> <ul> <li>Osaka at time <code>1760427360</code> (2025-10-14 07:36:00 UTC)</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ethereum/go-ethereum/commit/737ffd1bf0cbee378d0111a5b17ae4724fb2216c"><code>737ffd1</code></a> Merge branch 'master' into release/1.16</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/32ccb548d34b26edb665446d1695870573d136c7"><code>32ccb54</code></a> version: release go-ethereum v1.16.5 stable</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/7c107c2691fa66a1da60e2b95f5946c3a3921b00"><code>7c107c2</code></a> p2p/discover: remove hot-spin in table refresh trigger (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32912">#32912</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/40505a9bc065033472be5c0bcaf2882efd421ce2"><code>40505a9</code></a> eth/protocols/eth: reject message containing duplicated txs and drop peer (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/3">#3</a>...</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/3cfc33477bcd84aefa8cfbc8cee33625b8cfea6d"><code>3cfc334</code></a> rpc: fix flaky test TestServerWebsocketReadLimit (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32889">#32889</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/f6064f32c4abeffa99c4c29674fe9ba756e90e08"><code>f6064f3</code></a> internal/ethapi: convert legacy blobtx proofs in sendRawTransaction (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32849">#32849</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/55a53208b7f6fe656fe13e0f34a652aaedad6e9e"><code>55a5320</code></a> accounts/abi: check presence of payable fallback or receive before proceeding...</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/e03d97a42052097d817eb13c22a2f1a6459518e1"><code>e03d97a</code></a> core/txpool/legacypool: fix pricedList updates (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32906">#32906</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/fb8d2298b615aedd964635c6fb45587246da67ed"><code>fb8d229</code></a> eth: do not warn on switching from snap sync to full sync (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32900">#32900</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/00f6f2b32fd49255dd7fcab24f0326c1da91d1e5"><code>00f6f2b</code></a> eth/catalyst: remove useless log on enabling Engine API (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32901">#32901</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ethereum/go-ethereum/compare/v1.16.3...v1.16.5">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: tac0turtle <[email protected]>
1 parent b32b7f5 commit 791cb07

File tree

10 files changed

+36
-34
lines changed

10 files changed

+36
-34
lines changed

apps/evm/single/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ require (
5050
github.com/ethereum/go-verkle v0.2.2 // indirect
5151
github.com/ferranbt/fastssz v0.1.4 // indirect
5252
github.com/filecoin-project/go-clock v0.1.0 // indirect
53-
github.com/filecoin-project/go-jsonrpc v0.8.0 // indirect
53+
github.com/filecoin-project/go-jsonrpc v0.9.0 // indirect
5454
github.com/flynn/noise v1.1.0 // indirect
5555
github.com/francoispqt/gojay v1.2.13 // indirect
5656
github.com/fsnotify/fsnotify v1.9.0 // indirect

apps/evm/single/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ github.com/ferranbt/fastssz v0.1.4 h1:OCDB+dYDEQDvAgtAGnTSidK1Pe2tW3nFV40XyMkTeD
107107
github.com/ferranbt/fastssz v0.1.4/go.mod h1:Ea3+oeoRGGLGm5shYAeDgu6PGUlcvQhE2fILyD9+tGg=
108108
github.com/filecoin-project/go-clock v0.1.0 h1:SFbYIM75M8NnFm1yMHhN9Ahy3W5bEZV9gd6MPfXbKVU=
109109
github.com/filecoin-project/go-clock v0.1.0/go.mod h1:4uB/O4PvOjlx1VCMdZ9MyDZXRm//gkj1ELEbxfI1AZs=
110-
github.com/filecoin-project/go-jsonrpc v0.8.0 h1:2yqlN3Vd8Gx5UtA3fib7tQu2aW1cSOJt253LEBWExo4=
111-
github.com/filecoin-project/go-jsonrpc v0.8.0/go.mod h1:p8WGOwQGYbFugSdK7qKIGhhb1VVcQ2rtBLdEiik1QWI=
110+
github.com/filecoin-project/go-jsonrpc v0.9.0 h1:G47qEF52w7GholpI21vPSTVBFvsrip6geIoqNiqyZtQ=
111+
github.com/filecoin-project/go-jsonrpc v0.9.0/go.mod h1:OG7kVBVh/AbDFHIwx7Kw0l9ARmKOS6gGOr0LbdBpbLc=
112112
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:xEzjJPgXI435gkrCt3MPfRiAkVrwSbHsst4LCFVfpJc=
113113
github.com/flynn/noise v1.1.0 h1:KjPQoQCEFdZDiP03phOvGi11+SVVhBG2wOWAorLsstg=
114114
github.com/flynn/noise v1.1.0/go.mod h1:xbMo+0i6+IGbYdJhF31t2eR1BIU0CYc12+BNAKwUTag=

apps/grpc/single/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
github.com/dgraph-io/ristretto/v2 v2.1.0 // indirect
2828
github.com/dustin/go-humanize v1.0.1 // indirect
2929
github.com/filecoin-project/go-clock v0.1.0 // indirect
30-
github.com/filecoin-project/go-jsonrpc v0.8.0 // indirect
30+
github.com/filecoin-project/go-jsonrpc v0.9.0 // indirect
3131
github.com/flynn/noise v1.1.0 // indirect
3232
github.com/francoispqt/gojay v1.2.13 // indirect
3333
github.com/fsnotify/fsnotify v1.9.0 // indirect

apps/grpc/single/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1m
6464
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
6565
github.com/filecoin-project/go-clock v0.1.0 h1:SFbYIM75M8NnFm1yMHhN9Ahy3W5bEZV9gd6MPfXbKVU=
6666
github.com/filecoin-project/go-clock v0.1.0/go.mod h1:4uB/O4PvOjlx1VCMdZ9MyDZXRm//gkj1ELEbxfI1AZs=
67-
github.com/filecoin-project/go-jsonrpc v0.8.0 h1:2yqlN3Vd8Gx5UtA3fib7tQu2aW1cSOJt253LEBWExo4=
68-
github.com/filecoin-project/go-jsonrpc v0.8.0/go.mod h1:p8WGOwQGYbFugSdK7qKIGhhb1VVcQ2rtBLdEiik1QWI=
67+
github.com/filecoin-project/go-jsonrpc v0.9.0 h1:G47qEF52w7GholpI21vPSTVBFvsrip6geIoqNiqyZtQ=
68+
github.com/filecoin-project/go-jsonrpc v0.9.0/go.mod h1:OG7kVBVh/AbDFHIwx7Kw0l9ARmKOS6gGOr0LbdBpbLc=
6969
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:xEzjJPgXI435gkrCt3MPfRiAkVrwSbHsst4LCFVfpJc=
7070
github.com/flynn/noise v1.1.0 h1:KjPQoQCEFdZDiP03phOvGi11+SVVhBG2wOWAorLsstg=
7171
github.com/flynn/noise v1.1.0/go.mod h1:xbMo+0i6+IGbYdJhF31t2eR1BIU0CYc12+BNAKwUTag=

apps/testapp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ require (
3737
github.com/dgraph-io/ristretto/v2 v2.1.0 // indirect
3838
github.com/dustin/go-humanize v1.0.1 // indirect
3939
github.com/filecoin-project/go-clock v0.1.0 // indirect
40-
github.com/filecoin-project/go-jsonrpc v0.8.0 // indirect
40+
github.com/filecoin-project/go-jsonrpc v0.9.0 // indirect
4141
github.com/flynn/noise v1.1.0 // indirect
4242
github.com/francoispqt/gojay v1.2.13 // indirect
4343
github.com/fsnotify/fsnotify v1.9.0 // indirect

apps/testapp/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1m
6262
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
6363
github.com/filecoin-project/go-clock v0.1.0 h1:SFbYIM75M8NnFm1yMHhN9Ahy3W5bEZV9gd6MPfXbKVU=
6464
github.com/filecoin-project/go-clock v0.1.0/go.mod h1:4uB/O4PvOjlx1VCMdZ9MyDZXRm//gkj1ELEbxfI1AZs=
65-
github.com/filecoin-project/go-jsonrpc v0.8.0 h1:2yqlN3Vd8Gx5UtA3fib7tQu2aW1cSOJt253LEBWExo4=
66-
github.com/filecoin-project/go-jsonrpc v0.8.0/go.mod h1:p8WGOwQGYbFugSdK7qKIGhhb1VVcQ2rtBLdEiik1QWI=
65+
github.com/filecoin-project/go-jsonrpc v0.9.0 h1:G47qEF52w7GholpI21vPSTVBFvsrip6geIoqNiqyZtQ=
66+
github.com/filecoin-project/go-jsonrpc v0.9.0/go.mod h1:OG7kVBVh/AbDFHIwx7Kw0l9ARmKOS6gGOr0LbdBpbLc=
6767
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:xEzjJPgXI435gkrCt3MPfRiAkVrwSbHsst4LCFVfpJc=
6868
github.com/flynn/noise v1.1.0 h1:KjPQoQCEFdZDiP03phOvGi11+SVVhBG2wOWAorLsstg=
6969
github.com/flynn/noise v1.1.0/go.mod h1:xbMo+0i6+IGbYdJhF31t2eR1BIU0CYc12+BNAKwUTag=

da/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.1
44

55
require (
66
github.com/evstack/ev-node/core v1.0.0-beta.3
7-
github.com/filecoin-project/go-jsonrpc v0.8.0
7+
github.com/filecoin-project/go-jsonrpc v0.9.0
88
github.com/rs/zerolog v1.34.0
99
github.com/stretchr/testify v1.11.1
1010
)

da/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1m
1515
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
1616
github.com/evstack/ev-node/core v1.0.0-beta.3 h1:01K2Ygm3puX4m2OBxvg/HDxu+he54jeNv+KDmpgujFc=
1717
github.com/evstack/ev-node/core v1.0.0-beta.3/go.mod h1:n2w/LhYQTPsi48m6lMj16YiIqsaQw6gxwjyJvR+B3sY=
18-
github.com/filecoin-project/go-jsonrpc v0.8.0 h1:2yqlN3Vd8Gx5UtA3fib7tQu2aW1cSOJt253LEBWExo4=
19-
github.com/filecoin-project/go-jsonrpc v0.8.0/go.mod h1:p8WGOwQGYbFugSdK7qKIGhhb1VVcQ2rtBLdEiik1QWI=
18+
github.com/filecoin-project/go-jsonrpc v0.9.0 h1:G47qEF52w7GholpI21vPSTVBFvsrip6geIoqNiqyZtQ=
19+
github.com/filecoin-project/go-jsonrpc v0.9.0/go.mod h1:OG7kVBVh/AbDFHIwx7Kw0l9ARmKOS6gGOr0LbdBpbLc=
2020
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
2121
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
2222
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=

test/docker-e2e/go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.6
55
require (
66
cosmossdk.io/math v1.5.3
77
github.com/celestiaorg/tastora v0.7.5
8-
github.com/ethereum/go-ethereum v1.16.3
8+
github.com/ethereum/go-ethereum v1.16.5
99
github.com/evstack/ev-node/execution/evm v1.0.0-beta.2
1010
github.com/stretchr/testify v1.11.1
1111
)
@@ -35,7 +35,7 @@ require (
3535
github.com/containerd/ttrpc v1.2.7 // indirect
3636
github.com/containerd/typeurl/v2 v2.2.3 // indirect
3737
github.com/cpuguy83/dockercfg v0.3.2 // indirect
38-
github.com/crate-crypto/go-eth-kzg v1.3.0 // indirect
38+
github.com/crate-crypto/go-eth-kzg v1.4.0 // indirect
3939
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
4040
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
4141
github.com/docker/buildx v0.22.0 // indirect
@@ -49,9 +49,9 @@ require (
4949
github.com/ebitengine/purego v0.8.4 // indirect
5050
github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203 // indirect
5151
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
52-
github.com/ethereum/c-kzg-4844/v2 v2.1.0 // indirect
52+
github.com/ethereum/c-kzg-4844/v2 v2.1.3 // indirect
5353
github.com/ethereum/go-verkle v0.2.2 // indirect
54-
github.com/evstack/ev-node/core v1.0.0-beta.2 // indirect
54+
github.com/evstack/ev-node/core v1.0.0-beta.3 // indirect
5555
github.com/ferranbt/fastssz v0.1.4 // indirect
5656
github.com/fsnotify/fsevents v0.2.0 // indirect
5757
github.com/fvbommel/sortorder v1.1.0 // indirect
@@ -121,7 +121,7 @@ require (
121121
github.com/shirou/gopsutil/v4 v4.25.5 // indirect
122122
github.com/sirupsen/logrus v1.9.3 // indirect
123123
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
124-
github.com/supranational/blst v0.3.14 // indirect
124+
github.com/supranational/blst v0.3.16-0.20250831170142-f48500c1fdbe // indirect
125125
github.com/testcontainers/testcontainers-go v0.38.0 // indirect
126126
github.com/testcontainers/testcontainers-go/modules/compose v0.38.0 // indirect
127127
github.com/theupdateframework/notary v0.7.0 // indirect
@@ -258,7 +258,7 @@ require (
258258
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
259259
github.com/golang/mock v1.6.0 // indirect
260260
github.com/golang/protobuf v1.5.4 // indirect
261-
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
261+
github.com/golang/snappy v1.0.0 // indirect
262262
github.com/google/btree v1.1.3 // indirect
263263
github.com/google/flatbuffers v1.12.1 // indirect
264264
github.com/google/go-cmp v0.7.0 // indirect

test/docker-e2e/go.sum

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ github.com/Shopify/sarama v1.19.0/go.mod h1:FVkBWblsNy7DGZRfXLU0O9RCGt5g3g3yEuWX
6363
github.com/Shopify/toxiproxy v2.1.4+incompatible/go.mod h1:OXgGpZ6Cli1/URJOF1DMxUHB2q5Ap20/P/eIdh4G0pI=
6464
github.com/StackExchange/wmi v1.2.1 h1:VIkavFPXSjcnS+O8yTq7NI32k0R5Aj+v39y29VYDOSA=
6565
github.com/StackExchange/wmi v1.2.1/go.mod h1:rcmrprowKIVzvc+NUiLncP2uuArMWLCbu9SBzvHz7e8=
66-
github.com/VictoriaMetrics/fastcache v1.12.2 h1:N0y9ASrJ0F6h0QaC3o6uJb3NIZ9VKLjCM7NQbSmF7WI=
67-
github.com/VictoriaMetrics/fastcache v1.12.2/go.mod h1:AmC+Nzz1+3G2eCPapF6UcsnkThDcMsQicp4xDukwJYI=
66+
github.com/VictoriaMetrics/fastcache v1.13.0 h1:AW4mheMR5Vd9FkAPUv+NH6Nhw+fmbTMGMsNAoA/+4G0=
67+
github.com/VictoriaMetrics/fastcache v1.13.0/go.mod h1:hHXhl4DA2fTL2HTZDJFXWgW0LNjo6B+4aj2Wmng3TjU=
6868
github.com/VividCortex/gohistogram v1.0.0 h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrdtl/UvroE=
6969
github.com/VividCortex/gohistogram v1.0.0/go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g=
7070
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d h1:licZJFw2RwpHMqeKTCYkitsPqHNxTmd4SNR5r94FGM8=
@@ -288,8 +288,8 @@ github.com/cpuguy83/dockercfg v0.3.2/go.mod h1:sugsbF4//dDlL/i+S+rtpIWp+5h0BHJHf
288288
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
289289
github.com/cpuguy83/go-md2man/v2 v2.0.6 h1:XJtiaUW6dEEqVuZiMTn1ldk455QWwEIsMIJlo5vtkx0=
290290
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
291-
github.com/crate-crypto/go-eth-kzg v1.3.0 h1:05GrhASN9kDAidaFJOda6A4BEvgvuXbazXg/0E3OOdI=
292-
github.com/crate-crypto/go-eth-kzg v1.3.0/go.mod h1:J9/u5sWfznSObptgfa92Jq8rTswn6ahQWEuiLHOjCUI=
291+
github.com/crate-crypto/go-eth-kzg v1.4.0 h1:WzDGjHk4gFg6YzV0rJOAsTK4z3Qkz5jd4RE3DAvPFkg=
292+
github.com/crate-crypto/go-eth-kzg v1.4.0/go.mod h1:J9/u5sWfznSObptgfa92Jq8rTswn6ahQWEuiLHOjCUI=
293293
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a h1:W8mUrRp6NOVl3J+MYp5kPMoUZPp7aOYHtaua31lwRHg=
294294
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a/go.mod h1:sTwzHBvIzm2RfVCGNEBZgRyjwK40bVoun3ZnGOCafNM=
295295
github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY=
@@ -379,14 +379,16 @@ github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021/go.
379379
github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1/go.mod h1:KJwIaB5Mv44NWtYuAOFCVOjcI94vtpEz2JU/D2v6IjE=
380380
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
381381
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5/go.mod h1:a2zkGnVExMxdzMo3M0Hi/3sEU+cWnZpSni0O6/Yb/P0=
382-
github.com/ethereum/c-kzg-4844/v2 v2.1.0 h1:gQropX9YFBhl3g4HYhwE70zq3IHFRgbbNPw0Shwzf5w=
383-
github.com/ethereum/c-kzg-4844/v2 v2.1.0/go.mod h1:TC48kOKjJKPbN7C++qIgt0TJzZ70QznYR7Ob+WXl57E=
384-
github.com/ethereum/go-ethereum v1.16.3 h1:nDoBSrmsrPbrDIVLTkDQCy1U9KdHN+F2PzvMbDoS42Q=
385-
github.com/ethereum/go-ethereum v1.16.3/go.mod h1:Lrsc6bt9Gm9RyvhfFK53vboCia8kpF9nv+2Ukntnl+8=
382+
github.com/ethereum/c-kzg-4844/v2 v2.1.3 h1:DQ21UU0VSsuGy8+pcMJHDS0CV1bKmJmxsJYK8l3MiLU=
383+
github.com/ethereum/c-kzg-4844/v2 v2.1.3/go.mod h1:fyNcYI/yAuLWJxf4uzVtS8VDKeoAaRM8G/+ADz/pRdA=
384+
github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab h1:rvv6MJhy07IMfEKuARQ9TKojGqLVNxQajaXEp/BoqSk=
385+
github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab/go.mod h1:IuLm4IsPipXKF7CW5Lzf68PIbZ5yl7FFd74l/E0o9A8=
386+
github.com/ethereum/go-ethereum v1.16.5 h1:GZI995PZkzP7ySCxEFaOPzS8+bd8NldE//1qvQDQpe0=
387+
github.com/ethereum/go-ethereum v1.16.5/go.mod h1:kId9vOtlYg3PZk9VwKbGlQmSACB5ESPTBGT+M9zjmok=
386388
github.com/ethereum/go-verkle v0.2.2 h1:I2W0WjnrFUIzzVPwm8ykY+7pL2d4VhlsePn4j7cnFk8=
387389
github.com/ethereum/go-verkle v0.2.2/go.mod h1:M3b90YRnzqKyyzBEWJGqj8Qff4IDeXnzFw0P9bFw3uk=
388-
github.com/evstack/ev-node/core v1.0.0-beta.2 h1:M1QQuG/DoP1jqa49E2REv9267XN8buhsZDdSBfW2l4o=
389-
github.com/evstack/ev-node/core v1.0.0-beta.2/go.mod h1:n2w/LhYQTPsi48m6lMj16YiIqsaQw6gxwjyJvR+B3sY=
390+
github.com/evstack/ev-node/core v1.0.0-beta.3 h1:01K2Ygm3puX4m2OBxvg/HDxu+he54jeNv+KDmpgujFc=
391+
github.com/evstack/ev-node/core v1.0.0-beta.3/go.mod h1:n2w/LhYQTPsi48m6lMj16YiIqsaQw6gxwjyJvR+B3sY=
390392
github.com/evstack/ev-node/execution/evm v1.0.0-beta.2 h1:anF3zVt9vY8Znx0u1QXmQB13zAbmBs2ZNhRZbV9RT1E=
391393
github.com/evstack/ev-node/execution/evm v1.0.0-beta.2/go.mod h1:GfHbwRt9i2KMVurbsWM26CV2972DNDFiMHc2r6Uvp1A=
392394
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
@@ -531,8 +533,8 @@ github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek
531533
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
532534
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
533535
github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
534-
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb h1:PBC98N2aIaM3XXiurYmW7fx4GZkL8feAMVq7nEjURHk=
535-
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
536+
github.com/golang/snappy v1.0.0 h1:Oy607GVXHs7RtbggtPBnr2RmDArIsAefDwvrdWvRhGs=
537+
github.com/golang/snappy v1.0.0/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
536538
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
537539
github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
538540
github.com/google/btree v1.1.3 h1:CVpQJjYgC4VbzxeGVHfvZrv1ctoYCAI8vbl07Fcxlyg=
@@ -656,8 +658,8 @@ github.com/hdevalence/ed25519consensus v0.1.0 h1:jtBwzzcHuTmFrQN6xQZn6CQEO/V9f7H
656658
github.com/hdevalence/ed25519consensus v0.1.0/go.mod h1:w3BHWjwJbFU29IRHL1Iqkw3sus+7FctEyM4RqDxYNzo=
657659
github.com/hinshun/vt10x v0.0.0-20220119200601-820417d04eec h1:qv2VnGeEQHchGaZ/u7lxST/RaJw+cv273q79D81Xbog=
658660
github.com/hinshun/vt10x v0.0.0-20220119200601-820417d04eec/go.mod h1:Q48J4R4DvxnHolD5P8pOtXigYlRuPLGl6moFx3ulM68=
659-
github.com/holiman/billy v0.0.0-20240216141850-2abb0c79d3c4 h1:X4egAf/gcS1zATw6wn4Ej8vjuVGxeHdan+bRb2ebyv4=
660-
github.com/holiman/billy v0.0.0-20240216141850-2abb0c79d3c4/go.mod h1:5GuXa7vkL8u9FkFuWdVvfR5ix8hRB7DbOAaYULamFpc=
661+
github.com/holiman/billy v0.0.0-20250707135307-f2f9b9aae7db h1:IZUYC/xb3giYwBLMnr8d0TGTzPKFGNTCGgGLoyeX330=
662+
github.com/holiman/billy v0.0.0-20250707135307-f2f9b9aae7db/go.mod h1:xTEYN9KCHxuYHs+NmrmzFcnvHMzLLNiGFafCb1n3Mfg=
661663
github.com/holiman/bloomfilter/v2 v2.0.3 h1:73e0e/V0tCydx14a0SCYS/EWCxgwLZ18CZcZKVu0fao=
662664
github.com/holiman/bloomfilter/v2 v2.0.3/go.mod h1:zpoh+gs7qcpqrHr3dB55AMiJwo0iURXE7ZOP9L9hSkA=
663665
github.com/holiman/uint256 v1.3.2 h1:a9EgMPSC1AAaj1SZL5zIQD3WbwTuHrMGOerLjGmM/TA=
@@ -1110,8 +1112,8 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
11101112
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
11111113
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
11121114
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
1113-
github.com/supranational/blst v0.3.14 h1:xNMoHRJOTwMn63ip6qoWJ2Ymgvj7E2b9jY2FAwY+qRo=
1114-
github.com/supranational/blst v0.3.14/go.mod h1:jZJtfjgudtNl4en1tzwPIV3KjUnQUvG3/j+w+fVonLw=
1115+
github.com/supranational/blst v0.3.16-0.20250831170142-f48500c1fdbe h1:nbdqkIGOGfUAD54q1s2YBcBz/WcsxCO9HUQ4aGV5hUw=
1116+
github.com/supranational/blst v0.3.16-0.20250831170142-f48500c1fdbe/go.mod h1:jZJtfjgudtNl4en1tzwPIV3KjUnQUvG3/j+w+fVonLw=
11151117
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d h1:vfofYNRScrDdvS342BElfbETmL1Aiz3i2t0zfRj16Hs=
11161118
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d/go.mod h1:RRCYJbIwD5jmqPI9XoAFR0OcDxqUctll6zUj/+B4S48=
11171119
github.com/tendermint/go-amino v0.16.0 h1:GyhmgQKvqF82e2oZeuMSp9JTN0N09emoSZlb2lyGa2E=

0 commit comments

Comments
 (0)