Commit 406da48
authored
chore(deps): bump github.com/ethereum/go-ethereum from 1.16.3 to 1.16.8 in /test/docker-e2e in the go_modules group across 1 directory (#189)
Bumps the go_modules group with 1 update in the /test/docker-e2e
directory:
[github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum).
Updates `github.com/ethereum/go-ethereum` from 1.16.3 to 1.16.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ethereum/go-ethereum/releases">github.com/ethereum/go-ethereum's
releases</a>.</em></p>
<blockquote>
<h2>Moisture Filters (v1.16.8)</h2>
<p>This is a security fix release and is recommended for all users. It
resolves two p2p
vulnerabilities reported through the Ethereum Foundation bug bounty
program.</p>
<hr />
<p>As with all our previous releases, you can find the:</p>
<ul>
<li>Pre-built binaries for all platforms on our <a
href="https://geth.ethereum.org/downloads/">downloads page</a>.</li>
<li>Docker images published under <a
href="https://hub.docker.com/r/ethereum/client-go"><code>ethereum/client-go</code></a>
(use "stable" tag).</li>
<li>Ubuntu packages in our <a
href="https://launchpad.net/~ethereum/+archive/ubuntu/ethereum">Launchpad
PPA repository</a>.</li>
<li>macOS packages in our <a
href="https://github.com/ethereum/homebrew-ethereum">Homebrew Tap
repository</a>.</li>
</ul>
<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>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/abeb78c647e354ed922726a1d719ac7bc64a07e2"><code>abeb78c</code></a>
Merge branch 'dos-fixes' into release/1.16</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/ce43eb98de0a9ff62eef2af0c2f7cff862c9d421"><code>ce43eb9</code></a>
version: release go-ethereum v1.16.8 stable</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/638741b082bec27b94034d43af93269dad665606"><code>638741b</code></a>
crypto/ecies: use aes blocksize</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/fdfd1235acc4239ef29107bcc16aa64cfdb39762"><code>fdfd123</code></a>
core/txpool: drop peers on invalid KZG proofs</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/8ecb68623b76232c67d9bd67f1ffd89ba62a385e"><code>8ecb686</code></a>
version: begin v1.16.8 release cycle</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/b9f3a3d964ed3d31e710ec7dd66da9181477ecb2"><code>b9f3a3d</code></a>
Merge branch 'master' into release/1.16</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/07129d21c0fa0aa8b6f7426344cf9ec2f31bc427"><code>07129d2</code></a>
version: release go-ethereum v1.16.7 stable</li>
<li><a
href="https://github.com/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="https://github.com/ethereum/go-ethereum/commit/5b77af394edd7d7384fbc7f112c8c183f86dcd4b"><code>5b77af3</code></a>
version: begin v1.16.7 release cycle</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/386c3de6c45f3e185279e6760a17f88fb98dc81a"><code>386c3de</code></a>
Merge branch 'master' into release/1.16</li>
<li>Additional commits viewable in <a
href="https://github.com/ethereum/go-ethereum/compare/v1.16.3...v1.16.8">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/celestiaorg/celestia-app-fibre/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent b71f086 commit 406da48
2 files changed
+73
-109
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
128 | | - | |
| 129 | + | |
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
| |||
145 | 146 | | |
146 | 147 | | |
147 | 148 | | |
148 | | - | |
| 149 | + | |
149 | 150 | | |
150 | 151 | | |
151 | 152 | | |
| |||
236 | 237 | | |
237 | 238 | | |
238 | 239 | | |
239 | | - | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
263 | | - | |
264 | | - | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| |||
0 commit comments