Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump github.com/ethereum/go-ethereum from 1.13.3 to 1.13…
….4 (#2711) Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.13.3 to 1.13.4. <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>Archanes (v1.13.4)</h2> <p>Geth v1.13.4 is a non-urgent hotfix release. The previous version of Geth (v1.13.3) introduced a warning log for bad transaction announcements, and on mainnet it generated too much logging noise due to a protocol violation in Erigon. To prevent overwhelming logging systems, Geth v1.13.4 lower the log to a more reasonable level until the bug in Erigon is fixed <a href="https://redirect.github.com/ethereum/go-ethereum/pull/28356">#28356</a>.</p> <p>Apart from the above reason, the release contains:</p> <ul> <li>Fix a snap sync corner-case that could cause a hang by a maliciously constructed contract storage (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/28306">#28306</a>).</li> <li>Update various dependencies to unstick versions of Go libs (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/28329">#28329</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/28333">#28333</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/28334">#28334</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/28332">#28332</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/28336">#28336</a>).</li> <li>Enable Pebble database support on 32bit platforms and on OpenBSD too (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/28335">#28335</a>).</li> <li>Fix returning the correct code hash for eth_getProof with empty storage (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/28357">#28357</a>).</li> <li>Simplify trie range prover for some upcoming snap sync optimisations (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/28311">#28311</a>).</li> <li>Fix a timeout mechanism in the transaction fetcher (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/28220">#28220</a>).</li> </ul> <p>For a full rundown of the changes please consult the Geth 1.13.4 <a href="https://github.com/ethereum/go-ethereum/milestone/152?closed=1">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/3f907d6a6f6de09cff1360ed529126765939851d"><code>3f907d6</code></a> params: release Geth v1.13.4</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/667966c5c10e7bf1e38a0439c62b11d5b26a132a"><code>667966c</code></a> eth/fetcher: fix fetcher timeout (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/28220">#28220</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/00c63830e4fdc3d048ad8a1f17d1b689cc9c93fa"><code>00c6383</code></a> cmd: fix typos (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/28323">#28323</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/8b99ad46027a455971ccf9bd1f425b9c58ec5855"><code>8b99ad4</code></a> internal/ethapi: fix codehash lookup in eth_getProof (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/28357">#28357</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/a5544d35f6746c93d01e9c54c5bc5ef6567463b3"><code>a5544d3</code></a> fix: broken url link (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/28342">#28342</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/2e478aab98c13577c66b4531ba240a601dbc1516"><code>2e478aa</code></a> eth/fetcher: only make noise big mismatches (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/28356">#28356</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/4632b7b31e42b395209e4c88edaa9d48d1f443b5"><code>4632b7b</code></a> tests: update execution-spec-tests to 1.0.5 (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/28337">#28337</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/509a64ffb9405942396276ae111d06f9bded9221"><code>509a64f</code></a> cmd, core, ethdb: enable Pebble on 32 bits and OpenBSD too (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/28335">#28335</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/425cb6f65d320338c049d3d6eaa9fa62a6de27e1"><code>425cb6f</code></a> go.mod: pull in the latest cloudflare API libs (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/28336">#28336</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/f62c58f8de3cff53068edf2fe0ec5c332a06a4fa"><code>f62c58f</code></a> trie: make rhs-proof align with last key in range proofs (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/28311">#28311</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ethereum/go-ethereum/compare/v1.13.3...v1.13.4">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.13.3&new-version=1.13.4)](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