Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Bump github.com/ethereum/go-ethereum from 1.14.7 to 1.14.8 (#328)
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.14.7 to 1.14.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>Rayingri (v1.14.8)</h2> <p>This is a maintenance release with bug fixes only.</p> <h3>Command changes</h3> <ul> <li>Blobpool related flags in Geth now actually work. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/30203">#30203</a>)</li> <li>The <code>evm run</code> command no longer overwrites the sender account in genesis.json. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/30259">#30259</a>)</li> <li><code>evm run</code> now allows configuring <code>baseFeePerGas</code> in genesis.json. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/30281">#30281</a>)</li> </ul> <h3>Go API</h3> <ul> <li><code>core/types.Transaction.ChainID</code> had a bug where it modified the signature for very large ChainID (>= 2^64). (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/30157">#30157</a>)</li> <li><code>ethclient.Client.NetworkID</code> now supports values returned in hex format by the server. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/30263">#30263</a>)</li> <li><code>ethclient/simulated.Backend.AdjustTime</code> was fixed to apply the correct time divison. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/30138">#30138</a>)</li> <li><code>accounts/abi/bind.TransactOpts</code> now supports setting an access list for created transactions. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/30195">#30195</a>)</li> <li>The package <code>p2p/simulations</code> has been removed. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/30250">#30250</a>)</li> </ul> <h3>Core</h3> <ul> <li>A snap-sync database corruption related to sync restarts is fixed in this release. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/30258">#30258</a>)</li> <li><code>eth_call</code> storage overrides now work as originally intended: if a storage replacement object is specified in the call, previous storage values of the account are cleared. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/30185">#30185</a>)</li> <li>The txpool did not use the transaction's inline sender cache in some cases. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/30208">#30208</a>)</li> <li>The performance of EVM stack swaps was improved a bit. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/30249">#30249</a>)</li> </ul> <h3>Networking</h3> <ul> <li>The downloader now takes withdrawals into account when sizing its queue. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/30276">#30276</a>)</li> <li>The new discovery node revalidation could hot-spin in certain rare scenarios. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/30239">#30239</a>)</li> <li>Configuring an external IP using <code>--nat=extip:...</code> could lead to invalid discovery packets being generated. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/30234">#30234</a>)</li> </ul> <h3>Build</h3> <ul> <li>github.com/btcsuite/btcd/btcec has been upgraded to resolve a build error caused by upstream API changes. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/30181">#30181</a>)</li> <li>This release is built with Go 1.22.6. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/30273">#30273</a>)</li> </ul> <p>For a full rundown of the changes please consult the Geth <a href="https://github.com/ethereum/go-ethereum/milestone/171?closed=1">1.14.8 release milestone</a>.</p> <hr /> <p>As with all our previous releases, you can find the:</p> <ul> <li>Pre-built binaries for all platforms on our <a href="https://geth.ethereum.org/downloads/">downloads page</a>.</li> <li>Docker images published under <a href="https://cloud.docker.com/u/ethereum/repository/docker/ethereum/client-go"><code>ethereum/client-go</code></a>.</li> <li>Ubuntu packages in our <a href="https://launchpad.net/~ethereum/+archive/ubuntu/ethereum">Launchpad PPA repository</a>.</li> <li>OSX packages in our <a href="https://github.com/ethereum/homebrew-ethereum">Homebrew Tap repository</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ethereum/go-ethereum/commit/a9523b6428238a762e1a1e55e46ead47630c3a23"><code>a9523b6</code></a> Merge branch 'master' into release/1.14</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/880511dc39e5d4788a07313a1289c928c8b7c7b7"><code>880511d</code></a> params: release go-ethereum v1.14.8 stable</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/5adf4adc8ec2c497eddd3b1ff20d2d35d65ec5fc"><code>5adf4ad</code></a> eth/protocols/snap: cleanup dangling account trie nodes due to incomplete sto...</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/33a13b6f2110807a15c443ec234580cfce94a194"><code>33a13b6</code></a> p2p/simulations: remove packages (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/30250">#30250</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/32a1e0643ca5012bda851d65194fb5eb3d83591b"><code>32a1e06</code></a> beacon/engine, consensus/beacon: use params.MaximumExtraDataSize instead of h...</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/811a69cd3cf77fe9b63c7dc260ff92a79c631846"><code>811a69c</code></a> go.mod: update uint256 to 1.3.1 (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/30280">#30280</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/83e70aa3d00bbee9713b31768a30a7741eee8945"><code>83e70aa</code></a> cmd/evm: fix evm basefee (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/30281">#30281</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/ebe31dfd5c8c053c098b65eac2ec3070b7f8e9a8"><code>ebe31df</code></a> eth/downloader, core/types: take withdrawals-size into account in downloader ...</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/d3dae66e594748c2fb608177726bd46715b0a3a6"><code>d3dae66</code></a> tests: fix TransactionTest to actually run (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/30272">#30272</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/9ea766d6e9189e8fbec7dbcacaf4c3f5083276ca"><code>9ea766d</code></a> build: upgrade -dlgo version to Go 1.22.6 (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/30273">#30273</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ethereum/go-ethereum/compare/v1.14.7...v1.14.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/ethereum/go-ethereum&package-manager=go_modules&previous-version=1.14.7&new-version=1.14.8)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Updated dependencies that may introduce new functionalities or improvements, enhancing overall module performance. - **Bug Fixes** - Potential fixes included in the updated versions of dependencies, improving stability and reliability. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information