good morning!!!!
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/ethereum/go-ethereum | require | patch |
v1.14.10 -> v1.14.11
|
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
totalDifficulty
field from RPC, in accordance with spec update, #30386
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:
ethereum/client-go
.This MR has been generated by Renovate Bot.