Skip to content

Commit

Permalink
chore(deps): Bump github.com/ethereum/go-ethereum from 1.14.11 to 1.1…
Browse files Browse the repository at this point in the history
…4.12 (#4038)

Bumps
[github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum)
from 1.14.11 to 1.14.12.
<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>Gei Hinnom (v1.14.12)</h2>
<p>This release covers quite a lot of time, and has many changes across
the codebase. In particular; changes in tracing and account management,
optimizations in database, trie and evm, and, as always bugfixes.</p>
<p>This release removes the <code>personal</code> RPC namespace. It was
already previously deprecated, and has not been accessible by default
for nearly two years. We also removed the <code>--unlock</code>
command-line parameter, with a view towards removing key/account
management from the <code>geth</code> binary.</p>
<ul>
<li>Key management:
<ul>
<li>Remove <code>--unlock</code> command line flag from
<code>geth</code> (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30737">#30737</a>)</li>
<li>Remove <code>personal</code> RPC namespace (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30704">#30704</a>)</li>
</ul>
</li>
<li>Builds:
<ul>
<li>RISC-V docker images (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30739">#30739</a>)</li>
<li>ppa-builds for ubuntu <code>24.10</code> (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30580">#30580</a>)</li>
</ul>
</li>
<li>Tracing:
<ul>
<li>invoke OnCodeChange-hook on selfdestruct (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30686">#30686</a>,
<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30497">#30497</a>)</li>
<li>improvements to <code>flatCallTracer</code> (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30539">#30539</a>)</li>
<li>invoke tx-end hook in runtime helpers (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30711">#30711</a>)</li>
<li><code>disableCode</code> and <code>disableStorage</code> options for
<code>prestateTracer</code> (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30648">#30648</a>)</li>
<li>tracing of system calls (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30666">#30666</a>)</li>
<li>Change to how chainconfig is passed to tracers (<strong>breaking
change</strong>) (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30540">#30540</a>)</li>
<li>add <code>GetTransientState</code> method to StateDB interface (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30531">#30531</a>)</li>
</ul>
</li>
<li>Signing:
<ul>
<li>improved support for EIP-712 array types (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30620">#30620</a>)</li>
<li>non-legacy transactions support for ledger wallets (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30180">#30180</a>)</li>
</ul>
</li>
<li>Bugfixes:
<ul>
<li>Set basefee for <code>AccessList</code> based on given block, not
chain tip (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30538">#30538</a>)</li>
<li>Multiple issues in benchmarks (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30667">#30667</a>)</li>
<li>Fix bug with resolving a payload (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30615">#30615</a>)</li>
</ul>
</li>
<li>Database optimizations
<ul>
<li>Run pebble in non-sync mode (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30573">#30573</a>,
<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29792">#29792</a>).
This change makes quite a big difference on certain OS:es, particularly
MacOSX/Darwin, where
it has been noted that <code>fsync</code> is notoriously slow.</li>
<li>Use to increasing level sizes (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30602">#30602</a>),
This change makes pebble use larger files, reducing the number of files
from 160K to 10K.</li>
</ul>
</li>
<li>Assorted:
<ul>
<li>Make jwtsecretflag expand tilde</li>
<li>Work on verkle (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30672">#30672</a>)</li>
<li>Work on <code>EIP-7002</code> and <code>EIP 7251</code> (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30571">#30571</a>)</li>
<li>Implement <code>EIP-7685</code> and <code>EIP-6110</code> (flat
requests enconding) (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30425">#30425</a>)</li>
<li>Validation of EOF containers (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30418">#30418</a>)</li>
<li>More helpful responses for rejected transactions (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30715">#30715</a>)</li>
<li>Work on cross-execution witness (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30698">#30698</a>)</li>
<li>EVM speed optimizations (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30662">#30662</a>,
<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30629">#30629</a>)</li>
<li>Reduce peak memory usage during reorg (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30600">#30600</a>)</li>
<li>Speed up trie commit via concurrent workers (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30545">#30545</a>)</li>
<li>Fuzzing improvments (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30585">#30585</a>)</li>
<li>Implement new <code>engine_getBlobsV1</code> API method (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30537">#30537</a>)</li>
</ul>
</li>
</ul>
<p>For a full rundown of the changes please consult the Geth <a
href="https://github.com/ethereum/go-ethereum/milestone/175?closed=1">1.14.12
release milestone</a>.</p>
<hr />
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/293a300d64be3d9a1c2cc92c26fcff4089deadcd"><code>293a300</code></a>
version: go-ethereum v1.14.12 stable</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/f3c19b1a1e6f22aefc96c7014dc86cb8524209bd"><code>f3c19b1</code></a>
rpc: run tests in parallel (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/30384">#30384</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/71b32b4d73b4f855df152f0eb29ee80486ced3aa"><code>71b32b4</code></a>
core/txpool, eth/catalyst: clear transaction pool in Rollback (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/30534">#30534</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/9e959dbb81a055bc0cf7c34cf935258dfde80089"><code>9e959db</code></a>
all: remove kilic dependency from bls12381 fuzzers (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/30296">#30296</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/ed7bac05f184c98ab38591fa894a24f3ffb95b1a"><code>ed7bac0</code></a>
core: fix typos (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/30767">#30767</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/a7ef9d645edc14ce2adf0205591b0bb89e5cdc7b"><code>a7ef9d6</code></a>
build: upgrade -dlgo version to Go 1.23.3 (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/30742">#30742</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/55b18e9bc1d16781324dd1ff78c61870a0732508"><code>55b18e9</code></a>
cmd/geth: remove unlock commandline flag (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/30737">#30737</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/62cce0ca6a9bd2ce809696df69c4b011476390f2"><code>62cce0c</code></a>
core/state: tests on the binary iterator (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/30754">#30754</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/c8f6d24f80fd4352798c3ba5cd0caeb79f8afa84"><code>c8f6d24</code></a>
docs: fix typo (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/30740">#30740</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/4afca7c832477adc75006010e274ab103535b656"><code>4afca7c</code></a>
p2p/netutil: unittests for addrutil (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/30439">#30439</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/ethereum/go-ethereum/compare/v1.14.11...v1.14.12">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.14.11&new-version=1.14.12)](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
dependabot[bot] authored Nov 20, 2024
1 parent 5648983 commit 3ff43e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/cosmos/gogoproto v1.7.0
github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v6 v6.1.2
github.com/cosmos/ibc-go/v6 v6.2.2
github.com/ethereum/go-ethereum v1.14.11
github.com/ethereum/go-ethereum v1.14.12
github.com/gogo/protobuf v1.3.3
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.4
Expand Down
13 changes: 4 additions & 9 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -518,8 +518,8 @@ github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7
github.com/ethereum/c-kzg-4844 v1.0.0 h1:0X1LBXxaEtYD9xsyj9B9ctQEZIpnvVDeoBx8aHEwTNA=
github.com/ethereum/c-kzg-4844 v1.0.0/go.mod h1:VewdlzQmpT5QSrVhbBuGoCdFJkpaJlO1aQputP83wc0=
github.com/ethereum/go-ethereum v1.10.17/go.mod h1:Lt5WzjM07XlXc95YzrhosmR4J9Ahd6X2wyEV2SvGhk0=
github.com/ethereum/go-ethereum v1.14.11 h1:8nFDCUUE67rPc6AKxFj7JKaOa2W/W1Rse3oS6LvvxEY=
github.com/ethereum/go-ethereum v1.14.11/go.mod h1:+l/fr42Mma+xBnhefL/+z11/hcmJ2egl+ScIVPjhc7E=
github.com/ethereum/go-ethereum v1.14.12 h1:8hl57x77HSUo+cXExrURjU/w1VhL+ShCTJrTwcCQSe4=
github.com/ethereum/go-ethereum v1.14.12/go.mod h1:RAC2gVMWJ6FkxSPESfbshrcKpIokgQKsVKmAuqdekDY=
github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9 h1:8NfxH2iXvJ60YRB8ChToFTUzl8awsc3cJ8CbLjGIl/A=
github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9/go.mod h1:M3b90YRnzqKyyzBEWJGqj8Qff4IDeXnzFw0P9bFw3uk=
github.com/evanphx/json-patch v5.6.0+incompatible h1:jBYDEEiFBPxA0v50tFdvOzQQTCvpL6mnFh5mB2/l16U=
Expand Down Expand Up @@ -548,7 +548,6 @@ github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nos
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E=
github.com/fxamacker/cbor/v2 v2.7.0/go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ=
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff h1:tY80oXqGNY4FhTFhk+o9oFHGINQ/+vhlm8HFzi6znCI=
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff/go.mod h1:x7DCsMOv1taUwEWCzT4cmDeAkigA5/QCwUodaVOe8Ww=
github.com/getkin/kin-openapi v0.53.0/go.mod h1:7Yn5whZr5kJi6t+kShccXS8ae1APpYTW6yheSwk8Yi4=
github.com/getkin/kin-openapi v0.61.0/go.mod h1:7Yn5whZr5kJi6t+kShccXS8ae1APpYTW6yheSwk8Yi4=
Expand Down Expand Up @@ -625,8 +624,8 @@ github.com/gogo/gateway v1.1.0 h1:u0SuhL9+Il+UbjM9VIE3ntfRujKbvVpFvNB4HbjeVQ0=
github.com/gogo/gateway v1.1.0/go.mod h1:S7rR8FRQyG3QFESeSv4l2WnsyzlCLG0CzBbUUo/mbic=
github.com/gogo/googleapis v1.1.0/go.mod h1:gf4bu3Q80BeJ6H1S1vYPm8/ELATdvryBaNFGgqEef3s=
github.com/golang-jwt/jwt/v4 v4.3.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg=
github.com/golang-jwt/jwt/v4 v4.5.0 h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOWzg=
github.com/golang-jwt/jwt/v4 v4.5.0/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0=
github.com/golang-jwt/jwt/v4 v4.5.1 h1:JdqV9zKUdtaa9gdPlywC3aeoEsR681PlKC+4F5gQgeo=
github.com/golang-jwt/jwt/v4 v4.5.1/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0=
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k=
github.com/golang/geo v0.0.0-20190916061304-5b978397cfec/go.mod h1:QZ0nwyI2jOfgRAoBvP+ab5aRr7c9x7lhGEJrKvBwjWI=
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
Expand Down Expand Up @@ -1236,8 +1235,6 @@ github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DM
github.com/spf13/viper v1.15.0 h1:js3yy885G8xwJa6iOISGFwd+qlUo5AvyXb7CiihdtiU=
github.com/spf13/viper v1.15.0/go.mod h1:fFcTBJxvhhzSJiZy8n+PeW6t8l+KeT/uTARa0jHOQLA=
github.com/status-im/keycard-go v0.0.0-20190316090335-8537d3370df4/go.mod h1:RZLeN1LMWmRsyYjvAu+I6Dm9QmlDaIIt+Y+4Kd7Tp+Q=
github.com/status-im/keycard-go v0.2.0 h1:QDLFswOQu1r5jsycloeQh3bVU8n/NatHHaZobtDnDzA=
github.com/status-im/keycard-go v0.2.0/go.mod h1:wlp8ZLbsmrF6g6WjugPAx+IzoLrkdf9+mHxBEeo3Hbg=
github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw=
github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw=
github.com/streadway/handy v0.0.0-20190108123426-d5acb3125c2a/go.mod h1:qNTQ5P5JnDBl6z3cMAg/SywNDC5ABu5ApDIw6lUbRmI=
Expand Down Expand Up @@ -1295,8 +1292,6 @@ github.com/ttacon/chalk v0.0.0-20160626202418-22c06c80ed31/go.mod h1:onvgF043R+l
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM=
github.com/tyler-smith/go-bip39 v1.0.1-0.20181017060643-dbb3b84ba2ef/go.mod h1:sJ5fKU0s6JVwZjjcUEX2zFOnvq0ASQ2K9Zr6cf67kNs=
github.com/tyler-smith/go-bip39 v1.0.2/go.mod h1:sJ5fKU0s6JVwZjjcUEX2zFOnvq0ASQ2K9Zr6cf67kNs=
github.com/tyler-smith/go-bip39 v1.1.0 h1:5eUemwrMargf3BSLRRCalXT93Ns6pQJIjYQN2nyfOP8=
github.com/tyler-smith/go-bip39 v1.1.0/go.mod h1:gUYDtqQw1JS3ZJ8UWVcGTGqqr6YIN3CWg+kkNaLt55U=
github.com/ugorji/go v1.1.7/go.mod h1:kZn38zHttfInRq0xu/PH0az30d+z6vm202qpg1oXVMw=
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=
github.com/ugorji/go/codec v1.1.7/go.mod h1:Ax+UKWsSmolVDwsd+7N3ZtXu+yMGCf907BLYF3GoBXY=
Expand Down

0 comments on commit 3ff43e9

Please sign in to comment.