Sourced from github.com/ethereum/go-ethereum's releases.
Makhaira (v1.14.11)
This is a minor release, with the primary goal of publishing new
stable
andlatest
docker images. A problem in the CI pipeline prevented the publishing of docker images. We have now resolved the problem, and hope that thev1.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 #30512For 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.
f3c696f
all: release go-ethereum v1.13.8f14f13b
params: go-ethereum v1.14.11 stable40fd887
internal/ethapi: remove td field from block (#30386)db6ae7f
cmd/geth: remove deprecated lightchaindata db (#30527)e67d5f8
eth/catalyst: use setcanonical instead of sethead in simulated fork (#30465)cfe25c7
build: use buildx to build multi-platform docker images (#30530)0a21cb4
core/txpool/blobpool: use types.Sender instead of signer.Sender (#30473)6b61b54
p2p/discover: add config option for disabling FINDNODE liveness check
(#30512)283be23
params: begin v1.14.11 release cycle