Skip to content

Commit

Permalink
chore(deps): Bump github.com/ethereum/go-ethereum from 1.13.3 to 1.13…
Browse files Browse the repository at this point in the history
….4 (#2711)

Bumps
[github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum)
from 1.13.3 to 1.13.4.
<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>Archanes (v1.13.4)</h2>
<p>Geth v1.13.4 is a non-urgent hotfix release. The previous version of
Geth (v1.13.3) introduced a warning log for bad transaction
announcements, and on mainnet it generated too much logging noise due to
a protocol violation in Erigon. To prevent overwhelming logging systems,
Geth v1.13.4 lower the log to a more reasonable level until the bug in
Erigon is fixed <a
href="https://github.com/ethereum/go-ethereum/pull/28356">#28356</a>.</p>
<p>Apart from the above reason, the release contains:</p>
<ul>
<li>Fix a snap sync corner-case that could cause a hang by a maliciously
constructed contract storage (<a
href="https://github.com/ethereum/go-ethereum/pull/28306">#28306</a>).</li>
<li>Update various dependencies to unstick versions of Go libs (<a
href="https://github.com/ethereum/go-ethereum/pull/28329">#28329</a>,
<a
href="https://github.com/ethereum/go-ethereum/pull/28333">#28333</a>,
<a
href="https://github.com/ethereum/go-ethereum/pull/28334">#28334</a>,
<a
href="https://github.com/ethereum/go-ethereum/pull/28332">#28332</a>,
<a
href="https://github.com/ethereum/go-ethereum/pull/28336">#28336</a>).</li>
<li>Enable Pebble database support on 32bit platforms and on OpenBSD too
(<a
href="https://github.com/ethereum/go-ethereum/pull/28335">#28335</a>).</li>
<li>Fix returning the correct code hash for eth_getProof with empty
storage (<a
href="https://github.com/ethereum/go-ethereum/pull/28357">#28357</a>).</li>
<li>Simplify trie range prover for some upcoming snap sync optimisations
(<a
href="https://github.com/ethereum/go-ethereum/pull/28311">#28311</a>).</li>
<li>Fix a timeout mechanism in the transaction fetcher (<a
href="https://github.com/ethereum/go-ethereum/pull/28220">#28220</a>).</li>
</ul>
<p>For a full rundown of the changes please consult the Geth 1.13.4 <a
href="https://github.com/ethereum/go-ethereum/milestone/152?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/3f907d6a6f6de09cff1360ed529126765939851d"><code>3f907d6</code></a>
params: release Geth v1.13.4</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/667966c5c10e7bf1e38a0439c62b11d5b26a132a"><code>667966c</code></a>
eth/fetcher: fix fetcher timeout (<a
href="https://github.com/ethereum/go-ethereum/issues/28220">#28220</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/00c63830e4fdc3d048ad8a1f17d1b689cc9c93fa"><code>00c6383</code></a>
cmd: fix typos (<a
href="https://github.com/ethereum/go-ethereum/issues/28323">#28323</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/8b99ad46027a455971ccf9bd1f425b9c58ec5855"><code>8b99ad4</code></a>
internal/ethapi: fix codehash lookup in eth_getProof (<a
href="https://github.com/ethereum/go-ethereum/issues/28357">#28357</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/a5544d35f6746c93d01e9c54c5bc5ef6567463b3"><code>a5544d3</code></a>
fix: broken url link (<a
href="https://github.com/ethereum/go-ethereum/issues/28342">#28342</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/2e478aab98c13577c66b4531ba240a601dbc1516"><code>2e478aa</code></a>
eth/fetcher: only make noise big mismatches (<a
href="https://github.com/ethereum/go-ethereum/issues/28356">#28356</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/4632b7b31e42b395209e4c88edaa9d48d1f443b5"><code>4632b7b</code></a>
tests: update execution-spec-tests to 1.0.5 (<a
href="https://github.com/ethereum/go-ethereum/issues/28337">#28337</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/509a64ffb9405942396276ae111d06f9bded9221"><code>509a64f</code></a>
cmd, core, ethdb: enable Pebble on 32 bits and OpenBSD too (<a
href="https://github.com/ethereum/go-ethereum/issues/28335">#28335</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/425cb6f65d320338c049d3d6eaa9fa62a6de27e1"><code>425cb6f</code></a>
go.mod: pull in the latest cloudflare API libs (<a
href="https://github.com/ethereum/go-ethereum/issues/28336">#28336</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/f62c58f8de3cff53068edf2fe0ec5c332a06a4fa"><code>f62c58f</code></a>
trie: make rhs-proof align with last key in range proofs (<a
href="https://github.com/ethereum/go-ethereum/issues/28311">#28311</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/ethereum/go-ethereum/compare/v1.13.3...v1.13.4">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.13.3&new-version=1.13.4)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 19, 2023
1 parent dfd9959 commit 819bb25
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21.1

require (
github.com/celestiaorg/nmt v0.20.0
github.com/ethereum/go-ethereum v1.13.3
github.com/ethereum/go-ethereum v1.13.4
github.com/gogo/protobuf v1.3.3
github.com/golang/protobuf v1.5.3
github.com/google/uuid v1.3.1 // indirect
Expand Down Expand Up @@ -43,7 +43,7 @@ require (
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/bits-and-blooms/bitset v1.7.0 // indirect
github.com/consensys/bavard v0.1.13 // indirect
github.com/consensys/gnark-crypto v0.12.0 // indirect
github.com/consensys/gnark-crypto v0.12.1 // indirect
github.com/cosmos/ledger-cosmos-go v0.13.1 // indirect
github.com/crate-crypto/go-kzg-4844 v0.3.0 // indirect
github.com/docker/distribution v2.8.2+incompatible // indirect
Expand Down Expand Up @@ -188,7 +188,6 @@ require (
github.com/manifoldco/promptui v0.9.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 // indirect
github.com/minio/highwayhash v1.0.2 // indirect
Expand Down
14 changes: 8 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,9 @@ github.com/Shopify/toxiproxy v2.1.4+incompatible/go.mod h1:OXgGpZ6Cli1/URJOF1DMx
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6/go.mod h1:3eOhrUMpNV+6aFIbp5/iudMxNCF27Vw2OZgy4xEx0Fg=
github.com/StackExchange/wmi v1.2.1 h1:VIkavFPXSjcnS+O8yTq7NI32k0R5Aj+v39y29VYDOSA=
github.com/StackExchange/wmi v1.2.1/go.mod h1:rcmrprowKIVzvc+NUiLncP2uuArMWLCbu9SBzvHz7e8=
github.com/VictoriaMetrics/fastcache v1.6.0 h1:C/3Oi3EiBCqufydp1neRZkqcwmEiuRT9c3fqvvgKm5o=
github.com/VictoriaMetrics/fastcache v1.6.0/go.mod h1:0qHz5QP0GMX4pfmMA/zt5RgfNuXJrTP0zS7DqpHGGTw=
github.com/VictoriaMetrics/fastcache v1.12.1 h1:i0mICQuojGDL3KblA7wUNlY5lOK6a4bwt3uRKnkZU40=
github.com/VictoriaMetrics/fastcache v1.12.1/go.mod h1:tX04vaqcNoQeGLD+ra5pU5sWkuxnzWhEzLwhP9w653o=
github.com/VividCortex/gohistogram v1.0.0 h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrdtl/UvroE=
github.com/VividCortex/gohistogram v1.0.0/go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g=
github.com/Workiva/go-datastructures v1.0.53 h1:J6Y/52yX10Xc5JjXmGtWoSSxs3mZnGSaq37xZZh7Yig=
Expand Down Expand Up @@ -394,8 +395,8 @@ github.com/consensys/bavard v0.1.13 h1:oLhMLOFGTLdlda/kma4VOJazblc7IM5y5QPd2A/Yj
github.com/consensys/bavard v0.1.13/go.mod h1:9ItSMtA/dXMAiL7BG6bqW2m3NdSEObYWoH223nGHukI=
github.com/consensys/gnark-crypto v0.4.1-0.20210426202927-39ac3d4b3f1f/go.mod h1:815PAHg3wvysy0SyIqanF8gZ0Y1wjk/hrDHD/iT88+Q=
github.com/consensys/gnark-crypto v0.5.3/go.mod h1:hOdPlWQV1gDLp7faZVeg8Y0iEPFaOUnCc4XeCCk96p0=
github.com/consensys/gnark-crypto v0.12.0 h1:1OnSpOykNkUIBIBJKdhwy2p0JlW5o+Az02ICzZmvvdg=
github.com/consensys/gnark-crypto v0.12.0/go.mod h1:v2Gy7L/4ZRosZ7Ivs+9SfUDr0f5UlG+EM5t7MPHiLuY=
github.com/consensys/gnark-crypto v0.12.1 h1:lHH39WuuFgVHONRl3J0LRBtuYdQTumFSDtJF7HpyG8M=
github.com/consensys/gnark-crypto v0.12.1/go.mod h1:v2Gy7L/4ZRosZ7Ivs+9SfUDr0f5UlG+EM5t7MPHiLuY=
github.com/containerd/continuity v0.3.0 h1:nisirsYROK15TAMVukJOUyGJjz4BNQJBVsNvAXZJ/eg=
github.com/containerd/continuity v0.3.0/go.mod h1:wJEAIwKOm/pBZuBd0JmeTvnLquTB1Ag8espWhkykbPM=
github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
Expand Down Expand Up @@ -508,8 +509,8 @@ github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7
github.com/ethereum/c-kzg-4844 v0.3.1 h1:sR65+68+WdnMKxseNWxSJuAv2tsUrihTpVBTfM/U5Zg=
github.com/ethereum/c-kzg-4844 v0.3.1/go.mod h1:VewdlzQmpT5QSrVhbBuGoCdFJkpaJlO1aQputP83wc0=
github.com/ethereum/go-ethereum v1.10.17/go.mod h1:Lt5WzjM07XlXc95YzrhosmR4J9Ahd6X2wyEV2SvGhk0=
github.com/ethereum/go-ethereum v1.13.3 h1:iNzfB16qTJTI/8OEAZTAs2wKrhxWl8vaTCZ9v6b8Bag=
github.com/ethereum/go-ethereum v1.13.3/go.mod h1:i/Hz2ZHc7yCb+a2t8LsJOfEvT/LT7KBplwTpbceS3q0=
github.com/ethereum/go-ethereum v1.13.4 h1:25HJnaWVg3q1O7Z62LaaI6S9wVq8QCw3K88g8wEzrcM=
github.com/ethereum/go-ethereum v1.13.4/go.mod h1:I0U5VewuuTzvBtVzKo7b3hJzDhXOUtn9mJW7SsIPB0Q=
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c h1:8ISkoahWXwZR41ois5lSJBSVw4D0OV19Ht/JSTzvSv0=
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c/go.mod h1:Yg+htXGokKKdzcwhuNDwVvN+uBxDGXJ7G/VN1d8fa64=
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 h1:JWuenKqqX8nojtoVVWjGfOF9635RETekkoH6Cc9SX0A=
Expand Down Expand Up @@ -610,8 +611,9 @@ github.com/gofrs/uuid v3.3.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRx
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 h1:kHL1vqdqWNfATmA0FNMdmZNMyZI1U6O31X4rlIPoBog=
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/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

0 comments on commit 819bb25

Please sign in to comment.