Skip to content

Commit f8a2cdb

Browse files
dependabot[bot]github-actions[bot]julienrbrtchatton
authored
build(deps): Bump the all-go group across 5 directories with 6 updates (#2881)
Bumps the all-go group with 1 update in the / directory: [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: [golang.org/x/net](https://github.com/golang/net) and [github.com/evstack/ev-node](https://github.com/evstack/ev-node). Bumps the all-go group with 2 updates in the /test/docker-e2e directory: [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) and [github.com/docker/docker](https://github.com/docker/docker). 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 `github.com/celestiaorg/go-header` from 0.7.3 to 0.7.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="/celestiaorg/go-header/releases">github.com/celestiaorg/go-header's releases</a>.</em></p> <blockquote> <h2>v0.7.4</h2> <h2>What's Changed</h2> <ul> <li>fix(store): fixes rare race condition where 2 workers attempt to close errCh at same time by <a href="/renaynay"><code>@​renaynay</code></a> in <a href="https://redirect.github.com/celestiaorg/go-header/pull/357">celestiaorg/go-header#357</a></li> <li>fix(headertest): add locking to header test suite for concurrent use by <a href="/renaynay"><code>@​renaynay</code></a> in <a href="https://redirect.github.com/celestiaorg/go-header/pull/356">celestiaorg/go-header#356</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="/celestiaorg/go-header/compare/v0.7.3...v0.7.4">https://github.com/celestiaorg/go-header/compare/v0.7.3...v0.7.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="/celestiaorg/go-header/commit/425f0dcb6ae17862deb2413251867f5a7d96ae85"><code>425f0dc</code></a> fix(headertest): add locking to header test suite for concurrent use (<a href="https://redirect.github.com/celestiaorg/go-header/issues/356">#356</a>)</li> <li><a href="/celestiaorg/go-header/commit/62199e01b2cdcdc4f8babbd7059954001e6f9cc8"><code>62199e0</code></a> fix(store): fixes rare race condition where 2 workers attempt to close errCh ...</li> <li>See full diff in <a href="/celestiaorg/go-header/compare/v0.7.3...v0.7.4">compare view</a></li> </ul> </details> <br /> Updates `github.com/ethereum/go-ethereum` from 1.16.6 to 1.16.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="/ethereum/go-ethereum/releases">github.com/ethereum/go-ethereum's releases</a>.</em></p> <blockquote> <h2>Ballistic Drift Stabilizer (v1.16.7)</h2> <!-- raw HTML omitted --> <p>This is a re-roll of v1.16.6, including an important fix in the KZG cryptography library.</p> <p><strong>This release enables the Fusaka hardfork on Ethereum mainnet</strong>.</p> <p>The Fusaka fork is scheduled to occur at <code>2025-12-03 21:49:11 UTC</code>. Please upgrade your node to v1.16.7 in time for the fork.</p> <p>This release also enables two blob-parameter-only (BPO) upgrades. These upgrades change protocol parameters to increase the available blob capacity.</p> <ul> <li>BPO1 on<code>2025-12-09</code></li> <li>BPO2 on <code>2026-01-07</code></li> </ul> <h3>Fusaka</h3> <ul> <li>Set mainnet timestamps for Osaka (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/33063">#33063</a>)</li> <li>Enable Fusaka for <code>geth --dev</code> mode (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32917">#32917</a>)</li> </ul> <h3>RPC</h3> <ul> <li>Add <code>eth_sendRawTransactionSync</code> which waits until either a timeout or the transaction is mined. This feature is mostly useful on L2s with lower blocktimes. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32830">#32830</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32930">#32930</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32929/">#32929</a>)</li> <li>Add support for <code>eth_simulateV1</code> in ethclient (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32856">#32856</a>)</li> <li>Fix for an issue that might crash <code>debug_traceCall</code> (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/33015">#33015</a>)</li> <li>Fix for an issuer where local transactions were not persisted to the journal (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32921">#32921</a>)</li> </ul> <h3>Core</h3> <ul> <li>Fix for a cryptographic <a href="https://redirect.github.com/ethereum/c-kzg-4844/pull/607">vulnerability in c-kzg-4844</a>. This is only exploitable post-Fusaka. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/33093">#33093</a>)</li> <li>Add <code>geth --genesis</code> flag as an alternative to running <code>geth init genesis.json</code> (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32844">#32844</a>)</li> <li>Fix for receipt insertion during ERA file import. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32934">#32934</a>)</li> <li>Work on getting the trie node history in order to serve historical <code>eth_getProof</code> request with the new path-based archive node. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32907">#32907</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32914">#32914</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32937">#32937</a>)</li> <li>Further work on cmd/keeper, our guest program for zkVMs (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32816">#32816</a>)</li> <li>Various optimizations (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32971">#32971</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32916">#32916</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32965">#32965</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32946">#32946</a>)</li> </ul> <h3>Networking</h3> <ul> <li>New metrics for tracking slow peers (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32964">#32964</a>)</li> <li>Fix for an issue where disconnected peers were not removed in txFetcher (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32947">#32947</a>)</li> </ul> <hr /> <p>For a full rundown of the changes please consult the Geth <a href="/ethereum/go-ethereum/milestone/195?closed=1">1.16.6</a> and <a href="/ethereum/go-ethereum/milestone/195?closed=1">1.16.7</a> release milestones.</p> <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://hub.docker.com/r/ethereum/client-go"><code>ethereum/client-go</code></a> (use &quot;stable&quot; tag).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="/ethereum/go-ethereum/commit/b9f3a3d964ed3d31e710ec7dd66da9181477ecb2"><code>b9f3a3d</code></a> Merge branch 'master' into release/1.16</li> <li><a href="/ethereum/go-ethereum/commit/07129d21c0fa0aa8b6f7426344cf9ec2f31bc427"><code>07129d2</code></a> version: release go-ethereum v1.16.7 stable</li> <li><a href="/ethereum/go-ethereum/commit/653f8d499473c99e2e8ada6d3adea6ec95e97a69"><code>653f8d4</code></a> go.mod: update to c-kzg v2.1.5 (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/33093">#33093</a>)</li> <li><a href="/ethereum/go-ethereum/commit/5b77af394edd7d7384fbc7f112c8c183f86dcd4b"><code>5b77af3</code></a> version: begin v1.16.7 release cycle</li> <li>See full diff in <a href="/ethereum/go-ethereum/compare/v1.16.6...v1.16.7">compare view</a></li> </ul> </details> <br /> Updates `github.com/ethereum/go-ethereum` from 1.16.6 to 1.16.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="/ethereum/go-ethereum/releases">github.com/ethereum/go-ethereum's releases</a>.</em></p> <blockquote> <h2>Ballistic Drift Stabilizer (v1.16.7)</h2> <!-- raw HTML omitted --> <p>This is a re-roll of v1.16.6, including an important fix in the KZG cryptography library.</p> <p><strong>This release enables the Fusaka hardfork on Ethereum mainnet</strong>.</p> <p>The Fusaka fork is scheduled to occur at <code>2025-12-03 21:49:11 UTC</code>. Please upgrade your node to v1.16.7 in time for the fork.</p> <p>This release also enables two blob-parameter-only (BPO) upgrades. These upgrades change protocol parameters to increase the available blob capacity.</p> <ul> <li>BPO1 on<code>2025-12-09</code></li> <li>BPO2 on <code>2026-01-07</code></li> </ul> <h3>Fusaka</h3> <ul> <li>Set mainnet timestamps for Osaka (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/33063">#33063</a>)</li> <li>Enable Fusaka for <code>geth --dev</code> mode (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32917">#32917</a>)</li> </ul> <h3>RPC</h3> <ul> <li>Add <code>eth_sendRawTransactionSync</code> which waits until either a timeout or the transaction is mined. This feature is mostly useful on L2s with lower blocktimes. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32830">#32830</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32930">#32930</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32929/">#32929</a>)</li> <li>Add support for <code>eth_simulateV1</code> in ethclient (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32856">#32856</a>)</li> <li>Fix for an issue that might crash <code>debug_traceCall</code> (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/33015">#33015</a>)</li> <li>Fix for an issuer where local transactions were not persisted to the journal (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32921">#32921</a>)</li> </ul> <h3>Core</h3> <ul> <li>Fix for a cryptographic <a href="https://redirect.github.com/ethereum/c-kzg-4844/pull/607">vulnerability in c-kzg-4844</a>. This is only exploitable post-Fusaka. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/33093">#33093</a>)</li> <li>Add <code>geth --genesis</code> flag as an alternative to running <code>geth init genesis.json</code> (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32844">#32844</a>)</li> <li>Fix for receipt insertion during ERA file import. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32934">#32934</a>)</li> <li>Work on getting the trie node history in order to serve historical <code>eth_getProof</code> request with the new path-based archive node. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32907">#32907</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32914">#32914</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32937">#32937</a>)</li> <li>Further work on cmd/keeper, our guest program for zkVMs (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32816">#32816</a>)</li> <li>Various optimizations (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32971">#32971</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32916">#32916</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32965">#32965</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32946">#32946</a>)</li> </ul> <h3>Networking</h3> <ul> <li>New metrics for tracking slow peers (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32964">#32964</a>)</li> <li>Fix for an issue where disconnected peers were not removed in txFetcher (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32947">#32947</a>)</li> </ul> <hr /> <p>For a full rundown of the changes please consult the Geth <a href="/ethereum/go-ethereum/milestone/195?closed=1">1.16.6</a> and <a href="/ethereum/go-ethereum/milestone/195?closed=1">1.16.7</a> release milestones.</p> <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://hub.docker.com/r/ethereum/client-go"><code>ethereum/client-go</code></a> (use &quot;stable&quot; tag).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="/ethereum/go-ethereum/commit/b9f3a3d964ed3d31e710ec7dd66da9181477ecb2"><code>b9f3a3d</code></a> Merge branch 'master' into release/1.16</li> <li><a href="/ethereum/go-ethereum/commit/07129d21c0fa0aa8b6f7426344cf9ec2f31bc427"><code>07129d2</code></a> version: release go-ethereum v1.16.7 stable</li> <li><a href="/ethereum/go-ethereum/commit/653f8d499473c99e2e8ada6d3adea6ec95e97a69"><code>653f8d4</code></a> go.mod: update to c-kzg v2.1.5 (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/33093">#33093</a>)</li> <li><a href="/ethereum/go-ethereum/commit/5b77af394edd7d7384fbc7f112c8c183f86dcd4b"><code>5b77af3</code></a> version: begin v1.16.7 release cycle</li> <li>See full diff in <a href="/ethereum/go-ethereum/compare/v1.16.6...v1.16.7">compare view</a></li> </ul> </details> <br /> Updates `github.com/ethereum/go-ethereum` from 1.16.6 to 1.16.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="/ethereum/go-ethereum/releases">github.com/ethereum/go-ethereum's releases</a>.</em></p> <blockquote> <h2>Ballistic Drift Stabilizer (v1.16.7)</h2> <!-- raw HTML omitted --> <p>This is a re-roll of v1.16.6, including an important fix in the KZG cryptography library.</p> <p><strong>This release enables the Fusaka hardfork on Ethereum mainnet</strong>.</p> <p>The Fusaka fork is scheduled to occur at <code>2025-12-03 21:49:11 UTC</code>. Please upgrade your node to v1.16.7 in time for the fork.</p> <p>This release also enables two blob-parameter-only (BPO) upgrades. These upgrades change protocol parameters to increase the available blob capacity.</p> <ul> <li>BPO1 on<code>2025-12-09</code></li> <li>BPO2 on <code>2026-01-07</code></li> </ul> <h3>Fusaka</h3> <ul> <li>Set mainnet timestamps for Osaka (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/33063">#33063</a>)</li> <li>Enable Fusaka for <code>geth --dev</code> mode (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32917">#32917</a>)</li> </ul> <h3>RPC</h3> <ul> <li>Add <code>eth_sendRawTransactionSync</code> which waits until either a timeout or the transaction is mined. This feature is mostly useful on L2s with lower blocktimes. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32830">#32830</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32930">#32930</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32929/">#32929</a>)</li> <li>Add support for <code>eth_simulateV1</code> in ethclient (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32856">#32856</a>)</li> <li>Fix for an issue that might crash <code>debug_traceCall</code> (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/33015">#33015</a>)</li> <li>Fix for an issuer where local transactions were not persisted to the journal (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32921">#32921</a>)</li> </ul> <h3>Core</h3> <ul> <li>Fix for a cryptographic <a href="https://redirect.github.com/ethereum/c-kzg-4844/pull/607">vulnerability in c-kzg-4844</a>. This is only exploitable post-Fusaka. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/33093">#33093</a>)</li> <li>Add <code>geth --genesis</code> flag as an alternative to running <code>geth init genesis.json</code> (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32844">#32844</a>)</li> <li>Fix for receipt insertion during ERA file import. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32934">#32934</a>)</li> <li>Work on getting the trie node history in order to serve historical <code>eth_getProof</code> request with the new path-based archive node. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32907">#32907</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32914">#32914</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32937">#32937</a>)</li> <li>Further work on cmd/keeper, our guest program for zkVMs (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32816">#32816</a>)</li> <li>Various optimizations (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32971">#32971</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32916">#32916</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32965">#32965</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32946">#32946</a>)</li> </ul> <h3>Networking</h3> <ul> <li>New metrics for tracking slow peers (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32964">#32964</a>)</li> <li>Fix for an issue where disconnected peers were not removed in txFetcher (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32947">#32947</a>)</li> </ul> <hr /> <p>For a full rundown of the changes please consult the Geth <a href="/ethereum/go-ethereum/milestone/195?closed=1">1.16.6</a> and <a href="/ethereum/go-ethereum/milestone/195?closed=1">1.16.7</a> release milestones.</p> <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://hub.docker.com/r/ethereum/client-go"><code>ethereum/client-go</code></a> (use &quot;stable&quot; tag).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="/ethereum/go-ethereum/commit/b9f3a3d964ed3d31e710ec7dd66da9181477ecb2"><code>b9f3a3d</code></a> Merge branch 'master' into release/1.16</li> <li><a href="/ethereum/go-ethereum/commit/07129d21c0fa0aa8b6f7426344cf9ec2f31bc427"><code>07129d2</code></a> version: release go-ethereum v1.16.7 stable</li> <li><a href="/ethereum/go-ethereum/commit/653f8d499473c99e2e8ada6d3adea6ec95e97a69"><code>653f8d4</code></a> go.mod: update to c-kzg v2.1.5 (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/33093">#33093</a>)</li> <li><a href="/ethereum/go-ethereum/commit/5b77af394edd7d7384fbc7f112c8c183f86dcd4b"><code>5b77af3</code></a> version: begin v1.16.7 release cycle</li> <li>See full diff in <a href="/ethereum/go-ethereum/compare/v1.16.6...v1.16.7">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/net` from 0.46.0 to 0.47.0 <details> <summary>Commits</summary> <ul> <li><a href="/golang/net/commit/9a296438e54dff851a45667aa645a97003b44db5"><code>9a29643</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="/golang/net/commit/07cefd8a6bb170785052142a96034f2b2f7115bc"><code>07cefd8</code></a> context: deprecate</li> <li><a href="/golang/net/commit/5ac9daca088ab4f378d7df849f6c7d28bea86071"><code>5ac9dac</code></a> publicsuffix: don't treat ip addresses as domain names</li> <li><a href="/golang/net/commit/d1f64cc67036f272ea900194674afcf71eb3e816"><code>d1f64cc</code></a> quic: use testing/synctest</li> <li><a href="/golang/net/commit/fff0469cf57f71bea0cbc4cc8cbfb8f92be7a417"><code>fff0469</code></a> http2: document that RFC 7540 prioritization does not work with small payloads</li> <li><a href="/golang/net/commit/f35e3a4dd2a34d1d47fac5b66210a40e2d374a79"><code>f35e3a4</code></a> http2: fix weight overflow in RFC 7540 write scheduler</li> <li><a href="/golang/net/commit/89adc90ac46a688eeda3a4a95b71acf073bd059c"><code>89adc90</code></a> http2: fix typo referring to RFC 9218 as RFC 9128 instead</li> <li><a href="/golang/net/commit/8d76a2c082f6f995c2ef1ce8a0d56f2e33b48092"><code>8d76a2c</code></a> quic: don't defer MAX_STREAMS frames indefinitely</li> <li><a href="/golang/net/commit/027f8b700eb72af5c0175a945535a42670628351"><code>027f8b7</code></a> quic: fix expected ACK Delay in client's ACK after HANDSHAKE_DONE</li> <li><a href="/golang/net/commit/dec9fe711ec1385a2aa169a3f8145d295abcca16"><code>dec9fe7</code></a> dns/dnsmessage: update SVCB packing to prohibit name compression</li> <li>Additional commits viewable in <a href="/golang/net/compare/v0.46.0...v0.47.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/evstack/ev-node` from 1.0.0-beta.9 to 1.0.0-beta.10 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="/evstack/ev-node/blob/main/CHANGELOG.md">github.com/evstack/ev-node's changelog</a>.</em></p> <blockquote> <h2>v1.0.0-beta.10</h2> <h3>Added</h3> <ul> <li>Enhanced health check system with separate liveness (<code>/health/live</code>) and readiness (<code>/health/ready</code>) HTTP endpoints. Readiness endpoint includes P2P listening check and aggregator block production rate validation (5x block time threshold). (<a href="https://redirect.github.com/evstack/ev-node/pull/2800">#2800</a>)</li> <li>Added <code>GetP2PStoreInfo</code> RPC method to retrieve head/tail metadata for go-header stores used by P2P sync (<a href="https://redirect.github.com/evstack/ev-node/pull/2835">#2835</a>)</li> <li>Added protobuf definitions for <code>P2PStoreEntry</code> and <code>P2PStoreSnapshot</code> messages to support P2P store inspection</li> </ul> <h3>Changed</h3> <ul> <li>Remove GasPrice and GasMultiplier from DA interface and configuration to use celestia-node's native fee estimation. (<a href="https://redirect.github.com/evstack/ev-node/pull/2822">#2822</a>)</li> <li>Use cache instead of in memory store for reaper. Persist cache on reload. Autoclean after 24 hours. (<a href="https://redirect.github.com/evstack/ev-node/pull/2811">#2811</a>)</li> <li>Improved P2P sync service store initialization to be atomic and prevent race conditions (<a href="https://redirect.github.com/evstack/ev-node/pull/2838">#2838</a>)</li> <li>Enhanced P2P bootstrap behavior to intelligently detect starting height from local store instead of requiring trusted hash</li> <li>Relaxed execution layer height validation in block replay to allow execution to be ahead of target height, enabling recovery from manual intervention scenarios</li> </ul> <h3>Removed</h3> <ul> <li><strong>BREAKING:</strong> Removed <code>evnode.v1.HealthService</code> gRPC endpoint. Use HTTP endpoints: <code>GET /health/live</code> and <code>GET /health/ready</code>. (<a href="https://redirect.github.com/evstack/ev-node/pull/2800">#2800</a>)</li> <li><strong>BREAKING:</strong> Removed <code>TrustedHash</code> configuration option and <code>--evnode.node.trusted_hash</code> flag. Sync service now automatically determines starting height from local store state (<a href="https://redirect.github.com/evstack/ev-node/pull/2838">#2838</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed sync service initialization issue when node is not on genesis but has an empty store</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="/evstack/ev-node/commit/d7eda60442e92e73406d5802c171b530e4d69915"><code>d7eda60</code></a> refactor(syncer,cache): use compare and swap loop and add comments (<a href="https://redirect.github.com/evstack/ev-node/issues/2873">#2873</a>)</li> <li><a href="/evstack/ev-node/commit/9a5eba195ca2ae75d0919baa2f9d6bbff4462f1f"><code>9a5eba1</code></a> refactor: use state da height as well (<a href="https://redirect.github.com/evstack/ev-node/issues/2872">#2872</a>)</li> <li><a href="/evstack/ev-node/commit/faabb32ee074663f25f6b03465507d552cbd9b89"><code>faabb32</code></a> refactor: retrieve highest da height in cache (<a href="https://redirect.github.com/evstack/ev-node/issues/2870">#2870</a>)</li> <li><a href="/evstack/ev-node/commit/6badca1837263039b1e2d5ccc30fd43de41c2c0e"><code>6badca1</code></a> chore: change from event count to start and end height (<a href="https://redirect.github.com/evstack/ev-node/issues/2871">#2871</a>)</li> <li><a href="/evstack/ev-node/commit/12b955937910656758a91e8ba2275ab4b56685c2"><code>12b9559</code></a> chore: bump da (<a href="https://redirect.github.com/evstack/ev-node/issues/2866">#2866</a>)</li> <li><a href="/evstack/ev-node/commit/d8d1709153f1b40b7d19c13b6678cc55cb637e71"><code>d8d1709</code></a> chore: bump core (<a href="https://redirect.github.com/evstack/ev-node/issues/2865">#2865</a>)</li> <li><a href="/evstack/ev-node/commit/e5aa2c3695c7ee9359c90f8006b6ec8120e3655e"><code>e5aa2c3</code></a> chore: reduce log noise (<a href="https://redirect.github.com/evstack/ev-node/issues/2864">#2864</a>)</li> <li><a href="/evstack/ev-node/commit/9d4c64c1644324102602ee99dc05baef417a3dab"><code>9d4c64c</code></a> fix: sync service for non zero height starts with empty store (<a href="https://redirect.github.com/evstack/ev-node/issues/2834">#2834</a>)</li> <li><a href="/evstack/ev-node/commit/3ad84b89fbbe44dc4ee6f68fa07d8f26208f1987"><code>3ad84b8</code></a> build(deps): Bump golang.org/x/crypto from 0.43.0 to 0.45.0 in /execution/evm...</li> <li><a href="/evstack/ev-node/commit/2b45d45accc80e5ff49788ff160ea636b0f71ee3"><code>2b45d45</code></a> chore: minor improvement for docs (<a href="https://redirect.github.com/evstack/ev-node/issues/2862">#2862</a>)</li> <li>Additional commits viewable in <a href="/evstack/ev-node/compare/v1.0.0-beta.9...v1.0.0-beta.10">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/net` from 0.46.0 to 0.47.0 <details> <summary>Commits</summary> <ul> <li><a href="/golang/net/commit/9a296438e54dff851a45667aa645a97003b44db5"><code>9a29643</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="/golang/net/commit/07cefd8a6bb170785052142a96034f2b2f7115bc"><code>07cefd8</code></a> context: deprecate</li> <li><a href="/golang/net/commit/5ac9daca088ab4f378d7df849f6c7d28bea86071"><code>5ac9dac</code></a> publicsuffix: don't treat ip addresses as domain names</li> <li><a href="/golang/net/commit/d1f64cc67036f272ea900194674afcf71eb3e816"><code>d1f64cc</code></a> quic: use testing/synctest</li> <li><a href="/golang/net/commit/fff0469cf57f71bea0cbc4cc8cbfb8f92be7a417"><code>fff0469</code></a> http2: document that RFC 7540 prioritization does not work with small payloads</li> <li><a href="/golang/net/commit/f35e3a4dd2a34d1d47fac5b66210a40e2d374a79"><code>f35e3a4</code></a> http2: fix weight overflow in RFC 7540 write scheduler</li> <li><a href="/golang/net/commit/89adc90ac46a688eeda3a4a95b71acf073bd059c"><code>89adc90</code></a> http2: fix typo referring to RFC 9218 as RFC 9128 instead</li> <li><a href="/golang/net/commit/8d76a2c082f6f995c2ef1ce8a0d56f2e33b48092"><code>8d76a2c</code></a> quic: don't defer MAX_STREAMS frames indefinitely</li> <li><a href="/golang/net/commit/027f8b700eb72af5c0175a945535a42670628351"><code>027f8b7</code></a> quic: fix expected ACK Delay in client's ACK after HANDSHAKE_DONE</li> <li><a href="/golang/net/commit/dec9fe711ec1385a2aa169a3f8145d295abcca16"><code>dec9fe7</code></a> dns/dnsmessage: update SVCB packing to prohibit name compression</li> <li>Additional commits viewable in <a href="/golang/net/compare/v0.46.0...v0.47.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/ethereum/go-ethereum` from 1.16.6 to 1.16.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="/ethereum/go-ethereum/releases">github.com/ethereum/go-ethereum's releases</a>.</em></p> <blockquote> <h2>Ballistic Drift Stabilizer (v1.16.7)</h2> <!-- raw HTML omitted --> <p>This is a re-roll of v1.16.6, including an important fix in the KZG cryptography library.</p> <p><strong>This release enables the Fusaka hardfork on Ethereum mainnet</strong>.</p> <p>The Fusaka fork is scheduled to occur at <code>2025-12-03 21:49:11 UTC</code>. Please upgrade your node to v1.16.7 in time for the fork.</p> <p>This release also enables two blob-parameter-only (BPO) upgrades. These upgrades change protocol parameters to increase the available blob capacity.</p> <ul> <li>BPO1 on<code>2025-12-09</code></li> <li>BPO2 on <code>2026-01-07</code></li> </ul> <h3>Fusaka</h3> <ul> <li>Set mainnet timestamps for Osaka (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/33063">#33063</a>)</li> <li>Enable Fusaka for <code>geth --dev</code> mode (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32917">#32917</a>)</li> </ul> <h3>RPC</h3> <ul> <li>Add <code>eth_sendRawTransactionSync</code> which waits until either a timeout or the transaction is mined. This feature is mostly useful on L2s with lower blocktimes. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32830">#32830</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32930">#32930</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32929/">#32929</a>)</li> <li>Add support for <code>eth_simulateV1</code> in ethclient (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32856">#32856</a>)</li> <li>Fix for an issue that might crash <code>debug_traceCall</code> (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/33015">#33015</a>)</li> <li>Fix for an issuer where local transactions were not persisted to the journal (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32921">#32921</a>)</li> </ul> <h3>Core</h3> <ul> <li>Fix for a cryptographic <a href="https://redirect.github.com/ethereum/c-kzg-4844/pull/607">vulnerability in c-kzg-4844</a>. This is only exploitable post-Fusaka. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/33093">#33093</a>)</li> <li>Add <code>geth --genesis</code> flag as an alternative to running <code>geth init genesis.json</code> (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32844">#32844</a>)</li> <li>Fix for receipt insertion during ERA file import. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32934">#32934</a>)</li> <li>Work on getting the trie node history in order to serve historical <code>eth_getProof</code> request with the new path-based archive node. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32907">#32907</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32914">#32914</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32937">#32937</a>)</li> <li>Further work on cmd/keeper, our guest program for zkVMs (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32816">#32816</a>)</li> <li>Various optimizations (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32971">#32971</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32916">#32916</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32965">#32965</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32946">#32946</a>)</li> </ul> <h3>Networking</h3> <ul> <li>New metrics for tracking slow peers (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32964">#32964</a>)</li> <li>Fix for an issue where disconnected peers were not removed in txFetcher (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32947">#32947</a>)</li> </ul> <hr /> <p>For a full rundown of the changes please consult the Geth <a href="/ethereum/go-ethereum/milestone/195?closed=1">1.16.6</a> and <a href="/ethereum/go-ethereum/milestone/195?closed=1">1.16.7</a> release milestones.</p> <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://hub.docker.com/r/ethereum/client-go"><code>ethereum/client-go</code></a> (use &quot;stable&quot; tag).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="/ethereum/go-ethereum/commit/b9f3a3d964ed3d31e710ec7dd66da9181477ecb2"><code>b9f3a3d</code></a> Merge branch 'master' into release/1.16</li> <li><a href="/ethereum/go-ethereum/commit/07129d21c0fa0aa8b6f7426344cf9ec2f31bc427"><code>07129d2</code></a> version: release go-ethereum v1.16.7 stable</li> <li><a href="/ethereum/go-ethereum/commit/653f8d499473c99e2e8ada6d3adea6ec95e97a69"><code>653f8d4</code></a> go.mod: update to c-kzg v2.1.5 (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/33093">#33093</a>)</li> <li><a href="/ethereum/go-ethereum/commit/5b77af394edd7d7384fbc7f112c8c183f86dcd4b"><code>5b77af3</code></a> version: begin v1.16.7 release cycle</li> <li>See full diff in <a href="/ethereum/go-ethereum/compare/v1.16.6...v1.16.7">compare view</a></li> </ul> </details> <br /> Updates `github.com/ethereum/go-ethereum` from 1.16.6 to 1.16.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="/ethereum/go-ethereum/releases">github.com/ethereum/go-ethereum's releases</a>.</em></p> <blockquote> <h2>Ballistic Drift Stabilizer (v1.16.7)</h2> <!-- raw HTML omitted --> <p>This is a re-roll of v1.16.6, including an important fix in the KZG cryptography library.</p> <p><strong>This release enables the Fusaka hardfork on Ethereum mainnet</strong>.</p> <p>The Fusaka fork is scheduled to occur at <code>2025-12-03 21:49:11 UTC</code>. Please upgrade your node to v1.16.7 in time for the fork.</p> <p>This release also enables two blob-parameter-only (BPO) upgrades. These upgrades change protocol parameters to increase the available blob capacity.</p> <ul> <li>BPO1 on<code>2025-12-09</code></li> <li>BPO2 on <code>2026-01-07</code></li> </ul> <h3>Fusaka</h3> <ul> <li>Set mainnet timestamps for Osaka (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/33063">#33063</a>)</li> <li>Enable Fusaka for <code>geth --dev</code> mode (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32917">#32917</a>)</li> </ul> <h3>RPC</h3> <ul> <li>Add <code>eth_sendRawTransactionSync</code> which waits until either a timeout or the transaction is mined. This feature is mostly useful on L2s with lower blocktimes. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32830">#32830</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32930">#32930</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32929/">#32929</a>)</li> <li>Add support for <code>eth_simulateV1</code> in ethclient (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32856">#32856</a>)</li> <li>Fix for an issue that might crash <code>debug_traceCall</code> (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/33015">#33015</a>)</li> <li>Fix for an issuer where local transactions were not persisted to the journal (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32921">#32921</a>)</li> </ul> <h3>Core</h3> <ul> <li>Fix for a cryptographic <a href="https://redirect.github.com/ethereum/c-kzg-4844/pull/607">vulnerability in c-kzg-4844</a>. This is only exploitable post-Fusaka. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/33093">#33093</a>)</li> <li>Add <code>geth --genesis</code> flag as an alternative to running <code>geth init genesis.json</code> (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32844">#32844</a>)</li> <li>Fix for receipt insertion during ERA file import. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32934">#32934</a>)</li> <li>Work on getting the trie node history in order to serve historical <code>eth_getProof</code> request with the new path-based archive node. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32907">#32907</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32914">#32914</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32937">#32937</a>)</li> <li>Further work on cmd/keeper, our guest program for zkVMs (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32816">#32816</a>)</li> <li>Various optimizations (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32971">#32971</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32916">#32916</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32965">#32965</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32946">#32946</a>)</li> </ul> <h3>Networking</h3> <ul> <li>New metrics for tracking slow peers (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32964">#32964</a>)</li> <li>Fix for an issue where disconnected peers were not removed in txFetcher (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32947">#32947</a>)</li> </ul> <hr /> <p>For a full rundown of the changes please consult the Geth <a href="/ethereum/go-ethereum/milestone/195?closed=1">1.16.6</a> and <a href="/ethereum/go-ethereum/milestone/195?closed=1">1.16.7</a> release milestones.</p> <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://hub.docker.com/r/ethereum/client-go"><code>ethereum/client-go</code></a> (use &quot;stable&quot; tag).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="/ethereum/go-ethereum/commit/b9f3a3d964ed3d31e710ec7dd66da9181477ecb2"><code>b9f3a3d</code></a> Merge branch 'master' into release/1.16</li> <li><a href="/ethereum/go-ethereum/commit/07129d21c0fa0aa8b6f7426344cf9ec2f31bc427"><code>07129d2</code></a> version: release go-ethereum v1.16.7 stable</li> <li><a href="/ethereum/go-ethereum/commit/653f8d499473c99e2e8ada6d3adea6ec95e97a69"><code>653f8d4</code></a> go.mod: update to c-kzg v2.1.5 (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/33093">#33093</a>)</li> <li><a href="/ethereum/go-ethereum/commit/5b77af394edd7d7384fbc7f112c8c183f86dcd4b"><code>5b77af3</code></a> version: begin v1.16.7 release cycle</li> <li>See full diff in <a href="/ethereum/go-ethereum/compare/v1.16.6...v1.16.7">compare view</a></li> </ul> </details> <br /> Updates `github.com/docker/docker` from 28.5.1+incompatible to 28.5.2+incompatible <details> <summary>Release notes</summary> <p><em>Sourced from <a href="/docker/docker/releases">github.com/docker/docker's releases</a>.</em></p> <blockquote> <h2>v28.5.2</h2> <h2>28.5.2</h2> <p>For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:</p> <ul> <li><a href="/docker/cli/issues?q=is%3Aclosed+milestone%3A28.5.2">docker/cli, 28.5.2 milestone</a></li> <li><a href="/moby/moby/issues?q=is%3Aclosed+milestone%3A28.5.2">moby/moby, 28.5.2 milestone</a></li> </ul> <blockquote> <p>[!CAUTION] This release contains fixes for three high-severity security vulnerabilities in runc:</p> <ul> <li><a href="/opencontainers/runc/security/advisories/GHSA-9493-h29p-rfm2">CVE-2025-31133</a></li> <li><a href="/opencontainers/runc/security/advisories/GHSA-qw9x-cqr3-wc7r">CVE-2025-52565</a></li> <li><a href="/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm">CVE-2025-52881</a></li> </ul> <p>All three vulnerabilities ultimately allow (through different methods) for full container breakouts by bypassing runc's restrictions for writing to arbitrary <code>/proc</code> files.</p> </blockquote> <h3>Packaging updates</h3> <ul> <li>Update runc to <a href="/opencontainers/runc/releases/tag/v1.3.3">v1.3.3</a>. <a href="https://redirect.github.com/moby/moby/pull/51394">moby/moby#51394</a></li> </ul> <h3>Bug fixes and enhancements</h3> <ul> <li>dockerd-rootless.sh: if slirp4netns is not installed, try using pasta (passt). <a href="https://redirect.github.com/moby/moby/pull/51162">moby/moby#51162</a></li> <li>Update Go runtime to <a href="https://go.dev/doc/devel/release#go1.24.9">1.24.9</a>. <a href="https://redirect.github.com/moby/moby/pull/51387">moby/moby#51387</a>, <a href="https://redirect.github.com/docker/cli/pull/6613">docker/cli#6613</a></li> </ul> <h3>Deprecations</h3> <ul> <li>Go-SDK: cli/command/image/build: deprecate <code>DefaultDockerfileName</code>, <code>DetectArchiveReader</code>, <code>WriteTempDockerfile</code>, <code>ResolveAndValidateContextPath</code>. These utilities were only used internally and will be removed in the next release. <a href="https://redirect.github.com/docker/cli/pull/6610">docker/cli#6610</a></li> <li>Go-SDK: cli/command/image/build: deprecate IsArchive utility. <a href="https://redirect.github.com/docker/cli/pull/6560">docker/cli#6560</a></li> <li>Go-SDK: opts: deprecate <code>ValidateMACAddress</code>. <a href="https://redirect.github.com/docker/cli/pull/6560">docker/cli#6560</a></li> <li>Go-SDK: opts: deprecate ListOpts.Delete(). <a href="https://redirect.github.com/docker/cli/pull/6560">docker/cli#6560</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="/moby/moby/commit/89c5e8fd66634b6128fc4c0e6f1236e2540e46e0"><code>89c5e8f</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/51396">#51396</a> from thaJeztah/28.x_backport_api_docs</li> <li><a href="/moby/moby/commit/9b93878308cae892878febfa52ff0b5799bea7b0"><code>9b93878</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/51395">#51395</a> from thaJeztah/28.x_backport_rootless_reject</li> <li><a href="/moby/moby/commit/6178456763b64c360983c5a5ea35d4258171e91c"><code>6178456</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/51398">#51398</a> from vvoland/51397-28.x</li> <li><a href="/moby/moby/commit/0cae4e5c8f76756eaba81dbd23ef57fccac3033f"><code>0cae4e5</code></a> vendor: github.com/moby/buildkit v0.25.2</li> <li><a href="/moby/moby/commit/33cc06f6169ddba8f00c50a8c12494b54b1cb2fc"><code>33cc06f</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/51394">#51394</a> from vvoland/51393-28.x</li> <li><a href="/moby/moby/commit/d525277410726d5f99e46b8b2ba60ea9b7011afa"><code>d525277</code></a> api/docs: remove BuildCache.Parent field for API v1.42 and up</li> <li><a href="/moby/moby/commit/2fbc51b4f895c75749896bf4655f7888a300bb9d"><code>2fbc51b</code></a> dockerd-rootless.sh: reject DOCKERD_ROOTLESS_ROOTLESSKIT_NET=host</li> <li><a href="/moby/moby/commit/bd98008c078ab4a4d99f0c1577e641dbfe191cfd"><code>bd98008</code></a> integration-cli: Adjust nofile limits</li> <li><a href="/moby/moby/commit/19675151a3d3b947501fcad1dcacbd00e6f4b23e"><code>1967515</code></a> Dockerfile: update runc binary to v1.3.3</li> <li><a href="/moby/moby/commit/44896604b8f50d9ba38199c25ed2c7d2d40318a7"><code>4489660</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/51387">#51387</a> from thaJeztah/28.x_bump_go</li> <li>Additional commits viewable in <a href="/docker/docker/compare/v28.5.1...v28.5.2">compare view</a></li> </ul> </details> <br /> Updates `github.com/ethereum/go-ethereum` from 1.16.6 to 1.16.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="/ethereum/go-ethereum/releases">github.com/ethereum/go-ethereum's releases</a>.</em></p> <blockquote> <h2>Ballistic Drift Stabilizer (v1.16.7)</h2> <!-- raw HTML omitted --> <p>This is a re-roll of v1.16.6, including an important fix in the KZG cryptography library.</p> <p><strong>This release enables the Fusaka hardfork on Ethereum mainnet</strong>.</p> <p>The Fusaka fork is scheduled to occur at <code>2025-12-03 21:49:11 UTC</code>. Please upgrade your node to v1.16.7 in time for the fork.</p> <p>This release also enables two blob-parameter-only (BPO) upgrades. These upgrades change protocol parameters to increase the available blob capacity.</p> <ul> <li>BPO1 on<code>2025-12-09</code></li> <li>BPO2 on <code>2026-01-07</code></li> </ul> <h3>Fusaka</h3> <ul> <li>Set mainnet timestamps for Osaka (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/33063">#33063</a>)</li> <li>Enable Fusaka for <code>geth --dev</code> mode (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32917">#32917</a>)</li> </ul> <h3>RPC</h3> <ul> <li>Add <code>eth_sendRawTransactionSync</code> which waits until either a timeout or the transaction is mined. This feature is mostly useful on L2s with lower blocktimes. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32830">#32830</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32930">#32930</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32929/">#32929</a>)</li> <li>Add support for <code>eth_simulateV1</code> in ethclient (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32856">#32856</a>)</li> <li>Fix for an issue that might crash <code>debug_traceCall</code> (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/33015">#33015</a>)</li> <li>Fix for an issuer where local transactions were not persisted to the journal (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32921">#32921</a>)</li> </ul> <h3>Core</h3> <ul> <li>Fix for a cryptographic <a href="https://redirect.github.com/ethereum/c-kzg-4844/pull/607">vulnerability in c-kzg-4844</a>. This is only exploitable post-Fusaka. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/33093">#33093</a>)</li> <li>Add <code>geth --genesis</code> flag as an alternative to running <code>geth init genesis.json</code> (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32844">#32844</a>)</li> <li>Fix for receipt insertion during ERA file import. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32934">#32934</a>)</li> <li>Work on getting the trie node history in order to serve historical <code>eth_getProof</code> request with the new path-based archive node. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32907">#32907</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32914">#32914</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32937">#32937</a>)</li> <li>Further work on cmd/keeper, our guest program for zkVMs (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32816">#32816</a>)</li> <li>Various optimizations (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32971">#32971</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32916">#32916</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32965">#32965</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32946">#32946</a>)</li> </ul> <h3>Networking</h3> <ul> <li>New metrics for tracking slow peers (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32964">#32964</a>)</li> <li>Fix for an issue where disconnected peers were not removed in txFetcher (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32947">#32947</a>)</li> </ul> <hr /> <p>For a full rundown of the changes please consult the Geth <a href="/ethereum/go-ethereum/milestone/195?closed=1">1.16.6</a> and <a href="/ethereum/go-ethereum/milestone/195?closed=1">1.16.7</a> release milestones.</p> <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://hub.docker.com/r/ethereum/client-go"><code>ethereum/client-go</code></a> (use &quot;stable&quot; tag).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="/ethereum/go-ethereum/commit/b9f3a3d964ed3d31e710ec7dd66da9181477ecb2"><code>b9f3a3d</code></a> Merge branch 'master' into release/1.16</li> <li><a href="/ethereum/go-ethereum/commit/07129d21c0fa0aa8b6f7426344cf9ec2f31bc427"><code>07129d2</code></a> version: release go-ethereum v1.16.7 stable</li> <li><a href="/ethereum/go-ethereum/commit/653f8d499473c99e2e8ada6d3adea6ec95e97a69"><code>653f8d4</code></a> go.mod: update to c-kzg v2.1.5 (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/33093">#33093</a>)</li> <li><a href="/ethereum/go-ethereum/commit/5b77af394edd7d7384fbc7f112c8c183f86dcd4b"><code>5b77af3</code></a> version: begin v1.16.7 release cycle</li> <li>See full diff in <a href="/ethereum/go-ethereum/compare/v1.16.6...v1.16.7">compare view</a></li> </ul> </details> <br /> Updates `github.com/ethereum/go-ethereum` from 1.16.6 to 1.16.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="/ethereum/go-ethereum/releases">github.com/ethereum/go-ethereum's releases</a>.</em></p> <blockquote> <h2>Ballistic Drift Stabilizer (v1.16.7)</h2> <!-- raw HTML omitted --> <p>This is a re-roll of v1.16.6, including an important fix in the KZG cryptography library.</p> <p><strong>This release enables the Fusaka hardfork on Ethereum mainnet</strong>.</p> <p>The Fusaka fork is scheduled to occur at <code>2025-12-03 21:49:11 UTC</code>. Please upgrade your node to v1.16.7 in time for the fork.</p> <p>This release also enables two blob-parameter-only (BPO) upgrades. These upgrades change protocol parameters to increase the available blob capacity.</p> <ul> <li>BPO1 on<code>2025-12-09</code></li> <li>BPO2 on <code>2026-01-07</code></li> </ul> <h3>Fusaka</h3> <ul> <li>Set mainnet timestamps for Osaka (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/33063">#33063</a>)</li> <li>Enable Fusaka for <code>geth --dev</code> mode (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32917">#32917</a>)</li> </ul> <h3>RPC</h3> <ul> <li>Add <code>eth_sendRawTransactionSync</code> which waits until either a timeout or the transaction is mined. This feature is mostly useful on L2s with lower blocktimes. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32830">#32830</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32930">#32930</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32929/">#32929</a>)</li> <li>Add support for <code>eth_simulateV1</code> in ethclient (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32856">#32856</a>)</li> <li>Fix for an issue that might crash <code>debug_traceCall</code> (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/33015">#33015</a>)</li> <li>Fix for an issuer where local transactions were not persisted to the journal (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32921">#32921</a>)</li> </ul> <h3>Core</h3> <ul> <li>Fix for a cryptographic <a href="https://redirect.github.com/ethereum/c-kzg-4844/pull/607">vulnerability in c-kzg-4844</a>. This is only exploitable post-Fusaka. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/33093">#33093</a>)</li> <li>Add <code>geth --genesis</code> flag as an alternative to running <code>geth init genesis.json</code> (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32844">#32844</a>)</li> <li>Fix for receipt insertion during ERA file import. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32934">#32934</a>)</li> <li>Work on getting the trie node history in order to serve historical <code>eth_getProof</code> request with the new path-based archive node. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32907">#32907</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32914">#32914</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32937">#32937</a>)</li> <li>Further work on cmd/keeper, our guest program for zkVMs (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32816">#32816</a>)</li> <li>Various optimizations (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32971">#32971</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32916">#32916</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32965">#32965</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32946">#32946</a>)</li> </ul> <h3>Networking</h3> <ul> <li>New metrics for tracking slow peers (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32964">#32964</a>)</li> <li>Fix for an issue where disconnected peers were not removed in txFetcher (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32947">#32947</a>)</li> </ul> <hr /> <p>For a full rundown of the changes please consult the Geth <a href="/ethereum/go-ethereum/milestone/195?closed=1">1.16.6</a> and <a href="/ethereum/go-ethereum/milestone/195?closed=1">1.16.7</a> release milestones.</p> <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://hub.docker.com/r/ethereum/client-go"><code>ethereum/client-go</code></a> (use &quot;stable&quot; tag).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="/ethereum/go-ethereum/commit/b9f3a3d964ed3d31e710ec7dd66da9181477ecb2"><code>b9f3a3d</code></a> Merge branch 'master' into release/1.16</li> <li><a href="/ethereum/go-ethereum/commit/07129d21c0fa0aa8b6f7426344cf9ec2f31bc427"><code>07129d2</code></a> version: release go-ethereum v1.16.7 stable</li> <li><a href="/ethereum/go-ethereum/commit/653f8d499473c99e2e8ada6d3adea6ec95e97a69"><code>653f8d4</code></a> go.mod: update to c-kzg v2.1.5 (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/33093">#33093</a>)</li> <li><a href="/ethereum/go-ethereum/commit/5b77af394edd7d7384fbc7f112c8c183f86dcd4b"><code>5b77af3</code></a> version: begin v1.16.7 release cycle</li> <li>See full diff in <a href="/ethereum/go-ethereum/compare/v1.16.6...v1.16.7">compare view</a></li> </ul> </details> <br /> Updates `github.com/celestiaorg/tastora` from 0.7.5 to 0.8.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="/celestiaorg/tastora/releases">github.com/celestiaorg/tastora's releases</a>.</em></p> <blockquote> <h2>v0.8.0</h2> <h2>What's Changed</h2> <ul> <li>chore(deps): bump github.com/consensys/gnark-crypto from 0.18.0 to 0.18.1 in the go_modules group across 1 directory by <a href="/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/celestiaorg/tastora/pull/147">celestiaorg/tastora#147</a></li> <li>chore: add labeled client and update volume cleanup by <a href="/chatton"><code>@​chatton</code></a> in <a href="https://redirect.github.com/celestiaorg/tastora/pull/145">celestiaorg/tastora#145</a></li> <li>chore: fix jwt secret flag by <a href="/chatton"><code>@​chatton</code></a> in <a href="https://redirect.github.com/celestiaorg/tastora/pull/150">celestiaorg/tastora#150</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="/celestiaorg/tastora/compare/v0.7.5...v0.8.0">https://github.com/celestiaorg/tastora/compare/v0.7.5...v0.8.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="/celestiaorg/tastora/commit/ef34bd594644fd531e8a170cb8c171c0cef58f4f"><code>ef34bd5</code></a> chore: fix jwt secret flag (<a href="https://redirect.github.com/celestiaorg/tastora/issues/150">#150</a>)</li> <li><a href="/celestiaorg/tastora/commit/7defa8b2923b3e8461e9a3e15e65cbc170c1f940"><code>7defa8b</code></a> chore: add labeled client and update volume cleanup (<a href="https://redirect.github.com/celestiaorg/tastora/issues/145">#145</a>)</li> <li><a href="/celestiaorg/tastora/commit/97525e3dccdcbe06c2263e91db1ffcff607ff9a8"><code>97525e3</code></a> chore(deps): bump github.com/consensys/gnark-crypto (<a href="https://redirect.github.com/celestiaorg/tastora/issues/147">#147</a>)</li> <li>See full diff in <a href="/celestiaorg/tastora/compare/v0.7.5...v0.8.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/ethereum/go-ethereum` from 1.16.6 to 1.16.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="/ethereum/go-ethereum/releases">github.com/ethereum/go-ethereum's releases</a>.</em></p> <blockquote> <h2>Ballistic Drift Stabilizer (v1.16.7)</h2> <!-- raw HTML omitted --> <p>This is a re-roll of v1.16.6, including an important fix in the KZG cryptography library.</p> <p><strong>This release enables the Fusaka hardfork on Ethereum mainnet</strong>.</p> <p>The Fusaka fork is scheduled to occur at <code>2025-12-03 21:49:11 UTC</code>. Please upgrade your node to v1.16.7 in time for the fork.</p> <p>This release also enables two blob-parameter-only (BPO) upgrades. These upgrades change protocol parameters to increase the available blob capacity.</p> <ul> <li>BPO1 on<code>2025-12-09</code></li> <li>BPO2 on <code>2026-01-07</code></li> </ul> <h3>Fusaka</h3> <ul> <li>Set mainnet timestamps for Osaka (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/33063">#33063</a>)</li> <li>Enable Fusaka for <code>geth --dev</code> mode (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32917">#32917</a>)</li> </ul> <h3>RPC</h3> <ul> <li>Add <code>eth_sendRawTransactionSync</code> which waits until either a timeout or the transaction is mined. This feature is mostly useful on L2s with lower blocktimes. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32830">#32830</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32930">#32930</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32929/">#32929</a>)</li> <li>Add support for <code>eth_simulateV1</code> in ethclient (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32856">#32856</a>)</li> <li>Fix for an issue that might crash <code>debug_traceCall</code> (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/33015">#33015</a>)</li> <li>Fix for an issuer where local transactions were not persisted to the journal (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32921">#32921</a>)</li> </ul> <h3>Core</h3> <ul> <li>Fix for a cryptographic <a href="https://redirect.github.com/ethereum/c-kzg-4844/pull/607">vulnerability in c-kzg-4844</a>. This is only exploitable post-Fusaka. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/33093">#33093</a>)</li> <li>Add <code>geth --genesis</code> flag as an alternative to running <code>geth init genesis.json</code> (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32844">#32844</a>)</li> <li>Fix for receipt insertion during ERA file import. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32934">#32934</a>)</li> <li>Work on getting the trie node history in order to serve historical <code>eth_getProof</code> request with the new path-based archive node. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32907">#32907</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32914">#32914</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32937">#32937</a>)</li> <li>Further work on cmd/keeper, our guest program for zkVMs (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32816">#32816</a>)</li> <li>Various optimizations (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32971">#32971</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32916">#32916</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32965">#32965</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32946">#32946</a>)</li> </ul> <h3>Networking</h3> <ul> <li>New metrics for tracking slow peers (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32964">#32964</a>)</li> <li>Fix for an issue where disconnected peers were not removed in txFetcher (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32947">#32947</a>)</li> </ul> <hr /> <p>For a full rundown of the changes please consult the Geth <a href="/ethereum/go-ethereum/milestone/195?closed=1">1.16.6</a> and <a href="/ethereum/go-ethereum/milestone/195?closed=1">1.16.7</a> release milestones.</p> <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://hub.docker.com/r/ethereum/client-go"><code>ethereum/client-go</code></a> (use &quot;stable&quot; tag).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="/ethereum/go-ethereum/commit/b9f3a3d964ed3d31e710ec7dd66da9181477ecb2"><code>b9f3a3d</code></a> Merge branch 'master' into release/1.16</li> <li><a href="/ethereum/go-ethereum/commit/07129d21c0fa0aa8b6f7426344cf9ec2f31bc427"><code>07129d2</code></a> version: release go-ethereum v1.16.7 stable</li> <li><a href="/ethereum/go-ethereum/commit/653f8d499473c99e2e8ada6d3adea6ec95e97a69"><code>653f8d4</code></a> go.mod: update to c-kzg v2.1.5 (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/33093">#33093</a>)</li> <li><a href="/ethereum/go-ethereum/commit/5b77af394edd7d7384fbc7f112c8c183f86dcd4b"><code>5b77af3</code></a> version: begin v1.16.7 release cycle</li> <li>See full diff in <a href="/ethereum/go-ethereum/compare/v1.16.6...v1.16.7">compare view</a></li> </ul> </details> <br /> Updates `github.com/celestiaorg/tastora` from 0.7.5 to 0.8.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="/celestiaorg/tastora/releases">github.com/celestiaorg/tastora's releases</a>.</em></p> <blockquote> <h2>v0.8.0</h2> <h2>What's Changed</h2> <ul> <li>chore(deps): bump github.com/consensys/gnark-crypto from 0.18.0 to 0.18.1 in the go_modules group across 1 directory by <a href="/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/celestiaorg/tastora/pull/147">celestiaorg/tastora#147</a></li> <li>chore: add labeled client and update volume cleanup by <a href="/chatton"><code>@​chatton</code></a> in <a href="https://redirect.github.com/celestiaorg/tastora/pull/145">celestiaorg/tastora#145</a></li> <li>chore: fix jwt secret flag by <a href="/chatton"><code>@​chatton</code></a> in <a href="https://redirect.github.com/celestiaorg/tastora/pull/150">celestiaorg/tastora#150</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="/celestiaorg/tastora/compare/v0.7.5...v0.8.0">https://github.com/celestiaorg/tastora/compare/v0.7.5...v0.8.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="/celestiaorg/tastora/commit/ef34bd594644fd531e8a170cb8c171c0cef58f4f"><code>ef34bd5</code></a> chore: fix jwt secret flag (<a href="https://redirect.github.com/celestiaorg/tastora/issues/150">#150</a…
1 parent 6f22503 commit f8a2cdb

File tree

16 files changed

+83
-83
lines changed

16 files changed

+83
-83
lines changed

apps/evm/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ replace (
1111
)
1212

1313
require (
14-
github.com/celestiaorg/go-header v0.7.3
14+
github.com/celestiaorg/go-header v0.7.4
1515
github.com/ethereum/go-ethereum v1.16.5
1616
github.com/evstack/ev-node v1.0.0-beta.10
1717
github.com/evstack/ev-node/core v1.0.0-beta.5

apps/grpc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ require (
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
29-
github.com/celestiaorg/go-header v0.7.3 // indirect
29+
github.com/celestiaorg/go-header v0.7.4 // indirect
3030
github.com/celestiaorg/go-libp2p-messenger v0.2.2 // indirect
3131
github.com/celestiaorg/go-square/v3 v3.0.2 // indirect
3232
github.com/cespare/xxhash/v2 v2.3.0 // indirect

apps/testapp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ replace (
1111
)
1212

1313
require (
14-
github.com/celestiaorg/go-header v0.7.3
14+
github.com/celestiaorg/go-header v0.7.4
1515
github.com/evstack/ev-node v1.0.0-beta.9
1616
github.com/evstack/ev-node/core v1.0.0-beta.5
1717
github.com/evstack/ev-node/da v0.0.0-00010101000000-000000000000

execution/evm/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/execution/evm
33
go 1.24.6
44

55
require (
6-
github.com/ethereum/go-ethereum v1.16.6
6+
github.com/ethereum/go-ethereum v1.16.7
77
github.com/evstack/ev-node/core v1.0.0-beta.5
88
github.com/golang-jwt/jwt/v5 v5.3.0
99
github.com/rs/zerolog v1.34.0
@@ -24,7 +24,7 @@ require (
2424
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
2525
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
2626
github.com/emicklei/dot v1.6.2 // indirect
27-
github.com/ethereum/c-kzg-4844/v2 v2.1.3 // indirect
27+
github.com/ethereum/c-kzg-4844/v2 v2.1.5 // indirect
2828
github.com/ethereum/go-verkle v0.2.2 // indirect
2929
github.com/ferranbt/fastssz v0.1.4 // indirect
3030
github.com/go-ole/go-ole v1.3.0 // indirect
@@ -53,7 +53,7 @@ require (
5353
github.com/tklauser/numcpus v0.6.1 // indirect
5454
golang.org/x/crypto v0.45.0 // indirect
5555
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
56-
golang.org/x/sync v0.17.0 // indirect
56+
golang.org/x/sync v0.18.0 // indirect
5757
golang.org/x/sys v0.38.0 // indirect
5858
google.golang.org/protobuf v1.36.10 // indirect
5959
gopkg.in/yaml.v2 v2.4.0 // indirect

execution/evm/go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 h1:NMZiJj8QnKe1LgsbDayM4UoHwbvw
5252
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0/go.mod h1:ZXNYxsqcloTdSy/rNShjYzMhyjf0LaoftYK0p+A3h40=
5353
github.com/emicklei/dot v1.6.2 h1:08GN+DD79cy/tzN6uLCT84+2Wk9u+wvqP+Hkx/dIR8A=
5454
github.com/emicklei/dot v1.6.2/go.mod h1:DeV7GvQtIw4h2u73RKBkkFdvVAz0D9fzeJrgPW6gy/s=
55-
github.com/ethereum/c-kzg-4844/v2 v2.1.3 h1:DQ21UU0VSsuGy8+pcMJHDS0CV1bKmJmxsJYK8l3MiLU=
56-
github.com/ethereum/c-kzg-4844/v2 v2.1.3/go.mod h1:fyNcYI/yAuLWJxf4uzVtS8VDKeoAaRM8G/+ADz/pRdA=
55+
github.com/ethereum/c-kzg-4844/v2 v2.1.5 h1:aVtoLK5xwJ6c5RiqO8g8ptJ5KU+2Hdquf6G3aXiHh5s=
56+
github.com/ethereum/c-kzg-4844/v2 v2.1.5/go.mod h1:u59hRTTah4Co6i9fDWtiCjTrblJv0UwsqZKCc0GfgUs=
5757
github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab h1:rvv6MJhy07IMfEKuARQ9TKojGqLVNxQajaXEp/BoqSk=
5858
github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab/go.mod h1:IuLm4IsPipXKF7CW5Lzf68PIbZ5yl7FFd74l/E0o9A8=
59-
github.com/ethereum/go-ethereum v1.16.6 h1:g/7uDKVgHr3n0wD2jOGUcTuKcjSdt5H4lbJYaRB5kH0=
60-
github.com/ethereum/go-ethereum v1.16.6/go.mod h1:7H+5GueIhAtyrByVxUeT3DJdGlsSnz59gm5eqnXBItw=
59+
github.com/ethereum/go-ethereum v1.16.7 h1:qeM4TvbrWK0UC0tgkZ7NiRsmBGwsjqc64BHo20U59UQ=
60+
github.com/ethereum/go-ethereum v1.16.7/go.mod h1:Fs6QebQbavneQTYcA39PEKv2+zIjX7rPUZ14DER46wk=
6161
github.com/ethereum/go-verkle v0.2.2 h1:I2W0WjnrFUIzzVPwm8ykY+7pL2d4VhlsePn4j7cnFk8=
6262
github.com/ethereum/go-verkle v0.2.2/go.mod h1:M3b90YRnzqKyyzBEWJGqj8Qff4IDeXnzFw0P9bFw3uk=
6363
github.com/evstack/ev-node/core v1.0.0-beta.5 h1:lgxE8XiF3U9pcFgh7xuKMgsOGvLBGRyd9kc9MR4WL0o=
@@ -257,8 +257,8 @@ golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJ
257257
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
258258
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
259259
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
260-
golang.org/x/sync v0.17.0 h1:l60nONMj9l5drqw6jlhIELNv9I0A4OFgRsG9k2oT9Ug=
261-
golang.org/x/sync v0.17.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
260+
golang.org/x/sync v0.18.0 h1:kr88TuHDroi+UVf+0hZnirlk8o8T+4MrK6mr60WkH/I=
261+
golang.org/x/sync v0.18.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
262262
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
263263
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
264264
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=

execution/evm/test/go.mod

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

55
require (
6-
github.com/celestiaorg/tastora v0.7.5
7-
github.com/ethereum/go-ethereum v1.16.6
6+
github.com/celestiaorg/tastora v0.8.0
7+
github.com/ethereum/go-ethereum v1.16.7
88
github.com/evstack/ev-node/execution/evm v0.0.0-00010101000000-000000000000
99
github.com/golang-jwt/jwt/v5 v5.3.0
10-
github.com/moby/moby v27.5.1+incompatible
1110
github.com/stretchr/testify v1.11.1
1211
)
1312

@@ -69,7 +68,7 @@ require (
6968
github.com/dustin/go-humanize v1.0.1 // indirect
7069
github.com/dvsekhvalnov/jose2go v1.7.0 // indirect
7170
github.com/emicklei/dot v1.6.2 // indirect
72-
github.com/ethereum/c-kzg-4844/v2 v2.1.3 // indirect
71+
github.com/ethereum/c-kzg-4844/v2 v2.1.5 // indirect
7372
github.com/ethereum/go-verkle v0.2.2 // indirect
7473
github.com/evstack/ev-node/core v1.0.0-beta.5 // indirect
7574
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -116,6 +115,7 @@ require (
116115
github.com/minio/sha256-simd v1.0.0 // indirect
117116
github.com/mitchellh/mapstructure v1.5.0 // indirect
118117
github.com/moby/docker-image-spec v1.3.1 // indirect
118+
github.com/moby/moby v27.5.1+incompatible // indirect
119119
github.com/moby/sys/sequential v0.6.0 // indirect
120120
github.com/mtibben/percent v0.2.1 // indirect
121121
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect

execution/evm/test/go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ github.com/btcsuite/btcd/btcutil v1.1.6 h1:zFL2+c3Lb9gEgqKNzowKUPQNb8jV7v5Oaodi/
6666
github.com/btcsuite/btcd/btcutil v1.1.6/go.mod h1:9dFymx8HpuLqBnsPELrImQeTQfKBQqzqGbbV3jK55aE=
6767
github.com/celestiaorg/go-square/v3 v3.0.0 h1:ivLUUuVr7SpkvPiPLPvuH8/Vrm+iw9X3QL8gX25j+Sk=
6868
github.com/celestiaorg/go-square/v3 v3.0.0/go.mod h1:IROQinUbHNyFWW1J5idanVLOSLHaK1wWwVmuVSfiCVo=
69-
github.com/celestiaorg/tastora v0.7.5 h1:LT1MPpRB7Jd2LcBBoVwtimBh1NIxueG7c5DQwfTpZ0g=
70-
github.com/celestiaorg/tastora v0.7.5/go.mod h1:Xw44XeRN2T/kSdopVCJjNhwFwRSO58wTW8GrVP7OWFI=
69+
github.com/celestiaorg/tastora v0.8.0 h1:+FWAIsP2onwwqPTGzBLIBtx8B1h9sImdx4msv2N4DsI=
70+
github.com/celestiaorg/tastora v0.8.0/go.mod h1:9b5GsL/+pKEw3HZG/nd3qhnGadUnNNoTBygy9HeGIyw=
7171
github.com/cenkalti/backoff v2.2.1+incompatible h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4=
7272
github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=
7373
github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
@@ -182,12 +182,12 @@ github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymF
182182
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
183183
github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=
184184
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
185-
github.com/ethereum/c-kzg-4844/v2 v2.1.3 h1:DQ21UU0VSsuGy8+pcMJHDS0CV1bKmJmxsJYK8l3MiLU=
186-
github.com/ethereum/c-kzg-4844/v2 v2.1.3/go.mod h1:fyNcYI/yAuLWJxf4uzVtS8VDKeoAaRM8G/+ADz/pRdA=
185+
github.com/ethereum/c-kzg-4844/v2 v2.1.5 h1:aVtoLK5xwJ6c5RiqO8g8ptJ5KU+2Hdquf6G3aXiHh5s=
186+
github.com/ethereum/c-kzg-4844/v2 v2.1.5/go.mod h1:u59hRTTah4Co6i9fDWtiCjTrblJv0UwsqZKCc0GfgUs=
187187
github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab h1:rvv6MJhy07IMfEKuARQ9TKojGqLVNxQajaXEp/BoqSk=
188188
github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab/go.mod h1:IuLm4IsPipXKF7CW5Lzf68PIbZ5yl7FFd74l/E0o9A8=
189-
github.com/ethereum/go-ethereum v1.16.6 h1:g/7uDKVgHr3n0wD2jOGUcTuKcjSdt5H4lbJYaRB5kH0=
190-
github.com/ethereum/go-ethereum v1.16.6/go.mod h1:7H+5GueIhAtyrByVxUeT3DJdGlsSnz59gm5eqnXBItw=
189+
github.com/ethereum/go-ethereum v1.16.7 h1:qeM4TvbrWK0UC0tgkZ7NiRsmBGwsjqc64BHo20U59UQ=
190+
github.com/ethereum/go-ethereum v1.16.7/go.mod h1:Fs6QebQbavneQTYcA39PEKv2+zIjX7rPUZ14DER46wk=
191191
github.com/ethereum/go-verkle v0.2.2 h1:I2W0WjnrFUIzzVPwm8ykY+7pL2d4VhlsePn4j7cnFk8=
192192
github.com/ethereum/go-verkle v0.2.2/go.mod h1:M3b90YRnzqKyyzBEWJGqj8Qff4IDeXnzFw0P9bFw3uk=
193193
github.com/evstack/ev-node/core v1.0.0-beta.5 h1:lgxE8XiF3U9pcFgh7xuKMgsOGvLBGRyd9kc9MR4WL0o=

execution/evm/test/test_helpers.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77
"context"
88
"encoding/hex"
99
"fmt"
10+
"github.com/celestiaorg/tastora/framework/types"
1011
"github.com/golang-jwt/jwt/v5"
1112
mathrand "math/rand"
1213
"net/http"
@@ -19,12 +20,11 @@ import (
1920

2021
"github.com/celestiaorg/tastora/framework/docker"
2122
"github.com/celestiaorg/tastora/framework/docker/evstack/reth"
22-
dockerclient "github.com/moby/moby/client"
2323
)
2424

2525
// Test-scoped Docker client/network mapping to avoid conflicts between tests
2626
var (
27-
dockerClients = make(map[string]*dockerclient.Client)
27+
dockerClients = make(map[string]types.TastoraDockerClient)
2828
dockerNetworks = make(map[string]string)
2929
dockerMutex sync.RWMutex
3030
)
@@ -41,7 +41,7 @@ func randomString(n int) string {
4141
}
4242

4343
// getTestScopedDockerSetup returns a Docker client and network ID that are scoped to the specific test.
44-
func getTestScopedDockerSetup(t *testing.T) (*dockerclient.Client, string) {
44+
func getTestScopedDockerSetup(t *testing.T) (types.TastoraDockerClient, string) {
4545
t.Helper()
4646

4747
testKey := t.Name()
@@ -50,7 +50,7 @@ func getTestScopedDockerSetup(t *testing.T) (*dockerclient.Client, string) {
5050

5151
dockerCli, exists := dockerClients[testKey]
5252
if !exists {
53-
cli, netID := docker.DockerSetup(t)
53+
cli, netID := docker.Setup(t)
5454
dockerClients[testKey] = cli
5555
dockerNetworks[testKey] = netID
5656
dockerCli = cli

execution/grpc/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ go 1.24.6
55
require (
66
connectrpc.com/connect v1.19.1
77
connectrpc.com/grpcreflect v1.3.0
8-
github.com/evstack/ev-node v1.0.0-beta.9
8+
github.com/evstack/ev-node v1.0.0-beta.10
99
github.com/evstack/ev-node/core v1.0.0-beta.5
10-
golang.org/x/net v0.46.0
10+
golang.org/x/net v0.47.0
1111
google.golang.org/protobuf v1.36.10
1212
)
1313

14-
require golang.org/x/text v0.30.0 // indirect
14+
require golang.org/x/text v0.31.0 // indirect

execution/grpc/go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ connectrpc.com/connect v1.19.1 h1:R5M57z05+90EfEvCY1b7hBxDVOUl45PrtXtAV2fOC14=
22
connectrpc.com/connect v1.19.1/go.mod h1:tN20fjdGlewnSFeZxLKb0xwIZ6ozc3OQs2hTXy4du9w=
33
connectrpc.com/grpcreflect v1.3.0 h1:Y4V+ACf8/vOb1XOc251Qun7jMB75gCUNw6llvB9csXc=
44
connectrpc.com/grpcreflect v1.3.0/go.mod h1:nfloOtCS8VUQOQ1+GTdFzVg2CJo4ZGaat8JIovCtDYs=
5-
github.com/evstack/ev-node v1.0.0-beta.9 h1:9hRfT+EECIxrimhshjfAhER7x8wItFuytznC5jqRHrI=
6-
github.com/evstack/ev-node v1.0.0-beta.9/go.mod h1:+gJ1h9OF6r1rM557emHq7OrMxSI+73gNtKbzMFPK9zU=
5+
github.com/evstack/ev-node v1.0.0-beta.10 h1:AgdUV6GUaJKUSHl5WJYS9mhfSQRDzLkidcuDmbewkk4=
6+
github.com/evstack/ev-node v1.0.0-beta.10/go.mod h1:BNQb29H/34/PgOB25Tn3+SuVhjdfZs3GsQz++bo8iHQ=
77
github.com/evstack/ev-node/core v1.0.0-beta.5 h1:lgxE8XiF3U9pcFgh7xuKMgsOGvLBGRyd9kc9MR4WL0o=
88
github.com/evstack/ev-node/core v1.0.0-beta.5/go.mod h1:n2w/LhYQTPsi48m6lMj16YiIqsaQw6gxwjyJvR+B3sY=
99
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
1010
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
11-
golang.org/x/net v0.46.0 h1:giFlY12I07fugqwPuWJi68oOnpfqFnJIJzaIIm2JVV4=
12-
golang.org/x/net v0.46.0/go.mod h1:Q9BGdFy1y4nkUwiLvT5qtyhAnEHgnQ/zd8PfU6nc210=
13-
golang.org/x/text v0.30.0 h1:yznKA/E9zq54KzlzBEAWn1NXSQ8DIp/NYMy88xJjl4k=
14-
golang.org/x/text v0.30.0/go.mod h1:yDdHFIX9t+tORqspjENWgzaCVXgk0yYnYuSZ8UzzBVM=
11+
golang.org/x/net v0.47.0 h1:Mx+4dIFzqraBXUugkia1OOvlD6LemFo1ALMHjrXDOhY=
12+
golang.org/x/net v0.47.0/go.mod h1:/jNxtkgq5yWUGYkaZGqo27cfGZ1c5Nen03aYrrKpVRU=
13+
golang.org/x/text v0.31.0 h1:aC8ghyu4JhP8VojJ2lEHBnochRno1sgL6nEi9WGFGMM=
14+
golang.org/x/text v0.31.0/go.mod h1:tKRAlv61yKIjGGHX/4tP1LTbc13YSec1pxVEWXzfoeM=
1515
google.golang.org/protobuf v1.36.10 h1:AYd7cD/uASjIL6Q9LiTjz8JLcrh/88q5UObnmY3aOOE=
1616
google.golang.org/protobuf v1.36.10/go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco=

0 commit comments

Comments
 (0)