Skip to content

Commit

Permalink
chore: bump github.com/ethereum/go-ethereum from 1.10.18 to 1.10.19 (#…
Browse files Browse the repository at this point in the history
…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
dependabot[bot] authored Jun 15, 2022
1 parent 300ac06 commit e28c978
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/avast/retry-go v3.0.0+incompatible
github.com/cosmos/cosmos-sdk v0.45.5
github.com/cosmos/go-bip39 v1.0.0
github.com/ethereum/go-ethereum v1.10.18
github.com/ethereum/go-ethereum v1.10.19
github.com/golang/mock v1.6.0
github.com/golangci/golangci-lint v1.46.2
github.com/hashicorp/go-multierror v1.1.1
Expand Down
5 changes: 3 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -678,8 +678,8 @@ github.com/esimonov/ifshort v1.0.4/go.mod h1:Pe8zjlRrJ80+q2CxHLfEOfTwxCZ4O+MuhcH
github.com/ethereum/go-ethereum v1.9.25/go.mod h1:vMkFiYLHI4tgPw4k2j4MHKoovchFE8plZ0M9VMk4/oM=
github.com/ethereum/go-ethereum v1.10.10/go.mod h1:W3yfrFyL9C1pHcwY5hmRHVDaorTiQxhYBkKyu5mEDHw=
github.com/ethereum/go-ethereum v1.10.16/go.mod h1:Anj6cxczl+AHy63o4X9O8yWNHuN5wMpfb8MAnHkWn7Y=
github.com/ethereum/go-ethereum v1.10.18 h1:hLEd5M+UD0GJWPaROiYMRgZXl6bi5YwoTJSthsx5CZw=
github.com/ethereum/go-ethereum v1.10.18/go.mod h1:RD3NhcSBjZpj3k+SnQq24wBrmnmie78P5R/P62iNBD8=
github.com/ethereum/go-ethereum v1.10.19 h1:EOR5JbL4MD5yeOqv8W2iC1s4NximrTjqFccUz8lyBRA=
github.com/ethereum/go-ethereum v1.10.19/go.mod h1:IJBNMtzKcNHPtllYihy6BL2IgK1u+32JriaTbdt4v+w=
github.com/ettle/strcase v0.1.1 h1:htFueZyVeE1XNnMEfbqp5r67qAN/4r6ya1ysq8Q+Zcw=
github.com/ettle/strcase v0.1.1/go.mod h1:hzDLsPC7/lwKyBOywSHEP89nt2pDgdy+No1NBA9o9VY=
github.com/evanphx/json-patch v4.9.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk=
Expand Down Expand Up @@ -2025,6 +2025,7 @@ github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1F
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
github.com/subosito/gotenv v1.3.0 h1:mjC+YW8QpAdXibNi+vNWgzmgBH4+5l5dCXv8cNysBLI=
github.com/subosito/gotenv v1.3.0/go.mod h1:YzJjq/33h7nrwdY+iHMhEOEEbW0ovIz0tB6t6PwAXzs=
github.com/supranational/blst v0.3.8-0.20220526154634-513d2456b344/go.mod h1:jZJtfjgudtNl4en1tzwPIV3KjUnQUvG3/j+w+fVonLw=
github.com/sylvia7788/contextcheck v1.0.4 h1:MsiVqROAdr0efZc/fOCt0c235qm9XJqHtWwM+2h2B04=
github.com/sylvia7788/contextcheck v1.0.4/go.mod h1:vuPKJMQ7MQ91ZTqfdyreNKwZjyUg6KO+IebVyQDedZQ=
github.com/syndtr/gocapability v0.0.0-20170704070218-db04d3cc01c8/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=
Expand Down

0 comments on commit e28c978

Please sign in to comment.