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.5 to 1.14.6 (#324)
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.14.5 to 1.14.6. <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>Talaria (v1.14.6)</h2> <p>Geth v1.14.6 is a maintenance release, but it does ship with the <em>experimental</em> witness building validation code used in <a href="https://github.com/karalabe"><code>@karalabe</code></a>'s <a href="https://gist.github.com/karalabe/47c906f0ab4fdc5b8b791b74f084e5f9">"cross validation" proposal</a>.</p> <hr /> <p>Shipped features:</p> <ul> <li>Add stateless witness builder and (self-)cross validator (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/29719">#29719</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/29807">#29807</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/29970">#29970</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/30024">#30024</a>)</li> <li>Set a 2KB hard limit for p2p handshake messages (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/30029">#30029</a>)</li> <li>Improved display of database statistics (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/29948">#29948</a>)</li> </ul> <p>Shipped bugfixes:</p> <ul> <li>Fix issue in which the beacon root contract balance would not be saved in developer mode, causing an error on restart (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/29963">#29963</a>)</li> <li>Fix shutdown crash when geth runs in blsync mode (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/29946">#29946</a>)</li> <li>Fix data races in snapshot access (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/30001">#30001</a>) and (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/30011">#30011</a>)</li> <li>Fix out of bounds access in json unmarshalling (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/30014">#30014</a>)</li> <li>Add missing lock in peer discovery (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/29960">#29960</a>)</li> </ul> <p>For a full rundown of the changes please consult the Geth <a href="https://github.com/ethereum/go-ethereum/milestone/169?closed=1">1.14.6 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/aadddf3a6e5e889e96859132f115cc44dd2ecfbd"><code>aadddf3</code></a> params: release Geth v1.14.6</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/09056601d864d83a46e1020d5d919eaaa626df08"><code>0905660</code></a> core/state: fix inconsistent verkle test error messages (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/29753">#29753</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/41abab9e39323823ddc4549e1930c8932ffd4c00"><code>41abab9</code></a> build: add check for stale generated files (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/30037">#30037</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/a4e338f05e1e38b752a50c0fb2d66d93501a4a3f"><code>a4e338f</code></a> accounts/usbwallet/trezor: upgrade to generate with protoc 27.1 (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/30058">#30058</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/7cfff30ba3a67de767a9b2a7405b91f120873d10"><code>7cfff30</code></a> rpc: truncate call error data logs (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/30028">#30028</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/06f1d077d382b457ba28497d1a7bcfb3d0ea5645"><code>06f1d07</code></a> all: replace division with right shift if possible (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/29911">#29911</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/4939c253411c3a02fff84df6f9506f998b9762de"><code>4939c25</code></a> cmd/evm/internal/t8ntool: log writeTraceResult error message (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/30038">#30038</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/36d67be41be59fc92118a6a8cdebdf52e1037eb3"><code>36d67be</code></a> core/txpool/blobpool: improve newPriceHeap function (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/30050">#30050</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/19c3c1e20560ff85205dbad9c5c0c698d1854bf6"><code>19c3c1e</code></a> triedb/pathdb: fix flaky test in pathdb (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/29901">#29901</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/045b9718d512d24af71331cbe4d8e3e1a7afba12"><code>045b971</code></a> trie: relocate state execution logic into pathdb package (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/29861">#29861</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ethereum/go-ethereum/compare/v1.14.5...v1.14.6">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.5&new-version=1.14.6)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information