Update module github.com/ethereum/go-ethereum to v1.14.11
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/ethereum/go-ethereum | require | patch |
v1.14.10 -> v1.14.11
|
Release Notes
ethereum/go-ethereum (github.com/ethereum/go-ethereum)
v1.14.11
: Makhaira (v1.14.11)
This is a minor release, with the primary goal of publishing new stable
and latest
docker images. A problem in the CI pipeline prevented the publishing of docker images. We have now resolved the problem, and hope that the v1.14.11
-release will be published as usual on Docker hub.
We have now switched the way the docker images are built, and the -amd64
and -arm64
-tagged versions will no longer be maintained:
-
alltools-latest-amd64
,alltools-latest-arm64
->alltools-latest
-
latest-amd64
,latest-arm64
->latest
-
v1.14.10-amd64
,v1.14.10-arm64
->v1.14.10
NOTE: If you are a docker user on stable
/latest
, there's a high chance that you are not using any of the last two releases. If so, you are advised to look through the release-notes of those releases respectively: v1.14.10 and v1.14.9.
Other changes since v1.14.10 include
- Remove
totalDifficulty
field from RPC, in accordance with spec update, #30386 - Fix flaw in simulated backend #30465
- New method of building multi-platform docker images #30530
- Ability to disable
FINDNODE
liveness checks in tests #30512
For a full rundown of the changes please consult the Geth 1.14.11 release milestone.
As with all our previous releases, you can find the:
- Pre-built binaries for all platforms on our downloads page.
- Docker images published under
ethereum/client-go
. - Ubuntu packages in our Launchpad PPA repository.
- OSX packages in our Homebrew Tap repository.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.