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.13.13 to 1.13.14 (#…
…294) Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.13.13 to 1.13.14. <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>Altaaya (v1.13.14)</h2> <p>Geth v1.13.14 is a small maintenance release with a handful of polishes to the blob pool:</p> <ul> <li>Disallow blob transactions below the protocol minimum of 1 wei to enter the pool (<a href="https://github.com/ethereum/go-ethereum/pull/29081">#29081</a>).</li> <li>Reduce the blob pool's max capacity to 2.5GB for the rollout. (<a href="https://github.com/ethereum/go-ethereum/pull/29090">#29090</a>).</li> <li>Fix gas estimation for blob transactions (<a href="https://github.com/ethereum/go-ethereum/pull/29085">#29085</a>).</li> </ul> <p><em><strong>This release is NOT critical for the Cancun fork, but recommended to make Geth lighter in anticipation to unknown blob load.</strong></em></p> <p>Other fixes:</p> <ul> <li>Support overriding the basefee during tracing (<a href="https://github.com/ethereum/go-ethereum/pull/29051">#29051</a>).</li> <li>Fix call tracers missing top level logs in top-only mode (<a href="https://github.com/ethereum/go-ethereum/pull/29068">#29068</a>).</li> <li>Support unlimited gas for <code>eth_createAccessList</code> if <code>--gascap=0</code> (<a href="https://github.com/ethereum/go-ethereum/pull/28846">#28846</a>).</li> </ul> <p>For a full rundown of the changes please consult the Geth <a href="https://github.com/ethereum/go-ethereum/milestone/162?closed=1">1.13.14 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/2bd6bd01d2e8561dd7fc21b631f4a34ac16627a1"><code>2bd6bd0</code></a> Merge branch 'master' into release/1.13</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/9038ba69428a6ecada1f2acace6981854482748b"><code>9038ba6</code></a> params: release Geth v1.13.14</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/51b479e56459d663a12f95fd8eaba82716c0d5ce"><code>51b479e</code></a> core/txpool: elevate the 'already reserved' error into a constant (<a href="https://github.com/ethereum/go-ethereum/issues/29095">#29095</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/5a0f468f8cb15b939bd85445d33c614a36942a8e"><code>5a0f468</code></a> eth/tracers: Fix callTracer logs on onlyTopCall == true (<a href="https://github.com/ethereum/go-ethereum/issues/29068">#29068</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/45a272c7b96cb260528bbc2e31d657488f97c4b0"><code>45a272c</code></a> core/txpool: no need to log loud rotate if no local txs (<a href="https://github.com/ethereum/go-ethereum/issues/29083">#29083</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/63aaac81007ad46b208570c17cae78b7f60931d4"><code>63aaac8</code></a> core/txpool/blobpool: reduce default database cap for rollout (<a href="https://github.com/ethereum/go-ethereum/issues/29090">#29090</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/c1f59b98f6b0351339767d71953eb4eb5d19c496"><code>c1f59b9</code></a> eth/catalyst: remove variable in tx conversion loop (<a href="https://github.com/ethereum/go-ethereum/issues/29076">#29076</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/821d70240d191ff451a813287a377466337a3cee"><code>821d702</code></a> cmd/clef: add spaces in README.md table (<a href="https://github.com/ethereum/go-ethereum/issues/29077">#29077</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/8bca93e82c59d04f23b0237292d17fe728f20a5b"><code>8bca93e</code></a> internal/ethapi: pass blob hashes to gas estimation (<a href="https://github.com/ethereum/go-ethereum/issues/29085">#29085</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/edffacca8f97d23298636e225d477818e58eafe7"><code>edffacc</code></a> eth/catalyst: enable some commented-out testcases (<a href="https://github.com/ethereum/go-ethereum/issues/29073">#29073</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ethereum/go-ethereum/compare/v1.13.13...v1.13.14">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.13&new-version=1.13.14)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information