Skip to content

Commit

Permalink
chore(deps): Bump github.com/ethereum/go-ethereum from 1.14.2 to 1.14…
Browse files Browse the repository at this point in the history
….3 (#3458)

Bumps
[github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum)
from 1.14.2 to 1.14.3.
<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>Fuel Depot (v1.14.3)</h2>
<p>We're issuing this (v1.14.3) release to finally publish v1.14 on the
Ubuntu PPA. It is otherwise identical to <a
href="https://github.com/ethereum/go-ethereum/releases/tag/v1.14.2">v1.14.2</a>.</p>
<hr />
<p>This is a maintenance release containing bug-fixes. In case you are
wondering where v1.14.1 (and v1.14.2) went, let's just say, the
continuous integration gods have not been good to us.</p>
<p>List of changes in detail:</p>
<h4>Geth</h4>
<ul>
<li>When using <code>geth --dev</code> with a custom genesis block, the
genesis file must now set difficulty and terminal total difficulty to
zero. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29579">#29579</a>)</li>
<li>For fork scheduling errors in <code>geth init</code>, fork
timestamps will now be printed correctly. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29514">#29514</a>)</li>
<li>Certain aspects of state handling are now parallelized resulting in
a 5-10% speedup for block processing. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29681">#29681</a>)</li>
</ul>
<h4>RPC</h4>
<ul>
<li><code>eth_feeHistory</code> was changed to apply a limit on the
number of requested percentiles (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29644">#29644</a>)</li>
<li><code>eth_createAccessList</code> now honors request cancellation
and terminates background work (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29686">#29686</a>)</li>
<li><code>eth_estimateGas</code> takes tx blobs into account for
low-balance scenarios (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29703">#29703</a>)</li>
</ul>
<h4>Tracing</h4>
<ul>
<li>The live tracing interface has new hooks around EVM system calls (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29355">#29355</a>)</li>
<li>flatCallTracer was fixed to return the correct error result when
interrupted (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29623">#29623</a>)</li>
</ul>
<h4>Build</h4>
<ul>
<li>This release is built with Go 1.22.3 (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29725">#29725</a>)</li>
<li>We no longer provide deb packages for Ubunty 14.04 Trusty Tahr (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29651">#29651</a>,
<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29649">#29649</a>,
<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29648">#29648</a>,
<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29647">#29647</a>)</li>
<li>CI builders have been updated to Ubuntu 24.04 Noble Numbat (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29723">#29723</a>)</li>
</ul>
<p>For a full rundown of the changes please consult the Geth <a
href="https://github.com/ethereum/go-ethereum/milestone/165?closed=1">1.14.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/ab48ba42f4f34873d65fd1737fabac5c680baff6"><code>ab48ba4</code></a>
params: release go-ethereum v1.14.3 stable</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/804afb8faa0e3796fb8e6f39beabce356bc98298"><code>804afb8</code></a>
.travis.yml: restore PPA condition and bump timeouts (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/29742">#29742</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/faff03c40329be2aa87017dc90ffebf0b7285388"><code>faff03c</code></a>
.travis.yml: enable PPA upload on push and fix apt-get command (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/29741">#29741</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/1a79f8fe58f9c42db1dcfd8599f386c8158069e8"><code>1a79f8f</code></a>
params: begin v1.14.3 release cycle</li>
<li>See full diff in <a
href="https://github.com/ethereum/go-ethereum/compare/v1.14.2...v1.14.3">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.2&new-version=1.14.3)](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 May 10, 2024
1 parent 40dd8a1 commit a20edd1
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 @@ -16,7 +16,7 @@ require (
github.com/cosmos/gogoproto v1.4.12
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.2
github.com/ethereum/go-ethereum v1.14.3
github.com/gogo/protobuf v1.3.3
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -526,8 +526,8 @@ github.com/envoyproxy/protoc-gen-validate v1.0.4/go.mod h1:qys6tmnRsYrQqIhm2bvKZ
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.2 h1:3ketymsXTLiXmtnCrXab/EUsV+X8KhwUqv572TriDaU=
github.com/ethereum/go-ethereum v1.14.2/go.mod h1:1STrq471D0BQbCX9He0hUj4bHxX2k6mt5nOQJhDNOJ8=
github.com/ethereum/go-ethereum v1.14.3 h1:5zvnAqLtnCZrU9uod1JCvHWJbPMURzYFHfc2eHz4PHA=
github.com/ethereum/go-ethereum v1.14.3/go.mod h1:1STrq471D0BQbCX9He0hUj4bHxX2k6mt5nOQJhDNOJ8=
github.com/evanphx/json-patch v4.12.0+incompatible h1:4onqiflcdA9EOZ4RxV643DvftH5pOlLGNtQ5lPWQu84=
github.com/evanphx/json-patch v4.12.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk=
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c h1:8ISkoahWXwZR41ois5lSJBSVw4D0OV19Ht/JSTzvSv0=
Expand Down

0 comments on commit a20edd1

Please sign in to comment.