fix(deps): update module github.com/ethereum/go-ethereum to v1.14.12 #666
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.14.8
->v1.14.12
Release Notes
ethereum/go-ethereum (github.com/ethereum/go-ethereum)
v1.14.12
: Gei Hinnom (v1.14.12)Compare Source
This release covers quite a lot of time, and has many changes across the codebase. In particular; changes in tracing and account management, optimizations in database, trie and evm, and, as always bugfixes.
This release removes the
personal
RPC namespace. It was already previously deprecated, and has not been accessible by default for nearly two years. We also removed the--unlock
command-line parameter, with a view towards removing key/account management from thegeth
binary.--unlock
command line flag fromgeth
(#30737)personal
RPC namespace (#30704)24.10
(#30580)flatCallTracer
(#30539)disableCode
anddisableStorage
options forprestateTracer
(#30648)GetTransientState
method to StateDB interface (#30531)AccessList
based on given block, not chain tip (#30538)it has been noted that
fsync
is notoriously slow.EIP-7002
andEIP 7251
(#30571)EIP-7685
andEIP-6110
(flat requests enconding) (#30425)engine_getBlobsV1
API method (#30537)For a full rundown of the changes please consult the Geth 1.14.12 release milestone.
As with all our previous releases, you can find the:
ethereum/client-go
.v1.14.11
: Makhaira (v1.14.11)Compare Source
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
totalDifficulty
field from RPC, in accordance with spec update, #30386FINDNODE
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:
ethereum/client-go
.v1.14.10
: Kopis (v1.14.10)Compare Source
Geth v1.14.10 is a hotfix release to fix a blob pool regression introduced in v1.14.9. Users running the previous bad version should update ASAP. That said, there is no immediate danger to these users, just to the health of blob transaction propagation and inclusion in the network.
Beside the hotfix, this release:
For a full rundown of the changes please consult the Geth 1.14.10 release milestone.
As with all our previous releases, you can find the:
ethereum/client-go
.v1.14.9
: Aegis (v1.14.9)Compare Source
This release has been nuked. It broke the blob pool, please do not use it.
This is a maintenance release, but also introduces support for the new multicall spec, which is a much anticipated feature providing a
eth_simulateV1
call, that takes a list of blocks and executes them as if calling multipleeth_call
s sequentially. It accepts optional state and precompile overrides, as well as transfer log events. This release also ships with improved verkle support.Command line
Pectra
Core
Txpool
Networking
RPC / tracing
eth_simulateV1
, which allows for the simulation a chain of blocks or simply a processing a sequence of eth_calls in one go. It is the implementation of the latest multicall spec (https://github.com/ethereum/go-ethereum/pull/27720)Client.Unsubscribe
(https://github.com/ethereum/go-ethereum/pull/30318)Misc
contract
type parameters (https://github.com/ethereum/go-ethereum/pull/30315)--dev
mode (https://github.com/ethereum/go-ethereum/pull/30264)Build
Full Changelog: ethereum/go-ethereum@v1.14.8...v1.14.9
For a full rundown of the changes please consult the Geth 1.14.9 release milestone.
As with all our previous releases, you can find the:
ethereum/client-go
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.