Skip to content

Commit

Permalink
build(deps): Bump github.com/ethereum/go-ethereum from 1.10.13 to 1.1…
Browse files Browse the repository at this point in the history
…0.14 (#709)

Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.13 to 1.10.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>Hourglass Nebula (v1.10.14)</h2>
<p>The focus of this release is bug fixes and performance improvements.</p>
<p>We are especially pleased to announce that this release contains a prototype implementation of the PoW to PoS transition (a.k.a. 'The Merge'). As of this version, Geth is compatible with the Kintsugi testnet spec v3.</p>
<p>We would also like to thank <a href="https://notes.ethereum.org/@ipsilon/about">Team Ipsilon</a> for their development of the EVM optimizations included in this release. EVM bytecode evaluation is now ~20% faster.</p>
<h4>Geth changes</h4>
<ul>
<li>A regression in txpool limit handling is resolved. This affects the <code>--pricelimit</code> option, which has been reverted to work exactly as it did in geth v1.10.12. (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24080">#24080</a>)</li>
<li>Geth can now handle the transition from PoW to PoS. (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/23761">#23761</a>)</li>
<li>In the JavaScript console, long-running JS computation (i.e. for/while loops) can now be interrupted with Ctrl-C. (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/23387">#23387</a>)</li>
<li>A corner-case issue in the transaction hash indexer is resolved. (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24024">#24024</a>)</li>
<li>Unclean shutdown markers are now updated regularly and report more accurate geth startup/shutdown times. (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24077">#24077</a>)</li>
<li>In log messages related to RPC method invocations, the key &quot;t&quot; is now called &quot;duration&quot; to prevent a name clash when using the JSON output format. (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24112">#24112</a>)</li>
</ul>
<h4>RPC API changes</h4>
<ul>
<li>The <code>engine</code> APIs (enabled in <code>geth --catalyst</code> mode) are now up-to-date for Kintsugi testnet v3. (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/23984">#23984</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24067">#24067</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24075">#24075</a>)</li>
<li>A panic in the <code>clique_getSigner</code> RPC method is resolved. (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/23961">#23961</a>)</li>
</ul>
<h4>Go library changes</h4>
<ul>
<li>The EVM implementation has been cleaned up and interpreter loop performance is improved. (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24120">#24120</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24048">#24048</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24085">#24085</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24026">#24026</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24031">#24031</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24040">#24040</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/23970">#23970</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/23952">#23952</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/23974">#23974</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/23977">#23977</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/23967">#23967</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24066">#24066</a>)</li>
<li>In preparation for EIP-3670, the EVM now recognizes the INVALID opcode 0xFE. (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24017">#24017</a>)</li>
<li>Internal opcode names have been modernized to match Solidity: SHA3 is now KECCAK256, SUICIDE is now SELFDESTRUCT. (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/23976">#23976</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24022">#24022</a>, <a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24016">#24016</a>)</li>
<li>Generating Go/Java bindings for contracts with struct-typed constructor parameters now works correctly. (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/23940">#23940</a>)</li>
<li>Built-in EVM trace loggers have moved from core/vm to a dedicated package. (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/23892">#23892</a>)</li>
<li>EIP-712 (typed data signing) structs have moved from signer/core to package signer/core/apitypes. (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24029">#24029</a>)</li>
</ul>
<h4>Networking</h4>
<ul>
<li>The eth protocol implementation now uses request IDs (added by eth/66) internally. (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/23576">#23576</a>)</li>
<li>Hashing of eth response data now uses multiple threads, improving sync performance. (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24032">#24032</a>)</li>
<li>The now-unused 2GB fast sync bloom filter has been removed. (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/24047">#24047</a>)</li>
<li>Serving ancient headers to other peers has been optimized. (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/23105">#23105</a>)</li>
<li>The discv4 test suite is more robust and logs received packets better. (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/23966">#23966</a>)</li>
<li>There are now fuzz tests for the snap protocol message handler. (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/pull/23957">#23957</a>)</li>
</ul>
<p>For a full rundown of the changes please consult the Geth 1.10.14 <a href="https://github.com/ethereum/go-ethereum/milestone/126?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>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/ethereum/go-ethereum/commit/11a3a35097ec493d71137c9bfa433bceeedff6c0"><code>11a3a35</code></a> params: release go-ethereum v1.10.14 stable</li>
<li><a href="https://github.com/ethereum/go-ethereum/commit/3f2e96cf95ef9d42840b295b2058b7e38a71d9eb"><code>3f2e96c</code></a> cmd/geth: add missing sepolia testnet flag checks (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/issues/24147">#24147</a>)</li>
<li><a href="https://github.com/ethereum/go-ethereum/commit/980b7682b474db61ecbd78171e7cacfec8214048"><code>980b768</code></a> core/types: document JSON field name equivalents of DynamicFeeTx (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/issues/24143">#24143</a>)</li>
<li><a href="https://github.com/ethereum/go-ethereum/commit/b8edc04ce33c7662972fbf5219584783d296efb1"><code>b8edc04</code></a> build: upgrade -dlgo version to Go 1.17.5 (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/issues/24144">#24144</a>)</li>
<li><a href="https://github.com/ethereum/go-ethereum/commit/99be62a9b16fd7b3d1e2e17f1e571d3bef34f122"><code>99be62a</code></a> accounts/abi: avoid unnecessary alloc (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/issues/24128">#24128</a>)</li>
<li><a href="https://github.com/ethereum/go-ethereum/commit/8bbf83e7a4e680c3b3b8e7a1cb09b76479dd26fe"><code>8bbf83e</code></a> core: ignore basefee when comparing with pool gasprice in txpool (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/issues/24080">#24080</a>)</li>
<li><a href="https://github.com/ethereum/go-ethereum/commit/2295640ebd7292660c976cf0665fead11287d18e"><code>2295640</code></a> eth/catalyst: implement kintsugi-spec v3 (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/issues/24067">#24067</a>)</li>
<li><a href="https://github.com/ethereum/go-ethereum/commit/f5f5c0855a0f251fb04dc17e4bba837d203384eb"><code>f5f5c08</code></a> tests/solidity/contracts: fix typo in OpCodes.sol (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/issues/24123">#24123</a>)</li>
<li><a href="https://github.com/ethereum/go-ethereum/commit/ada9c774e95f308495132557772a00d31cc1797c"><code>ada9c77</code></a> eth, les: update unclean shutdown markers regularly (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/issues/24077">#24077</a>)</li>
<li><a href="https://github.com/ethereum/go-ethereum/commit/3e47e38a4e87b8e46ab6a4cdde52ca65e746e455"><code>3e47e38</code></a> core/vm: Make INVALID a defined opcode (<a href="https://github-redirect.dependabot.com/ethereum/go-ethereum/issues/24017">#24017</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/ethereum/go-ethereum/compare/v1.10.13...v1.10.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.10.13&new-version=1.10.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 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 Dec 24, 2021
1 parent d6d17bc commit db042cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/cosmos/cosmos-sdk v0.44.5
github.com/cosmos/go-bip39 v1.0.0
github.com/cosmos/ibc-go v1.2.5
github.com/ethereum/go-ethereum v1.10.13
github.com/ethereum/go-ethereum v1.10.14
github.com/ghodss/yaml v1.0.0
github.com/gogo/protobuf v1.3.3
github.com/golang/protobuf v1.5.2
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@ github.com/envoyproxy/go-control-plane v0.10.1/go.mod h1:AY7fTTXNdv/aJ2O5jwpxAPO
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
github.com/envoyproxy/protoc-gen-validate v0.6.2/go.mod h1:2t7qjJNvHPx8IjnBOzl9E9/baC+qXE/TeeyBRzgJDws=
github.com/ethereum/go-ethereum v1.9.25/go.mod h1:vMkFiYLHI4tgPw4k2j4MHKoovchFE8plZ0M9VMk4/oM=
github.com/ethereum/go-ethereum v1.10.13 h1:DEYFP9zk+Gruf3ae1JOJVhNmxK28ee+sMELPLgYTXpA=
github.com/ethereum/go-ethereum v1.10.13/go.mod h1:W3yfrFyL9C1pHcwY5hmRHVDaorTiQxhYBkKyu5mEDHw=
github.com/ethereum/go-ethereum v1.10.14 h1:EJ/ucQzFlgKgwblIwU8R6ABnZ9kgUnIG2+Q1tiSrt4M=
github.com/ethereum/go-ethereum v1.10.14/go.mod h1:W3yfrFyL9C1pHcwY5hmRHVDaorTiQxhYBkKyu5mEDHw=
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 h1:0JZ+dUmQeA8IIVUMzysrX4/AKuQwWhV2dYQuPZdvdSQ=
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51/go.mod h1:Yg+htXGokKKdzcwhuNDwVvN+uBxDGXJ7G/VN1d8fa64=
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 h1:JWuenKqqX8nojtoVVWjGfOF9635RETekkoH6Cc9SX0A=
Expand Down Expand Up @@ -750,9 +750,9 @@ github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh
github.com/mitchellh/mapstructure v1.3.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/mitchellh/mapstructure v1.4.1/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/mitchellh/mapstructure v1.4.2/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/mitchellh/pointerstructure v1.2.0/go.mod h1:BRAsLI5zgXmw97Lf6s25bs8ohIXc3tViBH44KcwB2g4=
github.com/mitchellh/mapstructure v1.4.3 h1:OVowDSCllw/YjdLkam3/sm7wEtOy59d8ndGgCcyj8cs=
github.com/mitchellh/mapstructure v1.4.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/mitchellh/pointerstructure v1.2.0/go.mod h1:BRAsLI5zgXmw97Lf6s25bs8ohIXc3tViBH44KcwB2g4=
github.com/moby/sys/mountinfo v0.4.1/go.mod h1:rEr8tzG/lsIZHBtN/JjGG+LMYx9eXgW2JI+6q0qou+A=
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=
Expand Down Expand Up @@ -1263,9 +1263,9 @@ golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420/go.mod h1:9nx3DQGgdP8bBQD5qx
golang.org/x/net v0.0.0-20210525063256-abc453219eb5/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
golang.org/x/net v0.0.0-20210614182718-04defd469f4e/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
golang.org/x/net v0.0.0-20211005001312-d4b1ae081e3b h1:SXy8Ld8oKlcogOvUAh0J5Pm5RKzgYBMMxLxt6n5XW50=
golang.org/x/net v0.0.0-20211005001312-d4b1ae081e3b/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
Expand Down

0 comments on commit db042cd

Please sign in to comment.