Skip to content

Commit

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

Bumps
[github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum)
from 1.13.12 to 1.13.13.
<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>Alsages (v1.13.13)</h2>
<p>This is a minor release with fixes for several issues related to the
upcoming Cancun mainnet fork. As such, it is recommended for all mainnet
users.</p>
<p>Changes in this release:</p>
<ul>
<li>Block-building performance with blob transactions has been improved
a lot. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29026">#29026</a>,
<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29008">#29008</a>,
<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29005">#29005</a>)</li>
<li>A corner case in the EVM related to out-of-order fork scheduling has
been fixed. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29023">#29023</a>)</li>
<li><code>eth_fillTransaction</code> has seen some bug fixes related to
blob transactions as well. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28929">#28929</a>,
<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29037">#29037</a>)</li>
<li>A rare panic in the ethstats client related to chain reorgs is
resolved. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29020">#29020</a>)</li>
<li>The blobpool database will now recover from disk corruption faults
instead of crashing geth on startup. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29001">#29001</a>)</li>
<li>Geth now implements <code>getClientVersionV1</code> on the Engine
API endpoint. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28915">#28915</a>,
<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28994">#28994</a>)</li>
</ul>
<p>Go API changes:</p>
<ul>
<li><code>ethereum.CallMsg</code> now contains EIP-4844 related fields
(<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28989">#28989</a>)</li>
<li><code>core.GenesisAlloc</code> is now available from package
<code>core/types</code>. We hope this change will reduce external
dependencies on package <code>core</code>. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29003">#29003</a>)</li>
</ul>
<p>For a full rundown of the changes please consult the Geth <a
href="https://github.com/ethereum/go-ethereum/milestone/161?closed=1">1.13.13
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/7f131dcbc9ffe986f91a1f51025bcfdcc0aa8f0e"><code>7f131dc</code></a>
Merge branch 'master' into release/1.13</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/3b4ede74443a15db27fddbb803a6b0cc4180ca75"><code>3b4ede7</code></a>
params: release go-ethereum v1.13.13 stable</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/b47cf8fe1de4f97ce38417d8136a58812734a7a9"><code>b47cf8f</code></a>
internal/ethapi: fix defaults for blob fields (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/29037">#29037</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/b9ca38b7358dbf7e236c624043bbab789a8d0389"><code>b9ca38b</code></a>
core/txpool: fix typo (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/29036">#29036</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/79e340fb1276cd5f0bbdc3825f90090488e3b978"><code>79e340f</code></a>
params: add cancun upgrade banner (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/29042">#29042</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/bba3fa9af9709ce6615d994edac7043e064fda0d"><code>bba3fa9</code></a>
core,eth,internal: fix typo (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/29024">#29024</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/7f5e96dc6c0d70f793a6a41c059c5dd660357964"><code>7f5e96d</code></a>
core/txpool: fix typo (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/29031">#29031</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/f4852b8ddc8bef962d34210a4f7774b95767e421"><code>f4852b8</code></a>
core/txpool, eth, miner: retrieve plain and blob txs separately (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/29026">#29026</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/ac0ff044606a663eeb47ef60ed5506f842753084"><code>ac0ff04</code></a>
core/vm, params: ensure order of forks, prevent overflow (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/29023">#29023</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/6fb0d0992bd4eb91faf1e081b3c4aa46adb0ef7d"><code>6fb0d09</code></a>
core/txpool, miner: speed up blob pool pending retrievals (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/29008">#29008</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/ethereum/go-ethereum/compare/v1.13.12...v1.13.13">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.12&new-version=1.13.13)](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 Feb 23, 2024
1 parent 92fc02d commit fc0dd96
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 @@ -15,7 +15,7 @@ require (
github.com/cosmos/cosmos-sdk v0.46.16
github.com/cosmos/gogoproto v1.4.11
github.com/cosmos/ibc-go/v6 v6.2.1
github.com/ethereum/go-ethereum v1.13.12
github.com/ethereum/go-ethereum v1.13.13
github.com/gogo/protobuf v1.3.3
github.com/golang/protobuf v1.5.3
github.com/gorilla/mux v1.8.1
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -517,8 +517,8 @@ github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7
github.com/ethereum/c-kzg-4844 v0.4.0 h1:3MS1s4JtA868KpJxroZoepdV0ZKBp3u/O5HcZ7R3nlY=
github.com/ethereum/c-kzg-4844 v0.4.0/go.mod h1:VewdlzQmpT5QSrVhbBuGoCdFJkpaJlO1aQputP83wc0=
github.com/ethereum/go-ethereum v1.10.17/go.mod h1:Lt5WzjM07XlXc95YzrhosmR4J9Ahd6X2wyEV2SvGhk0=
github.com/ethereum/go-ethereum v1.13.12 h1:iDr9UM2JWkngBHGovRJEQn4Kor7mT4gt9rUZqB5M29Y=
github.com/ethereum/go-ethereum v1.13.12/go.mod h1:hKL2Qcj1OvStXNSEDbucexqnEt1Wh4Cz329XsjAalZY=
github.com/ethereum/go-ethereum v1.13.13 h1:KYn9w7pEWRI9oyZOzO94OVbctSusPByHdFDPj634jII=
github.com/ethereum/go-ethereum v1.13.13/go.mod h1:TN8ZiHrdJwSe8Cb6x+p0hs5CxhJZPbqB7hHkaUXcmIU=
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 @@ -829,8 +829,8 @@ github.com/hashicorp/memberlist v0.1.3/go.mod h1:ajVTdAv/9Im8oMAAj5G31PhhMCZJV2p
github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc=
github.com/hdevalence/ed25519consensus v0.0.0-20220222234857-c00d1f31bab3 h1:aSVUgRRRtOrZOC1fYmY9gV0e9z/Iu+xNVSASWjsuyGU=
github.com/hdevalence/ed25519consensus v0.0.0-20220222234857-c00d1f31bab3/go.mod h1:5PC6ZNPde8bBqU/ewGZig35+UIZtw9Ytxez8/q5ZyFE=
github.com/holiman/billy v0.0.0-20230718173358-1c7e68d277a7 h1:3JQNjnMRil1yD0IfZKHF9GxxWKDJGj8I0IqOUol//sw=
github.com/holiman/billy v0.0.0-20230718173358-1c7e68d277a7/go.mod h1:5GuXa7vkL8u9FkFuWdVvfR5ix8hRB7DbOAaYULamFpc=
github.com/holiman/billy v0.0.0-20240216141850-2abb0c79d3c4 h1:X4egAf/gcS1zATw6wn4Ej8vjuVGxeHdan+bRb2ebyv4=
github.com/holiman/billy v0.0.0-20240216141850-2abb0c79d3c4/go.mod h1:5GuXa7vkL8u9FkFuWdVvfR5ix8hRB7DbOAaYULamFpc=
github.com/holiman/bloomfilter/v2 v2.0.3 h1:73e0e/V0tCydx14a0SCYS/EWCxgwLZ18CZcZKVu0fao=
github.com/holiman/bloomfilter/v2 v2.0.3/go.mod h1:zpoh+gs7qcpqrHr3dB55AMiJwo0iURXE7ZOP9L9hSkA=
github.com/holiman/uint256 v1.2.0/go.mod h1:y4ga/t+u+Xwd7CpDgZESaRcWy0I7XMlTMA25ApIH5Jw=
Expand Down

0 comments on commit fc0dd96

Please sign in to comment.