Commit f8a2cdb
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 "stable" 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 "stable" 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 "stable" 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 "stable" 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 "stable" 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 "stable" 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 "stable" 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 "stable" 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
16 files changed
+83
-83
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
261 | | - | |
| 260 | + | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
72 | | - | |
| 71 | + | |
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
| |||
116 | 115 | | |
117 | 116 | | |
118 | 117 | | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
| 69 | + | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
186 | | - | |
| 185 | + | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
190 | | - | |
| 189 | + | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
0 commit comments