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.12 to 1.1…
…3.13 (#3125) Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.13.12 to 1.13.13. <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>Alsages (v1.13.13)</h2> <p>This is a minor release with fixes for several issues related to the upcoming Cancun mainnet fork. As such, it is recommended for all mainnet users.</p> <p>Changes in this release:</p> <ul> <li>Block-building performance with blob transactions has been improved a lot. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/29026">#29026</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/29008">#29008</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/29005">#29005</a>)</li> <li>A corner case in the EVM related to out-of-order fork scheduling has been fixed. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/29023">#29023</a>)</li> <li><code>eth_fillTransaction</code> has seen some bug fixes related to blob transactions as well. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/28929">#28929</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/29037">#29037</a>)</li> <li>A rare panic in the ethstats client related to chain reorgs is resolved. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/29020">#29020</a>)</li> <li>The blobpool database will now recover from disk corruption faults instead of crashing geth on startup. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/29001">#29001</a>)</li> <li>Geth now implements <code>getClientVersionV1</code> on the Engine API endpoint. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/28915">#28915</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/28994">#28994</a>)</li> </ul> <p>Go API changes:</p> <ul> <li><code>ethereum.CallMsg</code> now contains EIP-4844 related fields (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/28989">#28989</a>)</li> <li><code>core.GenesisAlloc</code> is now available from package <code>core/types</code>. We hope this change will reduce external dependencies on package <code>core</code>. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/29003">#29003</a>)</li> </ul> <p>For a full rundown of the changes please consult the Geth <a href="https://github.com/ethereum/go-ethereum/milestone/161?closed=1">1.13.13 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/7f131dcbc9ffe986f91a1f51025bcfdcc0aa8f0e"><code>7f131dc</code></a> Merge branch 'master' into release/1.13</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/3b4ede74443a15db27fddbb803a6b0cc4180ca75"><code>3b4ede7</code></a> params: release go-ethereum v1.13.13 stable</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/b47cf8fe1de4f97ce38417d8136a58812734a7a9"><code>b47cf8f</code></a> internal/ethapi: fix defaults for blob fields (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/29037">#29037</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/b9ca38b7358dbf7e236c624043bbab789a8d0389"><code>b9ca38b</code></a> core/txpool: fix typo (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/29036">#29036</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/79e340fb1276cd5f0bbdc3825f90090488e3b978"><code>79e340f</code></a> params: add cancun upgrade banner (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/29042">#29042</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/bba3fa9af9709ce6615d994edac7043e064fda0d"><code>bba3fa9</code></a> core,eth,internal: fix typo (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/29024">#29024</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/7f5e96dc6c0d70f793a6a41c059c5dd660357964"><code>7f5e96d</code></a> core/txpool: fix typo (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/29031">#29031</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/f4852b8ddc8bef962d34210a4f7774b95767e421"><code>f4852b8</code></a> core/txpool, eth, miner: retrieve plain and blob txs separately (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/29026">#29026</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/ac0ff044606a663eeb47ef60ed5506f842753084"><code>ac0ff04</code></a> core/vm, params: ensure order of forks, prevent overflow (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/29023">#29023</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/6fb0d0992bd4eb91faf1e081b3c4aa46adb0ef7d"><code>6fb0d09</code></a> core/txpool, miner: speed up blob pool pending retrievals (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/29008">#29008</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ethereum/go-ethereum/compare/v1.13.12...v1.13.13">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.12&new-version=1.13.13)](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