Skip to content

Commit 94e545a

Browse files
build(deps): Bump the all-go group across 6 directories with 5 updates (#2716)
Bumps the all-go group with 2 updates in the / directory: [connectrpc.com/connect](https://github.com/connectrpc/connect-go) and [github.com/celestiaorg/go-header](https://github.com/celestiaorg/go-header). Bumps the all-go group with 1 update in the /execution/evm directory: [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum). Bumps the all-go group with 2 updates in the /execution/grpc directory: [connectrpc.com/connect](https://github.com/connectrpc/connect-go) and [github.com/evstack/ev-node](https://github.com/evstack/ev-node). Bumps the all-go group with 1 update in the /sequencers/single directory: [github.com/evstack/ev-node](https://github.com/evstack/ev-node). Bumps the all-go group with 1 update in the /test/docker-e2e directory: [github.com/celestiaorg/tastora](https://github.com/celestiaorg/tastora). Bumps the all-go group with 2 updates in the /test/e2e directory: [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) and [github.com/celestiaorg/tastora](https://github.com/celestiaorg/tastora). Updates `connectrpc.com/connect` from 1.18.1 to 1.19.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/connectrpc/connect-go/releases">connectrpc.com/connect's releases</a>.</em></p> <blockquote> <h2>v1.19.0</h2> <p>This release introduces the highly requested &quot;simple&quot; flag for code generation, making Connect significantly more ergonomic for everyday RPC development.</p> <p>The new simple flag in protoc-gen-connect-go generates cleaner, more intuitive client and handler interfaces that eliminate request/response wrappers for most use cases. This addresses community feedback about verbosity and provides a more straightforward API. When enabled, metadata (headers/trailers) can be passed through context instead of explicit wrapper objects, optimizing for the common case where developers don't need direct access to HTTP headers.</p> <h2>What's Changed</h2> <h3>Enhancements</h3> <ul> <li>Add simple flag for more ergonomic generated code by <a href="https://github.com/bufdev"><code>@​bufdev</code></a> and <a href="https://github.com/smaye81"><code>@​smaye81</code></a> in <a href="https://redirect.github.com/connectrpc/connect-go/pull/851">connectrpc/connect-go#851</a></li> <li>Update Go to v1.24 and document http.Protocol use removing the dependency on <code>golang.org/x/net/http2</code> by <a href="https://github.com/maxbrunet"><code>@​maxbrunet</code></a> in <a href="https://redirect.github.com/connectrpc/connect-go/pull/873">connectrpc/connect-go#873</a>, <a href="https://redirect.github.com/connectrpc/connect-go/pull/877">connectrpc/connect-go#877</a></li> <li>Add support for Edition 2024 by <a href="https://github.com/emcfarlane"><code>@​emcfarlane</code></a> in <a href="https://redirect.github.com/connectrpc/connect-go/pull/878">connectrpc/connect-go#878</a></li> </ul> <h3>Bugfixes</h3> <ul> <li>Include valid spec and headers when calling recover handler for streaming RPCs by <a href="https://github.com/jhump"><code>@​jhump</code></a> in <a href="https://redirect.github.com/connectrpc/connect-go/pull/817">connectrpc/connect-go#817</a></li> </ul> <h3>Other changes</h3> <ul> <li>Go version support updated to latest two instead of three by <a href="https://github.com/jhump"><code>@​jhump</code></a> in <a href="https://redirect.github.com/connectrpc/connect-go/pull/837">connectrpc/connect-go#837</a></li> <li>CI testing improvements by <a href="https://github.com/pkwarren"><code>@​pkwarren</code></a> and <a href="https://github.com/jhump"><code>@​jhump</code></a> in <a href="https://redirect.github.com/connectrpc/connect-go/pull/838">connectrpc/connect-go#838</a>, <a href="https://redirect.github.com/connectrpc/connect-go/pull/839">connectrpc/connect-go#839</a></li> <li>Code quality improvements by <a href="https://github.com/mattrobenolt"><code>@​mattrobenolt</code></a> and <a href="https://github.com/bufdev"><code>@​bufdev</code></a> in <a href="https://redirect.github.com/connectrpc/connect-go/pull/841">connectrpc/connect-go#841</a>, <a href="https://redirect.github.com/connectrpc/connect-go/pull/867">connectrpc/connect-go#867</a></li> <li>Documentation improvements by <a href="https://github.com/adlion"><code>@​adlion</code></a> and <a href="https://github.com/stefanvanburen"><code>@​stefanvanburen</code></a> in <a href="https://redirect.github.com/connectrpc/connect-go/pull/821">connectrpc/connect-go#821</a>, <a href="https://redirect.github.com/connectrpc/connect-go/pull/880">connectrpc/connect-go#880</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/adlion"><code>@​adlion</code></a> made their first contribution in <a href="https://redirect.github.com/connectrpc/connect-go/pull/821">connectrpc/connect-go#821</a></li> <li><a href="https://github.com/maxbrunet"><code>@​maxbrunet</code></a> made their first contribution in <a href="https://redirect.github.com/connectrpc/connect-go/pull/873">connectrpc/connect-go#873</a></li> <li><a href="https://github.com/stefanvanburen"><code>@​stefanvanburen</code></a> made their first contribution in <a href="https://redirect.github.com/connectrpc/connect-go/pull/880">connectrpc/connect-go#880</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/connectrpc/connect-go/compare/v1.18.1...v1.19.0">https://github.com/connectrpc/connect-go/compare/v1.18.1...v1.19.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/connectrpc/connect-go/commit/0f2c5b2cea6c2b7b7a239fa259ed81df16695635"><code>0f2c5b2</code></a> Prepare for v1.19.0 (<a href="https://redirect.github.com/connectrpc/connect-go/issues/883">#883</a>)</li> <li><a href="https://github.com/connectrpc/connect-go/commit/a9ad76ea7edf3a8860183aa03ff876f023ebe58f"><code>a9ad76e</code></a> Update README to show simple flag usage (<a href="https://redirect.github.com/connectrpc/connect-go/issues/864">#864</a>)</li> <li><a href="https://github.com/connectrpc/connect-go/commit/cf078a1a5a18ecf6638b7cb8d7c34b71290d6b9e"><code>cf078a1</code></a> Remove <code>golang.org/x/net/http2</code> dependency from tests (<a href="https://redirect.github.com/connectrpc/connect-go/issues/877">#877</a>)</li> <li><a href="https://github.com/connectrpc/connect-go/commit/5cb24126c43fa73012fb1f1f9326e107200ed32c"><code>5cb2412</code></a> Fix several GoDoc comments (<a href="https://redirect.github.com/connectrpc/connect-go/issues/880">#880</a>)</li> <li><a href="https://github.com/connectrpc/connect-go/commit/c4e5b1f2d226ee3154368a0309f9cea5324e0cae"><code>c4e5b1f</code></a> Add support for Edition 2024 (<a href="https://redirect.github.com/connectrpc/connect-go/issues/878">#878</a>)</li> <li><a href="https://github.com/connectrpc/connect-go/commit/4c22f0a81ed20ac0d8a3bcadd0d53baaabed87c7"><code>4c22f0a</code></a> Bump minimum Go version to v1.24 and document H2C with stdlib (<a href="https://redirect.github.com/connectrpc/connect-go/issues/873">#873</a>)</li> <li><a href="https://github.com/connectrpc/connect-go/commit/fc02264039f7e5ac1ca5cd80e284e22e2cf07a6a"><code>fc02264</code></a> Bump actions/setup-go from 5 to 6 (<a href="https://redirect.github.com/connectrpc/connect-go/issues/875">#875</a>)</li> <li><a href="https://github.com/connectrpc/connect-go/commit/f2433b1fe930c5ad4f9fe410e2b480aa553c8ec0"><code>f2433b1</code></a> Add simple flag (<a href="https://redirect.github.com/connectrpc/connect-go/issues/851">#851</a>)</li> <li><a href="https://github.com/connectrpc/connect-go/commit/e99fdd9924fd185d883f3dffa5fc25c6be7fda43"><code>e99fdd9</code></a> Bump actions/checkout from 4 to 5 (<a href="https://redirect.github.com/connectrpc/connect-go/issues/866">#866</a>)</li> <li><a href="https://github.com/connectrpc/connect-go/commit/046396652019b33f737c186e37117462db7a6d0a"><code>0463966</code></a> Standardize on For over From (<a href="https://redirect.github.com/connectrpc/connect-go/issues/867">#867</a>)</li> <li>Additional commits viewable in <a href="https://github.com/connectrpc/connect-go/compare/v1.18.1...v1.19.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/celestiaorg/go-header` from 0.7.2 to 0.7.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/celestiaorg/go-header/releases">github.com/celestiaorg/go-header's releases</a>.</em></p> <blockquote> <h2>v0.7.3</h2> <h2>What's Changed</h2> <ul> <li>fix(p2p): ensure validation for local submission by <a href="https://github.com/Wondertan"><code>@​Wondertan</code></a> in <a href="https://redirect.github.com/celestiaorg/go-header/pull/350">celestiaorg/go-header#350</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/celestiaorg/go-header/compare/v0.7.2...v0.7.3">https://github.com/celestiaorg/go-header/compare/v0.7.2...v0.7.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/celestiaorg/go-header/commit/23c20547d8f97d1cc050663057a1f82def8e98f3"><code>23c2054</code></a> fix(p2p): ensure validation for local submission (<a href="https://redirect.github.com/celestiaorg/go-header/issues/350">#350</a>)</li> <li>See full diff in <a href="https://github.com/celestiaorg/go-header/compare/v0.7.2...v0.7.3">compare view</a></li> </ul> </details> <br /> Updates `github.com/ethereum/go-ethereum` from 1.16.3 to 1.16.4 <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>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> <li>BPO1 at time <code>1761017184</code> (2025-10-21 03:26:24 UTC)</li> <li>BPO2 at time <code>1761607008</code> (2025-10-27 23:16:48 UTC)</li> </ul> </li> <li> <p>Hoodi</p> <ul> <li>Osaka at time <code>1761677592</code> (2025-10-28 18:53:12 UTC)</li> <li>BPO1 at time <code>1762365720</code> (2025-11-05 18:02:00 UTC)</li> <li>BPO2 at time <code>1762955544</code> (2025-11-12 13:52:24 UTC)</li> </ul> </li> </ul> <p>With BPO1 and BPO2, the blob capacity of these networks will increase as follows:</p> <ul> <li>BPO1: max blobs/block: <code>15</code>, target: <code>10</code></li> <li>BPO2: max blobs/block: <code>21</code>, target: <code>14</code></li> </ul> <p>As of this release, the default block gas limit is set to <strong>60M gas</strong>. This is the recommended limit that we, as client authors, feel comfortable with.</p> <h3>CLI commands</h3> <ul> <li><code>geth snapshot</code> and related commands no longer fail due to not finding the trie journal file. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32531">#32531</a>)</li> <li>A regression in <code>geth snapshot dump</code> and <code>geth export-preimages</code> is resolved. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32650">#32650</a>)</li> <li>We have added an experimental zkVM 'guest program', <code>keeper</code>, to the source tree. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32543">#32543</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/issues/32638">#32638</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/issues/32736">#32736</a>)</li> </ul> <h3>RPC</h3> <ul> <li><code>eth_call</code> and related operations were fixed to not apply the EIP-7825 per-transaction gas limit when executing under Osaka fork rules. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32641">#32641</a>)</li> <li>For <code>eth_getLogs</code> and other log filtering operations, it is now possible to configure the number of addresses allowed in the filter using the <code>--rpc.logquerylimit</code> flag. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32327">#32327</a>)</li> <li>Starting Geth with the <code>--state.size-tracking</code> option enables collection of precise state size numbers, which can be read using the <code>debug_stateSize</code> endpoint. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32362">#32362</a>)</li> <li>The new <code>debug_executionWitness</code> and <code>debug_executionWitnessByHash</code> methods create a block witness for stateless execution. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32216">#32216</a>)</li> </ul> <h3>Tracing &amp; ABIGEN</h3> <ul> <li>There is a new <code>CodeChangeV2</code> hook, with a <code>CodeChangeReason</code> parameter. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32525">#32525</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/issues/32535">#32535</a>)</li> <li>In certain corner-cases related to SELFDESTRUCT, <code>OnBalanceChange</code> was not invoked. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32526">#32526</a>)</li> <li><code>BoundContract</code> in <code>accounts/abi/bind/v2</code> now exposes an <code>Address</code> method. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32559">#32559</a>)</li> </ul> <h3>Core</h3> <ul> <li>The EVM MODEXP precompiled account has seen some optimizations to improve performance for worst-case inputs. We are especially grateful for <a href="https://github.com/GottfriedHerold"><code>@​GottfriedHerold</code></a>'s work on improving the underlying math/big library. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32527">#32527</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/issues/32553">#32553</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/issues/32568">#32568</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/issues/32576">#32576</a>)</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/41714b4975845b1d6e3277b7b92e80c66a584d2b"><code>41714b4</code></a> Merge branch 'master' into release/1.16</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/b964b6574f118cc23fc46a2353008a7a97b74fc1"><code>b964b65</code></a> version: release go-ethereum v1.16.4 stable</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/0977a02ec1eec2d0d85236c33b0e8878b703f890"><code>0977a02</code></a> params: schedule Osaka/BPO1/BPO2 for testnets (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32735">#32735</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/7d8ccddaaccb4f9ebeaa317ad82aee93ab891399"><code>7d8ccdd</code></a> all: refactor to use builtin max/min (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32694">#32694</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/bacc1504baa6ede16e8541d74b141d4dac763e3a"><code>bacc150</code></a> core/txpool: add eip2681 check for incoming transactions (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32726">#32726</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/ad484fcbd0f513d09d20de616528efba9bba9d71"><code>ad484fc</code></a> build: upgrade to execution-spec-tests v5.1.0 (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32742">#32742</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/89158aa64e09c91f8fd56e05afaab4e28edc6be1"><code>89158aa</code></a> core/txpool/blobpool: convert and add one-by-one (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32718">#32718</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/965ffff9ac4fee6169df8b5fd0a6c097475b9fb9"><code>965ffff</code></a> all: add bpo1 and bpo2 overrides (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32737">#32737</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/7611f351c18de983c49544f09aa042bd0403243b"><code>7611f35</code></a> accounts/abi/bind: fix data race in TestWaitDeployedCornerCases (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32740">#32740</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/1c706d1571d6e61754631ae6f0ae73d54ed4d44a"><code>1c706d1</code></a> accounts/keystore: use ticker to avoid timer allocations (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32732">#32732</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ethereum/go-ethereum/compare/v1.16.3...v1.16.4">compare view</a></li> </ul> </details> <br /> Updates `connectrpc.com/connect` from 1.18.1 to 1.19.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/connectrpc/connect-go/releases">connectrpc.com/connect's releases</a>.</em></p> <blockquote> <h2>v1.19.0</h2> <p>This release introduces the highly requested &quot;simple&quot; flag for code generation, making Connect significantly more ergonomic for everyday RPC development.</p> <p>The new simple flag in protoc-gen-connect-go generates cleaner, more intuitive client and handler interfaces that eliminate request/response wrappers for most use cases. This addresses community feedback about verbosity and provides a more straightforward API. When enabled, metadata (headers/trailers) can be passed through context instead of explicit wrapper objects, optimizing for the common case where developers don't need direct access to HTTP headers.</p> <h2>What's Changed</h2> <h3>Enhancements</h3> <ul> <li>Add simple flag for more ergonomic generated code by <a href="https://github.com/bufdev"><code>@​bufdev</code></a> and <a href="https://github.com/smaye81"><code>@​smaye81</code></a> in <a href="https://redirect.github.com/connectrpc/connect-go/pull/851">connectrpc/connect-go#851</a></li> <li>Update Go to v1.24 and document http.Protocol use removing the dependency on <code>golang.org/x/net/http2</code> by <a href="https://github.com/maxbrunet"><code>@​maxbrunet</code></a> in <a href="https://redirect.github.com/connectrpc/connect-go/pull/873">connectrpc/connect-go#873</a>, <a href="https://redirect.github.com/connectrpc/connect-go/pull/877">connectrpc/connect-go#877</a></li> <li>Add support for Edition 2024 by <a href="https://github.com/emcfarlane"><code>@​emcfarlane</code></a> in <a href="https://redirect.github.com/connectrpc/connect-go/pull/878">connectrpc/connect-go#878</a></li> </ul> <h3>Bugfixes</h3> <ul> <li>Include valid spec and headers when calling recover handler for streaming RPCs by <a href="https://github.com/jhump"><code>@​jhump</code></a> in <a href="https://redirect.github.com/connectrpc/connect-go/pull/817">connectrpc/connect-go#817</a></li> </ul> <h3>Other changes</h3> <ul> <li>Go version support updated to latest two instead of three by <a href="https://github.com/jhump"><code>@​jhump</code></a> in <a href="https://redirect.github.com/connectrpc/connect-go/pull/837">connectrpc/connect-go#837</a></li> <li>CI testing improvements by <a href="https://github.com/pkwarren"><code>@​pkwarren</code></a> and <a href="https://github.com/jhump"><code>@​jhump</code></a> in <a href="https://redirect.github.com/connectrpc/connect-go/pull/838">connectrpc/connect-go#838</a>, <a href="https://redirect.github.com/connectrpc/connect-go/pull/839">connectrpc/connect-go#839</a></li> <li>Code quality improvements by <a href="https://github.com/mattrobenolt"><code>@​mattrobenolt</code></a> and <a href="https://github.com/bufdev"><code>@​bufdev</code></a> in <a href="https://redirect.github.com/connectrpc/connect-go/pull/841">connectrpc/connect-go#841</a>, <a href="https://redirect.github.com/connectrpc/connect-go/pull/867">connectrpc/connect-go#867</a></li> <li>Documentation improvements by <a href="https://github.com/adlion"><code>@​adlion</code></a> and <a href="https://github.com/stefanvanburen"><code>@​stefanvanburen</code></a> in <a href="https://redirect.github.com/connectrpc/connect-go/pull/821">connectrpc/connect-go#821</a>, <a href="https://redirect.github.com/connectrpc/connect-go/pull/880">connectrpc/connect-go#880</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/adlion"><code>@​adlion</code></a> made their first contribution in <a href="https://redirect.github.com/connectrpc/connect-go/pull/821">connectrpc/connect-go#821</a></li> <li><a href="https://github.com/maxbrunet"><code>@​maxbrunet</code></a> made their first contribution in <a href="https://redirect.github.com/connectrpc/connect-go/pull/873">connectrpc/connect-go#873</a></li> <li><a href="https://github.com/stefanvanburen"><code>@​stefanvanburen</code></a> made their first contribution in <a href="https://redirect.github.com/connectrpc/connect-go/pull/880">connectrpc/connect-go#880</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/connectrpc/connect-go/compare/v1.18.1...v1.19.0">https://github.com/connectrpc/connect-go/compare/v1.18.1...v1.19.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/connectrpc/connect-go/commit/0f2c5b2cea6c2b7b7a239fa259ed81df16695635"><code>0f2c5b2</code></a> Prepare for v1.19.0 (<a href="https://redirect.github.com/connectrpc/connect-go/issues/883">#883</a>)</li> <li><a href="https://github.com/connectrpc/connect-go/commit/a9ad76ea7edf3a8860183aa03ff876f023ebe58f"><code>a9ad76e</code></a> Update README to show simple flag usage (<a href="https://redirect.github.com/connectrpc/connect-go/issues/864">#864</a>)</li> <li><a href="https://github.com/connectrpc/connect-go/commit/cf078a1a5a18ecf6638b7cb8d7c34b71290d6b9e"><code>cf078a1</code></a> Remove <code>golang.org/x/net/http2</code> dependency from tests (<a href="https://redirect.github.com/connectrpc/connect-go/issues/877">#877</a>)</li> <li><a href="https://github.com/connectrpc/connect-go/commit/5cb24126c43fa73012fb1f1f9326e107200ed32c"><code>5cb2412</code></a> Fix several GoDoc comments (<a href="https://redirect.github.com/connectrpc/connect-go/issues/880">#880</a>)</li> <li><a href="https://github.com/connectrpc/connect-go/commit/c4e5b1f2d226ee3154368a0309f9cea5324e0cae"><code>c4e5b1f</code></a> Add support for Edition 2024 (<a href="https://redirect.github.com/connectrpc/connect-go/issues/878">#878</a>)</li> <li><a href="https://github.com/connectrpc/connect-go/commit/4c22f0a81ed20ac0d8a3bcadd0d53baaabed87c7"><code>4c22f0a</code></a> Bump minimum Go version to v1.24 and document H2C with stdlib (<a href="https://redirect.github.com/connectrpc/connect-go/issues/873">#873</a>)</li> <li><a href="https://github.com/connectrpc/connect-go/commit/fc02264039f7e5ac1ca5cd80e284e22e2cf07a6a"><code>fc02264</code></a> Bump actions/setup-go from 5 to 6 (<a href="https://redirect.github.com/connectrpc/connect-go/issues/875">#875</a>)</li> <li><a href="https://github.com/connectrpc/connect-go/commit/f2433b1fe930c5ad4f9fe410e2b480aa553c8ec0"><code>f2433b1</code></a> Add simple flag (<a href="https://redirect.github.com/connectrpc/connect-go/issues/851">#851</a>)</li> <li><a href="https://github.com/connectrpc/connect-go/commit/e99fdd9924fd185d883f3dffa5fc25c6be7fda43"><code>e99fdd9</code></a> Bump actions/checkout from 4 to 5 (<a href="https://redirect.github.com/connectrpc/connect-go/issues/866">#866</a>)</li> <li><a href="https://github.com/connectrpc/connect-go/commit/046396652019b33f737c186e37117462db7a6d0a"><code>0463966</code></a> Standardize on For over From (<a href="https://redirect.github.com/connectrpc/connect-go/issues/867">#867</a>)</li> <li>Additional commits viewable in <a href="https://github.com/connectrpc/connect-go/compare/v1.18.1...v1.19.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/evstack/ev-node` from 1.0.0-beta.4 to 1.0.0-beta.5 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/evstack/ev-node/commit/58df585e01014500b4baf1dd08971a9e411733bc"><code>58df585</code></a> chore: connect visualiser (<a href="https://redirect.github.com/evstack/ev-node/issues/2705">#2705</a>)</li> <li><a href="https://github.com/evstack/ev-node/commit/51283d0e29fcc50d2838547473a3caaab303182b"><code>51283d0</code></a> build(deps): Bump the all-go group across 3 directories with 4 updates (<a href="https://redirect.github.com/evstack/ev-node/issues/2700">#2700</a>)</li> <li><a href="https://github.com/evstack/ev-node/commit/b2182e7e0c581a5b5a373054c5d130ea9d77d30e"><code>b2182e7</code></a> feat(config): add <code>--clear-cache</code> flag (<a href="https://redirect.github.com/evstack/ev-node/issues/2701">#2701</a>)</li> <li><a href="https://github.com/evstack/ev-node/commit/dd98789c947b92973e8e29cce4019ffc5f58ba7f"><code>dd98789</code></a> test: use b.Loop() to simplify the code and improve performance (<a href="https://redirect.github.com/evstack/ev-node/issues/2704">#2704</a>)</li> <li><a href="https://github.com/evstack/ev-node/commit/4aed9fd0f9aea9afafc0802753f3e4ccae52e087"><code>4aed9fd</code></a> refactor(block): speed-up cache by retrieving only next pending event (<a href="https://redirect.github.com/evstack/ev-node/issues/2702">#2702</a>)</li> <li><a href="https://github.com/evstack/ev-node/commit/2ccc6e6a49e8ca58392390b0f35e91750ee78484"><code>2ccc6e6</code></a> test: omit unnecessary reassignment (<a href="https://redirect.github.com/evstack/ev-node/issues/2703">#2703</a>)</li> <li><a href="https://github.com/evstack/ev-node/commit/aa4badab616f6f2ccd8bcc18c945904660781a87"><code>aa4bada</code></a> test: correct iteration over pids in SUT (<a href="https://redirect.github.com/evstack/ev-node/issues/2693">#2693</a>)</li> <li><a href="https://github.com/evstack/ev-node/commit/686f46553575627f8a75052d8d33c79e83850bfb"><code>686f465</code></a> feat(store): allow rollback past included height for sync node + improve roll...</li> <li><a href="https://github.com/evstack/ev-node/commit/9fd66d0d975ee0b80896816ecaa6b0dc93b6a3c7"><code>9fd66d0</code></a> chore: using testing.B.Loop (<a href="https://redirect.github.com/evstack/ev-node/issues/2695">#2695</a>)</li> <li><a href="https://github.com/evstack/ev-node/commit/bc00cfe1f430d56c66654941e05dccd27cd8a86b"><code>bc00cfe</code></a> test(block): Add benchmark for syncing package (<a href="https://redirect.github.com/evstack/ev-node/issues/2694">#2694</a>)</li> <li>Additional commits viewable in <a href="https://github.com/evstack/ev-node/compare/v1.0.0-beta.4...v1.0.0-beta.5">compare view</a></li> </ul> </details> <br /> Updates `github.com/evstack/ev-node` from 1.0.0-beta.4 to 1.0.0-beta.5 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/evstack/ev-node/commit/58df585e01014500b4baf1dd08971a9e411733bc"><code>58df585</code></a> chore: connect visualiser (<a href="https://redirect.github.com/evstack/ev-node/issues/2705">#2705</a>)</li> <li><a href="https://github.com/evstack/ev-node/commit/51283d0e29fcc50d2838547473a3caaab303182b"><code>51283d0</code></a> build(deps): Bump the all-go group across 3 directories with 4 updates (<a href="https://redirect.github.com/evstack/ev-node/issues/2700">#2700</a>)</li> <li><a href="https://github.com/evstack/ev-node/commit/b2182e7e0c581a5b5a373054c5d130ea9d77d30e"><code>b2182e7</code></a> feat(config): add <code>--clear-cache</code> flag (<a href="https://redirect.github.com/evstack/ev-node/issues/2701">#2701</a>)</li> <li><a href="https://github.com/evstack/ev-node/commit/dd98789c947b92973e8e29cce4019ffc5f58ba7f"><code>dd98789</code></a> test: use b.Loop() to simplify the code and improve performance (<a href="https://redirect.github.com/evstack/ev-node/issues/2704">#2704</a>)</li> <li><a href="https://github.com/evstack/ev-node/commit/4aed9fd0f9aea9afafc0802753f3e4ccae52e087"><code>4aed9fd</code></a> refactor(block): speed-up cache by retrieving only next pending event (<a href="https://redirect.github.com/evstack/ev-node/issues/2702">#2702</a>)</li> <li><a href="https://github.com/evstack/ev-node/commit/2ccc6e6a49e8ca58392390b0f35e91750ee78484"><code>2ccc6e6</code></a> test: omit unnecessary reassignment (<a href="https://redirect.github.com/evstack/ev-node/issues/2703">#2703</a>)</li> <li><a href="https://github.com/evstack/ev-node/commit/aa4badab616f6f2ccd8bcc18c945904660781a87"><code>aa4bada</code></a> test: correct iteration over pids in SUT (<a href="https://redirect.github.com/evstack/ev-node/issues/2693">#2693</a>)</li> <li><a href="https://github.com/evstack/ev-node/commit/686f46553575627f8a75052d8d33c79e83850bfb"><code>686f465</code></a> feat(store): allow rollback past included height for sync node + improve roll...</li> <li><a href="https://github.com/evstack/ev-node/commit/9fd66d0d975ee0b80896816ecaa6b0dc93b6a3c7"><code>9fd66d0</code></a> chore: using testing.B.Loop (<a href="https://redirect.github.com/evstack/ev-node/issues/2695">#2695</a>)</li> <li><a href="https://github.com/evstack/ev-node/commit/bc00cfe1f430d56c66654941e05dccd27cd8a86b"><code>bc00cfe</code></a> test(block): Add benchmark for syncing package (<a href="https://redirect.github.com/evstack/ev-node/issues/2694">#2694</a>)</li> <li>Additional commits viewable in <a href="https://github.com/evstack/ev-node/compare/v1.0.0-beta.4...v1.0.0-beta.5">compare view</a></li> </ul> </details> <br /> Updates `github.com/celestiaorg/tastora` from 0.5.0 to 0.5.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/celestiaorg/tastora/releases">github.com/celestiaorg/tastora's releases</a>.</em></p> <blockquote> <h2>v0.5.1</h2> <h2>What's Changed</h2> <ul> <li>chore: fix port collision when concurrent container creation happens by <a href="https://github.com/chatton"><code>@​chatton</code></a> in <a href="https://redirect.github.com/celestiaorg/tastora/pull/125">celestiaorg/tastora#125</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/celestiaorg/tastora/compare/v0.5.0...v0.5.1">https://github.com/celestiaorg/tastora/compare/v0.5.0...v0.5.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/celestiaorg/tastora/commit/df207b2a4a9009ace8b26822e86864f63ef8452c"><code>df207b2</code></a> chore: fix port collision when concurrent container creation happens (<a href="https://redirect.github.com/celestiaorg/tastora/issues/125">#125</a>)</li> <li>See full diff in <a href="https://github.com/celestiaorg/tastora/compare/v0.5.0...v0.5.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/ethereum/go-ethereum` from 1.16.3 to 1.16.4 <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>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> <li>BPO1 at time <code>1761017184</code> (2025-10-21 03:26:24 UTC)</li> <li>BPO2 at time <code>1761607008</code> (2025-10-27 23:16:48 UTC)</li> </ul> </li> <li> <p>Hoodi</p> <ul> <li>Osaka at time <code>1761677592</code> (2025-10-28 18:53:12 UTC)</li> <li>BPO1 at time <code>1762365720</code> (2025-11-05 18:02:00 UTC)</li> <li>BPO2 at time <code>1762955544</code> (2025-11-12 13:52:24 UTC)</li> </ul> </li> </ul> <p>With BPO1 and BPO2, the blob capacity of these networks will increase as follows:</p> <ul> <li>BPO1: max blobs/block: <code>15</code>, target: <code>10</code></li> <li>BPO2: max blobs/block: <code>21</code>, target: <code>14</code></li> </ul> <p>As of this release, the default block gas limit is set to <strong>60M gas</strong>. This is the recommended limit that we, as client authors, feel comfortable with.</p> <h3>CLI commands</h3> <ul> <li><code>geth snapshot</code> and related commands no longer fail due to not finding the trie journal file. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32531">#32531</a>)</li> <li>A regression in <code>geth snapshot dump</code> and <code>geth export-preimages</code> is resolved. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32650">#32650</a>)</li> <li>We have added an experimental zkVM 'guest program', <code>keeper</code>, to the source tree. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32543">#32543</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/issues/32638">#32638</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/issues/32736">#32736</a>)</li> </ul> <h3>RPC</h3> <ul> <li><code>eth_call</code> and related operations were fixed to not apply the EIP-7825 per-transaction gas limit when executing under Osaka fork rules. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32641">#32641</a>)</li> <li>For <code>eth_getLogs</code> and other log filtering operations, it is now possible to configure the number of addresses allowed in the filter using the <code>--rpc.logquerylimit</code> flag. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32327">#32327</a>)</li> <li>Starting Geth with the <code>--state.size-tracking</code> option enables collection of precise state size numbers, which can be read using the <code>debug_stateSize</code> endpoint. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32362">#32362</a>)</li> <li>The new <code>debug_executionWitness</code> and <code>debug_executionWitnessByHash</code> methods create a block witness for stateless execution. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32216">#32216</a>)</li> </ul> <h3>Tracing &amp; ABIGEN</h3> <ul> <li>There is a new <code>CodeChangeV2</code> hook, with a <code>CodeChangeReason</code> parameter. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32525">#32525</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/issues/32535">#32535</a>)</li> <li>In certain corner-cases related to SELFDESTRUCT, <code>OnBalanceChange</code> was not invoked. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32526">#32526</a>)</li> <li><code>BoundContract</code> in <code>accounts/abi/bind/v2</code> now exposes an <code>Address</code> method. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32559">#32559</a>)</li> </ul> <h3>Core</h3> <ul> <li>The EVM MODEXP precompiled account has seen some optimizations to improve performance for worst-case inputs. We are especially grateful for <a href="https://github.com/GottfriedHerold"><code>@​GottfriedHerold</code></a>'s work on improving the underlying math/big library. (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32527">#32527</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/issues/32553">#32553</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/issues/32568">#32568</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/issues/32576">#32576</a>)</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/41714b4975845b1d6e3277b7b92e80c66a584d2b"><code>41714b4</code></a> Merge branch 'master' into release/1.16</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/b964b6574f118cc23fc46a2353008a7a97b74fc1"><code>b964b65</code></a> version: release go-ethereum v1.16.4 stable</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/0977a02ec1eec2d0d85236c33b0e8878b703f890"><code>0977a02</code></a> params: schedule Osaka/BPO1/BPO2 for testnets (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32735">#32735</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/7d8ccddaaccb4f9ebeaa317ad82aee93ab891399"><code>7d8ccdd</code></a> all: refactor to use builtin max/min (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32694">#32694</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/bacc1504baa6ede16e8541d74b141d4dac763e3a"><code>bacc150</code></a> core/txpool: add eip2681 check for incoming transactions (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32726">#32726</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/ad484fcbd0f513d09d20de616528efba9bba9d71"><code>ad484fc</code></a> build: upgrade to execution-spec-tests v5.1.0 (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32742">#32742</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/89158aa64e09c91f8fd56e05afaab4e28edc6be1"><code>89158aa</code></a> core/txpool/blobpool: convert and add one-by-one (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32718">#32718</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/965ffff9ac4fee6169df8b5fd0a6c097475b9fb9"><code>965ffff</code></a> all: add bpo1 and bpo2 overrides (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32737">#32737</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/7611f351c18de983c49544f09aa042bd0403243b"><code>7611f35</code></a> accounts/abi/bind: fix data race in TestWaitDeployedCornerCases (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32740">#32740</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/1c706d1571d6e61754631ae6f0ae73d54ed4d44a"><code>1c706d1</code></a> accounts/keystore: use ticker to avoid timer allocations (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/32732">#32732</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ethereum/go-ethereum/compare/v1.16.3...v1.16.4">compare view</a></li> </ul> </details> <br /> Updates `github.com/celestiaorg/tastora` from 0.5.0 to 0.5.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/celestiaorg/tastora/releases">github.com/celestiaorg/tastora's releases</a>.</em></p> <blockquote> <h2>v0.5.1</h2> <h2>What's Changed</h2> <ul> <li>chore: fix port collision when concurrent container creation happens by <a href="https://github.com/chatton"><code>@​chatton</code></a> in <a href="https://redirect.github.com/celestiaorg/tastora/pull/125">celestiaorg/tastora#125</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/celestiaorg/tastora/compare/v0.5.0...v0.5.1">https://github.com/celestiaorg/tastora/compare/v0.5.0...v0.5.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/celestiaorg/tastora/commit/df207b2a4a9009ace8b26822e86864f63ef8452c"><code>df207b2</code></a> chore: fix port collision when concurrent container creation happens (<a href="https://redirect.github.com/celestiaorg/tastora/issues/125">#125</a>)</li> <li>See full diff in <a href="https://github.com/celestiaorg/tastora/compare/v0.5.0...v0.5.1">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 4f4f2c0 commit 94e545a

File tree

20 files changed

+116
-108
lines changed

20 files changed

+116
-108
lines changed

apps/evm/single/go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ replace (
1212
)
1313

1414
require (
15-
github.com/celestiaorg/go-header v0.7.2
16-
github.com/ethereum/go-ethereum v1.16.3
17-
github.com/evstack/ev-node v1.0.0-beta.4
15+
github.com/celestiaorg/go-header v0.7.3
16+
github.com/ethereum/go-ethereum v1.16.4
17+
github.com/evstack/ev-node v1.0.0-beta.5
1818
github.com/evstack/ev-node/core v1.0.0-beta.3
1919
github.com/evstack/ev-node/da v0.0.0-20250317130407-e9e0a1b0485e
2020
github.com/evstack/ev-node/execution/evm v0.0.0-00010101000000-000000000000
@@ -24,7 +24,7 @@ require (
2424
)
2525

2626
require (
27-
connectrpc.com/connect v1.18.1 // indirect
27+
connectrpc.com/connect v1.19.0 // indirect
2828
connectrpc.com/grpcreflect v1.3.0 // indirect
2929
github.com/Microsoft/go-winio v0.6.2 // indirect
3030
github.com/StackExchange/wmi v1.2.1 // indirect
@@ -35,7 +35,7 @@ require (
3535
github.com/celestiaorg/go-square/v3 v3.0.1 // indirect
3636
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3737
github.com/consensys/gnark-crypto v0.18.0 // 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/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4141
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
@@ -45,7 +45,7 @@ require (
4545
github.com/dgraph-io/ristretto/v2 v2.1.0 // indirect
4646
github.com/dustin/go-humanize v1.0.1 // indirect
4747
github.com/emicklei/dot v1.6.2 // indirect
48-
github.com/ethereum/c-kzg-4844/v2 v2.1.0 // indirect
48+
github.com/ethereum/c-kzg-4844/v2 v2.1.3 // indirect
4949
github.com/ethereum/go-verkle v0.2.2 // indirect
5050
github.com/ferranbt/fastssz v0.1.4 // indirect
5151
github.com/filecoin-project/go-clock v0.1.0 // indirect
@@ -163,7 +163,7 @@ require (
163163
github.com/stretchr/objx v0.5.2 // indirect
164164
github.com/stretchr/testify v1.11.1 // indirect
165165
github.com/subosito/gotenv v1.6.0 // indirect
166-
github.com/supranational/blst v0.3.14 // indirect
166+
github.com/supranational/blst v0.3.16-0.20250831170142-f48500c1fdbe // indirect
167167
github.com/tklauser/go-sysconf v0.3.12 // indirect
168168
github.com/tklauser/numcpus v0.6.1 // indirect
169169
github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1 // indirect

apps/evm/single/go.sum

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT
22
cloud.google.com/go v0.31.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
33
cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
44
cloud.google.com/go v0.37.0/go.mod h1:TS1dMSSfndXH133OKGwekG838Om/cQT0BUHV3HcBgoo=
5-
connectrpc.com/connect v1.18.1 h1:PAg7CjSAGvscaf6YZKUefjoih5Z/qYkyaTrBW8xvYPw=
6-
connectrpc.com/connect v1.18.1/go.mod h1:0292hj1rnx8oFrStN7cB4jjVBeqs+Yx5yDIC2prWDO8=
5+
connectrpc.com/connect v1.19.0 h1:LuqUbq01PqbtL0o7vn0WMRXzR2nNsiINe5zfcJ24pJM=
6+
connectrpc.com/connect v1.19.0/go.mod h1:tN20fjdGlewnSFeZxLKb0xwIZ6ozc3OQs2hTXy4du9w=
77
connectrpc.com/grpcreflect v1.3.0 h1:Y4V+ACf8/vOb1XOc251Qun7jMB75gCUNw6llvB9csXc=
88
connectrpc.com/grpcreflect v1.3.0/go.mod h1:nfloOtCS8VUQOQ1+GTdFzVg2CJo4ZGaat8JIovCtDYs=
99
dmitri.shuralyov.com/app/changes v0.0.0-20180602232624-0a106ad413e3/go.mod h1:Yl+fi1br7+Rr3LqpNJf1/uxUdtRUV+Tnj0o93V2B9MU=
@@ -62,8 +62,8 @@ github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSV
6262
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
6363
github.com/cpuguy83/go-md2man/v2 v2.0.6 h1:XJtiaUW6dEEqVuZiMTn1ldk455QWwEIsMIJlo5vtkx0=
6464
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
65-
github.com/crate-crypto/go-eth-kzg v1.3.0 h1:05GrhASN9kDAidaFJOda6A4BEvgvuXbazXg/0E3OOdI=
66-
github.com/crate-crypto/go-eth-kzg v1.3.0/go.mod h1:J9/u5sWfznSObptgfa92Jq8rTswn6ahQWEuiLHOjCUI=
65+
github.com/crate-crypto/go-eth-kzg v1.4.0 h1:WzDGjHk4gFg6YzV0rJOAsTK4z3Qkz5jd4RE3DAvPFkg=
66+
github.com/crate-crypto/go-eth-kzg v1.4.0/go.mod h1:J9/u5sWfznSObptgfa92Jq8rTswn6ahQWEuiLHOjCUI=
6767
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a h1:W8mUrRp6NOVl3J+MYp5kPMoUZPp7aOYHtaua31lwRHg=
6868
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a/go.mod h1:sTwzHBvIzm2RfVCGNEBZgRyjwK40bVoun3ZnGOCafNM=
6969
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
@@ -95,10 +95,12 @@ github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymF
9595
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
9696
github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=
9797
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
98-
github.com/ethereum/c-kzg-4844/v2 v2.1.0 h1:gQropX9YFBhl3g4HYhwE70zq3IHFRgbbNPw0Shwzf5w=
99-
github.com/ethereum/c-kzg-4844/v2 v2.1.0/go.mod h1:TC48kOKjJKPbN7C++qIgt0TJzZ70QznYR7Ob+WXl57E=
100-
github.com/ethereum/go-ethereum v1.16.3 h1:nDoBSrmsrPbrDIVLTkDQCy1U9KdHN+F2PzvMbDoS42Q=
101-
github.com/ethereum/go-ethereum v1.16.3/go.mod h1:Lrsc6bt9Gm9RyvhfFK53vboCia8kpF9nv+2Ukntnl+8=
98+
github.com/ethereum/c-kzg-4844/v2 v2.1.3 h1:DQ21UU0VSsuGy8+pcMJHDS0CV1bKmJmxsJYK8l3MiLU=
99+
github.com/ethereum/c-kzg-4844/v2 v2.1.3/go.mod h1:fyNcYI/yAuLWJxf4uzVtS8VDKeoAaRM8G/+ADz/pRdA=
100+
github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab h1:rvv6MJhy07IMfEKuARQ9TKojGqLVNxQajaXEp/BoqSk=
101+
github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab/go.mod h1:IuLm4IsPipXKF7CW5Lzf68PIbZ5yl7FFd74l/E0o9A8=
102+
github.com/ethereum/go-ethereum v1.16.4 h1:H6dU0r2p/amA7cYg6zyG9Nt2JrKKH6oX2utfcqrSpkQ=
103+
github.com/ethereum/go-ethereum v1.16.4/go.mod h1:P7551slMFbjn2zOQaKrJShZVN/d8bGxp4/I6yZVlb5w=
102104
github.com/ethereum/go-verkle v0.2.2 h1:I2W0WjnrFUIzzVPwm8ykY+7pL2d4VhlsePn4j7cnFk8=
103105
github.com/ethereum/go-verkle v0.2.2/go.mod h1:M3b90YRnzqKyyzBEWJGqj8Qff4IDeXnzFw0P9bFw3uk=
104106
github.com/evstack/ev-node/core v1.0.0-beta.3 h1:01K2Ygm3puX4m2OBxvg/HDxu+he54jeNv+KDmpgujFc=
@@ -203,8 +205,8 @@ github.com/hashicorp/golang-lru v1.0.2 h1:dV3g9Z/unq5DpblPpw+Oqcv4dU/1omnb4Ok8iP
203205
github.com/hashicorp/golang-lru v1.0.2/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4=
204206
github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=
205207
github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
206-
github.com/holiman/billy v0.0.0-20240216141850-2abb0c79d3c4 h1:X4egAf/gcS1zATw6wn4Ej8vjuVGxeHdan+bRb2ebyv4=
207-
github.com/holiman/billy v0.0.0-20240216141850-2abb0c79d3c4/go.mod h1:5GuXa7vkL8u9FkFuWdVvfR5ix8hRB7DbOAaYULamFpc=
208+
github.com/holiman/billy v0.0.0-20250707135307-f2f9b9aae7db h1:IZUYC/xb3giYwBLMnr8d0TGTzPKFGNTCGgGLoyeX330=
209+
github.com/holiman/billy v0.0.0-20250707135307-f2f9b9aae7db/go.mod h1:xTEYN9KCHxuYHs+NmrmzFcnvHMzLLNiGFafCb1n3Mfg=
208210
github.com/holiman/bloomfilter/v2 v2.0.3 h1:73e0e/V0tCydx14a0SCYS/EWCxgwLZ18CZcZKVu0fao=
209211
github.com/holiman/bloomfilter/v2 v2.0.3/go.mod h1:zpoh+gs7qcpqrHr3dB55AMiJwo0iURXE7ZOP9L9hSkA=
210212
github.com/holiman/uint256 v1.3.2 h1:a9EgMPSC1AAaj1SZL5zIQD3WbwTuHrMGOerLjGmM/TA=
@@ -515,8 +517,8 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
515517
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
516518
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
517519
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
518-
github.com/supranational/blst v0.3.14 h1:xNMoHRJOTwMn63ip6qoWJ2Ymgvj7E2b9jY2FAwY+qRo=
519-
github.com/supranational/blst v0.3.14/go.mod h1:jZJtfjgudtNl4en1tzwPIV3KjUnQUvG3/j+w+fVonLw=
520+
github.com/supranational/blst v0.3.16-0.20250831170142-f48500c1fdbe h1:nbdqkIGOGfUAD54q1s2YBcBz/WcsxCO9HUQ4aGV5hUw=
521+
github.com/supranational/blst v0.3.16-0.20250831170142-f48500c1fdbe/go.mod h1:jZJtfjgudtNl4en1tzwPIV3KjUnQUvG3/j+w+fVonLw=
520522
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d h1:vfofYNRScrDdvS342BElfbETmL1Aiz3i2t0zfRj16Hs=
521523
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d/go.mod h1:RRCYJbIwD5jmqPI9XoAFR0OcDxqUctll6zUj/+B4S48=
522524
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07/go.mod h1:kDXzergiv9cbyO7IOYJZWg1U88JhDg3PB6klq9Hg2pA=

apps/grpc/single/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/evstack/ev-node/apps/grpc/single
33
go 1.24.6
44

55
require (
6-
github.com/evstack/ev-node v1.0.0-beta.4
6+
github.com/evstack/ev-node v1.0.0-beta.5
77
github.com/evstack/ev-node/core v1.0.0-beta.3
88
github.com/evstack/ev-node/da v1.0.0-beta.1
99
github.com/evstack/ev-node/execution/grpc v0.0.0
@@ -12,11 +12,11 @@ require (
1212
)
1313

1414
require (
15-
connectrpc.com/connect v1.18.1 // indirect
15+
connectrpc.com/connect v1.19.0 // indirect
1616
connectrpc.com/grpcreflect v1.3.0 // indirect
1717
github.com/benbjohnson/clock v1.3.5 // indirect
1818
github.com/beorn7/perks v1.0.1 // indirect
19-
github.com/celestiaorg/go-header v0.7.2 // indirect
19+
github.com/celestiaorg/go-header v0.7.3 // indirect
2020
github.com/celestiaorg/go-libp2p-messenger v0.2.2 // indirect
2121
github.com/celestiaorg/go-square/v3 v3.0.1 // indirect
2222
github.com/cespare/xxhash/v2 v2.3.0 // indirect

apps/grpc/single/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT
22
cloud.google.com/go v0.31.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
33
cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
44
cloud.google.com/go v0.37.0/go.mod h1:TS1dMSSfndXH133OKGwekG838Om/cQT0BUHV3HcBgoo=
5-
connectrpc.com/connect v1.18.1 h1:PAg7CjSAGvscaf6YZKUefjoih5Z/qYkyaTrBW8xvYPw=
6-
connectrpc.com/connect v1.18.1/go.mod h1:0292hj1rnx8oFrStN7cB4jjVBeqs+Yx5yDIC2prWDO8=
5+
connectrpc.com/connect v1.19.0 h1:LuqUbq01PqbtL0o7vn0WMRXzR2nNsiINe5zfcJ24pJM=
6+
connectrpc.com/connect v1.19.0/go.mod h1:tN20fjdGlewnSFeZxLKb0xwIZ6ozc3OQs2hTXy4du9w=
77
connectrpc.com/grpcreflect v1.3.0 h1:Y4V+ACf8/vOb1XOc251Qun7jMB75gCUNw6llvB9csXc=
88
connectrpc.com/grpcreflect v1.3.0/go.mod h1:nfloOtCS8VUQOQ1+GTdFzVg2CJo4ZGaat8JIovCtDYs=
99
dmitri.shuralyov.com/app/changes v0.0.0-20180602232624-0a106ad413e3/go.mod h1:Yl+fi1br7+Rr3LqpNJf1/uxUdtRUV+Tnj0o93V2B9MU=
@@ -22,8 +22,8 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
2222
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
2323
github.com/bradfitz/go-smtpd v0.0.0-20170404230938-deb6d6237625/go.mod h1:HYsPBTaaSFSlLx/70C2HPIMNZpVV8+vt/A+FMnYP11g=
2424
github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23/go.mod h1:bbYlZJ7hK1yFx9hf58LP0zeX7UjIGs20ufpu3evjr+s=
25-
github.com/celestiaorg/go-header v0.7.2 h1:Jw01iBKnodfsILzynDCU3C11xurpoBt5SI9lgyKHJc0=
26-
github.com/celestiaorg/go-header v0.7.2/go.mod h1:eX9iTSPthVEAlEDLux40ZT/olXPGhpxHd+mEzJeDhd0=
25+
github.com/celestiaorg/go-header v0.7.3 h1:3+kIa+YXT789gPGRh3a55qmdYq3yTTBIqTyum26AvN0=
26+
github.com/celestiaorg/go-header v0.7.3/go.mod h1:eX9iTSPthVEAlEDLux40ZT/olXPGhpxHd+mEzJeDhd0=
2727
github.com/celestiaorg/go-libp2p-messenger v0.2.2 h1:osoUfqjss7vWTIZrrDSy953RjQz+ps/vBFE7bychLEc=
2828
github.com/celestiaorg/go-libp2p-messenger v0.2.2/go.mod h1:oTCRV5TfdO7V/k6nkx7QjQzGrWuJbupv+0o1cgnY2i4=
2929
github.com/celestiaorg/go-square/v3 v3.0.1 h1:44xnE3AUiZn/3q/uJ0c20AezFS0lywFTGG2lE/9jYKA=

apps/testapp/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ replace (
1111
)
1212

1313
require (
14-
github.com/celestiaorg/go-header v0.7.2
15-
github.com/evstack/ev-node v1.0.0-beta.4
14+
github.com/celestiaorg/go-header v0.7.3
15+
github.com/evstack/ev-node v1.0.0-beta.5
1616
github.com/evstack/ev-node/core v1.0.0-beta.3
1717
github.com/evstack/ev-node/da v0.0.0-00010101000000-000000000000
1818
github.com/evstack/ev-node/sequencers/single v0.0.0-00010101000000-000000000000
@@ -22,7 +22,7 @@ require (
2222
)
2323

2424
require (
25-
connectrpc.com/connect v1.18.1 // indirect
25+
connectrpc.com/connect v1.19.0 // indirect
2626
connectrpc.com/grpcreflect v1.3.0 // indirect
2727
github.com/benbjohnson/clock v1.3.5 // indirect
2828
github.com/beorn7/perks v1.0.1 // indirect

apps/testapp/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT
22
cloud.google.com/go v0.31.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
33
cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
44
cloud.google.com/go v0.37.0/go.mod h1:TS1dMSSfndXH133OKGwekG838Om/cQT0BUHV3HcBgoo=
5-
connectrpc.com/connect v1.18.1 h1:PAg7CjSAGvscaf6YZKUefjoih5Z/qYkyaTrBW8xvYPw=
6-
connectrpc.com/connect v1.18.1/go.mod h1:0292hj1rnx8oFrStN7cB4jjVBeqs+Yx5yDIC2prWDO8=
5+
connectrpc.com/connect v1.19.0 h1:LuqUbq01PqbtL0o7vn0WMRXzR2nNsiINe5zfcJ24pJM=
6+
connectrpc.com/connect v1.19.0/go.mod h1:tN20fjdGlewnSFeZxLKb0xwIZ6ozc3OQs2hTXy4du9w=
77
connectrpc.com/grpcreflect v1.3.0 h1:Y4V+ACf8/vOb1XOc251Qun7jMB75gCUNw6llvB9csXc=
88
connectrpc.com/grpcreflect v1.3.0/go.mod h1:nfloOtCS8VUQOQ1+GTdFzVg2CJo4ZGaat8JIovCtDYs=
99
dmitri.shuralyov.com/app/changes v0.0.0-20180602232624-0a106ad413e3/go.mod h1:Yl+fi1br7+Rr3LqpNJf1/uxUdtRUV+Tnj0o93V2B9MU=

execution/evm/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/evstack/ev-node/execution/evm
33
go 1.24.6
44

55
require (
6-
github.com/ethereum/go-ethereum v1.16.3
6+
github.com/ethereum/go-ethereum v1.16.4
77
github.com/evstack/ev-node/core v1.0.0-beta.3
88
github.com/golang-jwt/jwt/v5 v5.3.0
99
github.com/rs/zerolog v1.34.0
@@ -17,13 +17,13 @@ require (
1717
github.com/bits-and-blooms/bitset v1.20.0 // indirect
1818
github.com/consensys/gnark-crypto v0.18.0 // indirect
1919
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
20-
github.com/crate-crypto/go-eth-kzg v1.3.0 // indirect
20+
github.com/crate-crypto/go-eth-kzg v1.4.0 // indirect
2121
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
2222
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2323
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
2424
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
2525
github.com/emicklei/dot v1.6.2 // indirect
26-
github.com/ethereum/c-kzg-4844/v2 v2.1.0 // indirect
26+
github.com/ethereum/c-kzg-4844/v2 v2.1.3 // indirect
2727
github.com/ethereum/go-verkle v0.2.2 // indirect
2828
github.com/ferranbt/fastssz v0.1.4 // indirect
2929
github.com/go-ole/go-ole v1.3.0 // indirect
@@ -46,7 +46,7 @@ require (
4646
github.com/rogpeppe/go-internal v1.14.1 // indirect
4747
github.com/rs/cors v1.11.1 // indirect
4848
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
49-
github.com/supranational/blst v0.3.14 // indirect
49+
github.com/supranational/blst v0.3.16-0.20250831170142-f48500c1fdbe // indirect
5050
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
5151
github.com/tklauser/go-sysconf v0.3.12 // indirect
5252
github.com/tklauser/numcpus v0.6.1 // indirect

execution/evm/go.sum

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ github.com/consensys/gnark-crypto v0.18.0/go.mod h1:L3mXGFTe1ZN+RSJ+CLjUt9x7PNdx
3232
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
3333
github.com/cpuguy83/go-md2man/v2 v2.0.6 h1:XJtiaUW6dEEqVuZiMTn1ldk455QWwEIsMIJlo5vtkx0=
3434
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
35-
github.com/crate-crypto/go-eth-kzg v1.3.0 h1:05GrhASN9kDAidaFJOda6A4BEvgvuXbazXg/0E3OOdI=
36-
github.com/crate-crypto/go-eth-kzg v1.3.0/go.mod h1:J9/u5sWfznSObptgfa92Jq8rTswn6ahQWEuiLHOjCUI=
35+
github.com/crate-crypto/go-eth-kzg v1.4.0 h1:WzDGjHk4gFg6YzV0rJOAsTK4z3Qkz5jd4RE3DAvPFkg=
36+
github.com/crate-crypto/go-eth-kzg v1.4.0/go.mod h1:J9/u5sWfznSObptgfa92Jq8rTswn6ahQWEuiLHOjCUI=
3737
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a h1:W8mUrRp6NOVl3J+MYp5kPMoUZPp7aOYHtaua31lwRHg=
3838
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a/go.mod h1:sTwzHBvIzm2RfVCGNEBZgRyjwK40bVoun3ZnGOCafNM=
3939
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
@@ -50,10 +50,12 @@ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 h1:NMZiJj8QnKe1LgsbDayM4UoHwbvw
5050
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0/go.mod h1:ZXNYxsqcloTdSy/rNShjYzMhyjf0LaoftYK0p+A3h40=
5151
github.com/emicklei/dot v1.6.2 h1:08GN+DD79cy/tzN6uLCT84+2Wk9u+wvqP+Hkx/dIR8A=
5252
github.com/emicklei/dot v1.6.2/go.mod h1:DeV7GvQtIw4h2u73RKBkkFdvVAz0D9fzeJrgPW6gy/s=
53-
github.com/ethereum/c-kzg-4844/v2 v2.1.0 h1:gQropX9YFBhl3g4HYhwE70zq3IHFRgbbNPw0Shwzf5w=
54-
github.com/ethereum/c-kzg-4844/v2 v2.1.0/go.mod h1:TC48kOKjJKPbN7C++qIgt0TJzZ70QznYR7Ob+WXl57E=
55-
github.com/ethereum/go-ethereum v1.16.3 h1:nDoBSrmsrPbrDIVLTkDQCy1U9KdHN+F2PzvMbDoS42Q=
56-
github.com/ethereum/go-ethereum v1.16.3/go.mod h1:Lrsc6bt9Gm9RyvhfFK53vboCia8kpF9nv+2Ukntnl+8=
53+
github.com/ethereum/c-kzg-4844/v2 v2.1.3 h1:DQ21UU0VSsuGy8+pcMJHDS0CV1bKmJmxsJYK8l3MiLU=
54+
github.com/ethereum/c-kzg-4844/v2 v2.1.3/go.mod h1:fyNcYI/yAuLWJxf4uzVtS8VDKeoAaRM8G/+ADz/pRdA=
55+
github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab h1:rvv6MJhy07IMfEKuARQ9TKojGqLVNxQajaXEp/BoqSk=
56+
github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab/go.mod h1:IuLm4IsPipXKF7CW5Lzf68PIbZ5yl7FFd74l/E0o9A8=
57+
github.com/ethereum/go-ethereum v1.16.4 h1:H6dU0r2p/amA7cYg6zyG9Nt2JrKKH6oX2utfcqrSpkQ=
58+
github.com/ethereum/go-ethereum v1.16.4/go.mod h1:P7551slMFbjn2zOQaKrJShZVN/d8bGxp4/I6yZVlb5w=
5759
github.com/ethereum/go-verkle v0.2.2 h1:I2W0WjnrFUIzzVPwm8ykY+7pL2d4VhlsePn4j7cnFk8=
5860
github.com/ethereum/go-verkle v0.2.2/go.mod h1:M3b90YRnzqKyyzBEWJGqj8Qff4IDeXnzFw0P9bFw3uk=
5961
github.com/evstack/ev-node/core v1.0.0-beta.3 h1:01K2Ygm3puX4m2OBxvg/HDxu+he54jeNv+KDmpgujFc=
@@ -99,8 +101,8 @@ github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aN
99101
github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
100102
github.com/hashicorp/go-bexpr v0.1.10 h1:9kuI5PFotCboP3dkDYFr/wi0gg0QVbSNz5oFRpxn4uE=
101103
github.com/hashicorp/go-bexpr v0.1.10/go.mod h1:oxlubA2vC/gFVfX1A6JGp7ls7uCDlfJn732ehYYg+g0=
102-
github.com/holiman/billy v0.0.0-20240216141850-2abb0c79d3c4 h1:X4egAf/gcS1zATw6wn4Ej8vjuVGxeHdan+bRb2ebyv4=
103-
github.com/holiman/billy v0.0.0-20240216141850-2abb0c79d3c4/go.mod h1:5GuXa7vkL8u9FkFuWdVvfR5ix8hRB7DbOAaYULamFpc=
104+
github.com/holiman/billy v0.0.0-20250707135307-f2f9b9aae7db h1:IZUYC/xb3giYwBLMnr8d0TGTzPKFGNTCGgGLoyeX330=
105+
github.com/holiman/billy v0.0.0-20250707135307-f2f9b9aae7db/go.mod h1:xTEYN9KCHxuYHs+NmrmzFcnvHMzLLNiGFafCb1n3Mfg=
104106
github.com/holiman/bloomfilter/v2 v2.0.3 h1:73e0e/V0tCydx14a0SCYS/EWCxgwLZ18CZcZKVu0fao=
105107
github.com/holiman/bloomfilter/v2 v2.0.3/go.mod h1:zpoh+gs7qcpqrHr3dB55AMiJwo0iURXE7ZOP9L9hSkA=
106108
github.com/holiman/uint256 v1.3.2 h1:a9EgMPSC1AAaj1SZL5zIQD3WbwTuHrMGOerLjGmM/TA=
@@ -203,8 +205,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
203205
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
204206
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
205207
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
206-
github.com/supranational/blst v0.3.14 h1:xNMoHRJOTwMn63ip6qoWJ2Ymgvj7E2b9jY2FAwY+qRo=
207-
github.com/supranational/blst v0.3.14/go.mod h1:jZJtfjgudtNl4en1tzwPIV3KjUnQUvG3/j+w+fVonLw=
208+
github.com/supranational/blst v0.3.16-0.20250831170142-f48500c1fdbe h1:nbdqkIGOGfUAD54q1s2YBcBz/WcsxCO9HUQ4aGV5hUw=
209+
github.com/supranational/blst v0.3.16-0.20250831170142-f48500c1fdbe/go.mod h1:jZJtfjgudtNl4en1tzwPIV3KjUnQUvG3/j+w+fVonLw=
208210
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d h1:vfofYNRScrDdvS342BElfbETmL1Aiz3i2t0zfRj16Hs=
209211
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d/go.mod h1:RRCYJbIwD5jmqPI9XoAFR0OcDxqUctll6zUj/+B4S48=
210212
github.com/tklauser/go-sysconf v0.3.12 h1:0QaGUFOdQaIVdPgfITYzaTegZvdCjmYO52cSFAEVmqU=

0 commit comments

Comments
 (0)