Skip to content

Commit

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

Bumps
[github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum)
from 1.13.1 to 1.13.2.
<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>Phaistos (v1.13.2)</h2>
<p>Geth v1.13.2 is a bugfix release for the 1.13 family as well as
contains the Holesky testnet relaunch.</p>
<p><em>Note, if you have previously ran Geth with the old Holesky
testnet configs, the new version will probably fail to start with a
genesis hash mismatch error. You will need to manually delete your
<code>holesky/chaindata</code> folder and restart. Geth did not
implement special code for cleaning up the failed launch of the
testnet.</em></p>
<ul>
<li>Fix various pathdb corruption corner-cases during snap sync node
restart (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28171">#28171</a>,
<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28163">#28163</a>).</li>
<li>Reconfigure the Holesky testnet with an updated genesis (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28191">#28191</a>,
<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28192">#28192</a>,
<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28193">#28193</a>).</li>
<li>Remove the rollback mechanism from snap sync, unneeded post-merge
(<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28147">#28147</a>).</li>
<li>Make the <code>block</code> parameter in <code>eth_call</code>
optional, defaulting to <code>latest</code> (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28165">#28165</a>).</li>
<li>Forget transactions previously marked underpriced after 5 minutes
(<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28097">#28097</a>).</li>
<li>Fix JSON marshalling issue from <code>ethclient</code> retrieving
block receipts (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28087">#28087</a>).</li>
<li>Fix <code>--bootnodes</code> flag if the list is also configured in
the toml file (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28095">#28095</a>).</li>
</ul>
<p>For a full rundown of the changes please consult the Geth 1.13.2 <a
href="https://github.com/ethereum/go-ethereum/milestone/150?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/dc34fe8291bfcaefbce97f559e9610beffb2e470"><code>dc34fe8</code></a>
params: release Geth v1.13.2</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/73f5bcb75b562fcb3c109dd9c51f21956bc1f1f4"><code>73f5bcb</code></a>
core, accounts, eth, trie: handle genesis state missing (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/28171">#28171</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/a0811300815f1d4e79881113a102e91fdfeecdb8"><code>a081130</code></a>
core/txpool: fix typos (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/28213">#28213</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/614804b33c340cd60cbb6087d898b2968b0da320"><code>614804b</code></a>
core/txpool: fix typos (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/28208">#28208</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/b85c183ea7417e973dbbccd27b3fb7d7097b87dd"><code>b85c183</code></a>
eth/downloader: remove header rollback mechanism (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/28147">#28147</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/adb9b319c9c61f092755000bf0fc4b3349f5cbbc"><code>adb9b31</code></a>
internal/ethapi: eth_call block parameter is optional (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/28165">#28165</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/2b7bc2c36b0d0efc83e62ba8e13723b943c4fa6e"><code>2b7bc2c</code></a>
eth/fetcher: allow underpriced transactions in after timeout (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/28097">#28097</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/40219109b01b553f4adccf8ff3b34dea293ec7ed"><code>4021910</code></a>
eth/downloader: typo in comment (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/28196">#28196</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/4de89e92e41d08a814d31534e9db34ae0d95e966"><code>4de89e9</code></a>
core/vm: minor code formatting (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/28199">#28199</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/4985d83b8faa5d32238429c57ff72ec39ef20720"><code>4985d83</code></a>
ethclient: fix BlockReceipts parameter encoding (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/28087">#28087</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/ethereum/go-ethereum/compare/v1.13.1...v1.13.2">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.1&new-version=1.13.2)](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 Sep 28, 2023
1 parent d9ad52f commit 15d6673
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.1
github.com/ethereum/go-ethereum v1.13.2
github.com/gogo/protobuf v1.3.3
github.com/golang/protobuf v1.5.3
github.com/google/uuid v1.3.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,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.1 h1:UF2FaUKPIy5jeZk3X06ait3y2Q4wI+vJ1l7+UARp+60=
github.com/ethereum/go-ethereum v1.13.1/go.mod h1:xHQKzwkHSl0gnSjZK1mWa06XEdm9685AHqhRknOzqGQ=
github.com/ethereum/go-ethereum v1.13.2 h1:g9mCpfPWqCA1OL4e6C98PeVttb0HadfBRuKTGvMnOvw=
github.com/ethereum/go-ethereum v1.13.2/go.mod h1:gkQ5Ygi64ZBh9M/4iXY1R8WqoNCx1Ey0CkYn2BD4/fw=
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

0 comments on commit 15d6673

Please sign in to comment.