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.10.18 to 1.10.19 (#…
…307) Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.18 to 1.10.19. <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>Camaron (v1.10.19)</h2> <p>Geth v1.10.19 is yet another feature release.</p> <p><strong>The release contains the Gray Glacier fork definition</strong>. The <a href="https://github.com/ethereum/EIPs/blob/master/EIPS/eip-5133.md">Gray Glacier</a> fork is a difficulty-bomb postponement, which is expected to go live on Ethereum Mainnet towards the end of June.</p> <p>In other words: <strong>all users are required to upgrade</strong> before the Gray Glacier hardfork activates at block <code>15050000</code> (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/25088">#25088</a>)</p> <p>Changes which may cause incompatibilities:</p> <ul> <li>The <code>engine</code> API is now <em>only</em> available with JWT authentication.</li> <li>Geth will refuse to start if legacy receipts are present in the database. The check can be disabled with <code>--ignore-legacy-receipts</code>, but we strongly recommend you run the conversion in this case (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24943">#24943</a>).</li> <li>The RPC method <code>debug_traceCall</code> will now reject execution against the <code>pending</code> block (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24871">#24871</a>).</li> <li>RPC timer metrics have been changed into histograms (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/25044">#25044</a>).</li> </ul> <p>Other changes in this release:</p> <ul> <li>Updates related to The Merge on Ropsten, which is now a proof-of-stake network (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/25018">#25018</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24975">#24975</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/25078">#25078</a>)!</li> <li>The <code>debug_traceCall</code> RPC method now also supports block overrides; making fields like timestamp or the block number settable by the caller (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24871">#24871</a>).</li> <li>A new diagnostic tool, <code>geth snapshot inspect-account</code>, allows investigations of snapshot data (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24765">#24765</a>).</li> <li>Fixes and preparatory work related to The Merge (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24946">#24946</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/25006">#25006</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24955">#24955</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24997">#24997</a>).</li> <li>Preparatory work for the upcoming path-based trie storage feature (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24750">#24750</a>).</li> <li>Introduce <code>eth/67</code> protocol, dopping support for GetNodeData (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24093">#24093</a>).</li> <li>Optimizations related to block processing (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/23500">#23500</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24958">#24958</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24616">#24616</a>).</li> <li>Tests/fuzzing improvements (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/25033">#25033</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/25038">#25038</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/25037">#25037</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/25036">#25036</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/25016">#25016</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24249">#24249</a> <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24928">#24928</a>).</li> <li>Many updates to documentation (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/25086">#25086</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/25058">#25058</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/25057">#25057</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/25056">#25056</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/25040">#25040</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/25032">#25032</a>).</li> <li>Nicer format when showing chain config (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24904">#24904</a>).</li> </ul> <p>For a full rundown of the changes please consult the Geth 1.10.19 <a href="https://github.com/ethereum/go-ethereum/milestone/131?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/23bee16208718975f9b9e012949b8d4ee1223108"><code>23bee16</code></a> params: release Geth v1.10.19</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/d78d302f3d4a1a41eebf17c2cad297271e90b9d6"><code>d78d302</code></a> node: add info message when JWT secret is loaded (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/issues/25095">#25095</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/d8f963811df6ef97c76c9b4f433bf0bc936051e2"><code>d8f9638</code></a> cmd, params: implement Gray Glacier hard-fork (EIP-5133) (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/issues/25088">#25088</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/30602163d5d8321fbc68afdcbbaf2362b2641bde"><code>3060216</code></a> eth: introduce eth67 protocol (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/issues/24093">#24093</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/3273ad1a587ef0707d865074ec84e75e152bd016"><code>3273ad1</code></a> eth: add missing period at end of sentences (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/issues/25058">#25058</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/bc013bc42ee1b15e5c74a8b634679ae054662071"><code>bc013bc</code></a> all: prefer <code>new(big.Int)</code> over <code>big.NewInt(0)</code> (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/issues/25087">#25087</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/8cfd1214b7fd7118a22520b5ecdcdfe4d6158d6f"><code>8cfd121</code></a> common: improve pretty duration regex (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/issues/25073">#25073</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/6ad620d642039452c1cd7733547ec46b02114d6a"><code>6ad620d</code></a> cmd/ethkey: use accounts.TextHash (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/issues/25069">#25069</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/1cf58c7b8113187c8f7e491b3f7ddbbb3bdd426f"><code>1cf58c7</code></a> readme,eth: remove references to eth.wiki (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/issues/25086">#25086</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/f74bb3a3bff901e3179e8e335a4aeca04a18cf50"><code>f74bb3a</code></a> cmd/utils: update --ropsten description (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/issues/25078">#25078</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ethereum/go-ethereum/compare/v1.10.18...v1.10.19">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.10.18&new-version=1.10.19)](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 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>
- Loading branch information