Skip to content

Commit

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

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>
Co-authored-by: CHAMI Rachid <[email protected]>
  • Loading branch information
dependabot[bot] and rach-id authored Nov 25, 2024
1 parent b94573c commit 2944131
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ go 1.22

toolchain go1.22.5

require github.com/ethereum/go-ethereum v1.14.11
require github.com/ethereum/go-ethereum v1.14.12

require (
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/bits-and-blooms/bitset v1.13.0 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
github.com/consensys/bavard v0.1.13 // indirect
github.com/consensys/gnark-crypto v0.12.1 // indirect
github.com/crate-crypto/go-ipa v0.0.0-20240223125850-b1e8a79f509c // indirect
Expand Down
18 changes: 4 additions & 14 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/bits-and-blooms/bitset v1.13.0 h1:bAQ9OPNFYbGHV6Nez0tmNI0RiEu7/hxlYJRUA0wFAVE=
github.com/bits-and-blooms/bitset v1.13.0/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8=
github.com/btcsuite/btcd/btcec/v2 v2.3.4 h1:3EJjcN70HCu/mwqlUsGK8GcNVyLVxFDlWurTXGPFfiQ=
github.com/btcsuite/btcd/btcec/v2 v2.3.4/go.mod h1:zYzJ8etWJQIv1Ogk7OzpWjowwOdXY1W/17j2MW85J04=
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 h1:q0rUy8C/TYNBQS1+CGKw68tLOFYSNEs0TFnxxnS9+4U=
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1/go.mod h1:7SFka0XMvUgj3hfZtydOrQY2mwhPclbT2snogU7SQQc=
github.com/cespare/cp v0.1.0 h1:SE+dxFebS7Iik5LK0tsi1k9ZCxEaFX4AjQmoyA+1dJk=
github.com/cespare/cp v0.1.0/go.mod h1:SOGHArjBr4JWaSDEVpWpo/hNg6RoKrls6Oh40hiwW+s=
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
Expand Down Expand Up @@ -50,14 +46,12 @@ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 h1:YLtO71vCjJRCBcrPMtQ9nqBsqpA1
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1/go.mod h1:hyedUtir6IdtD/7lIxGeCxkaw7y45JueMRL4DIyJDKs=
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.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/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=
github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw=
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/getsentry/sentry-go v0.27.0 h1:Pv98CIbtB3LkMWmXi4Joa5OOcwbmnX88sF5qbK3r3Ps=
github.com/getsentry/sentry-go v0.27.0/go.mod h1:lc76E2QywIyW8WuBnwl8Lc4bkmQH4+w1gwTf25trprY=
github.com/go-ole/go-ole v1.2.5/go.mod h1:pprOEPIfldk/42T2oK7lQ4v4JSDwmV0As9GaiUsvbm0=
Expand All @@ -67,8 +61,8 @@ github.com/gofrs/flock v0.8.1 h1:+gYjHKf32LDeiEEFhQaotPbLuUXjY5ZqxKgXy7n59aw=
github.com/gofrs/flock v0.8.1/go.mod h1:F1TvTiK9OcQqauNUHlbJvyl9Qa1QvF/gOUDKA14jxHU=
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
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/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb h1:PBC98N2aIaM3XXiurYmW7fx4GZkL8feAMVq7nEjURHk=
Expand Down Expand Up @@ -141,8 +135,6 @@ github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible h1:Bn1aCHHRnjv4Bl16T8rcaFjYSrGrIZvpiGO6P3Q4GpU=
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA=
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/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/supranational/blst v0.3.13 h1:AYeSxdOMacwu7FBmpfloBz5pbFXDmJL33RuwnKtmTjk=
Expand All @@ -153,8 +145,6 @@ github.com/tklauser/go-sysconf v0.3.12 h1:0QaGUFOdQaIVdPgfITYzaTegZvdCjmYO52cSFA
github.com/tklauser/go-sysconf v0.3.12/go.mod h1:Ho14jnntGE1fpdOqQEEaiKRpvIavV0hSfmBq8nJbHYI=
github.com/tklauser/numcpus v0.6.1 h1:ng9scYS7az0Bk4OZLvrNXNSAO2Pxr1XXRAPyjhIx+Fk=
github.com/tklauser/numcpus v0.6.1/go.mod h1:1XfjsgE2zo8GVw7POkMbHENHzVg3GzmoZ9fESEdAacY=
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/urfave/cli/v2 v2.25.7 h1:VAzn5oq403l5pHjc4OhD54+XGO9cdKVL/7lDjF+iKUs=
github.com/urfave/cli/v2 v2.25.7/go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ=
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU=
Expand Down

0 comments on commit 2944131

Please sign in to comment.