Sourced from github.com/ethereum/go-ethereum's releases.
Rayingri (v1.14.8)
This is a maintenance release with bug fixes only.
Command changes
- Blobpool related flags in Geth now actually work. (#30203)
- The
evm run
command no longer overwrites the sender account in genesis.json. (#30259)evm run
now allows configuringbaseFeePerGas
in genesis.json. (#30281)Go API
core/types.Transaction.ChainID
had a bug where it modified the signature for very large ChainID (>= 2^64). (#30157)ethclient.Client.NetworkID
now supports values returned in hex format by the server. (#30263)ethclient/simulated.Backend.AdjustTime
was fixed to apply the correct time divison. (#30138)accounts/abi/bind.TransactOpts
now supports setting an access list for created transactions. (#30195)- The package
p2p/simulations
has been removed. (#30250)Core
- A snap-sync database corruption related to sync restarts is fixed in this release. (#30258)
eth_call
storage overrides now work as originally intended: if a storage replacement object is specified in the call, previous storage values of the account are cleared. (#30185)- The txpool did not use the transaction's inline sender cache in some cases. (#30208)
- The performance of EVM stack swaps was improved a bit. (#30249)
Networking
- The downloader now takes withdrawals into account when sizing its queue. (#30276)
- The new discovery node revalidation could hot-spin in certain rare scenarios. (#30239)
- Configuring an external IP using
--nat=extip:...
could lead to invalid discovery packets being generated. (#30234)Build
- github.com/btcsuite/btcd/btcec has been upgraded to resolve a build error caused by upstream API changes. (#30181)
- This release is built with Go 1.22.6. (#30273)
For a full rundown of the changes please consult the Geth 1.14.8 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.
a9523b6
Merge branch 'master' into release/1.14880511d
params: release go-ethereum v1.14.8 stable5adf4ad
eth/protocols/snap: cleanup dangling account trie nodes due to
incomplete sto...33a13b6
p2p/simulations: remove packages (#30250)32a1e06
beacon/engine, consensus/beacon: use params.MaximumExtraDataSize instead
of h...811a69c
go.mod: update uint256 to 1.3.1 (#30280)83e70aa
cmd/evm: fix evm basefee (#30281)ebe31df
eth/downloader, core/types: take withdrawals-size into account in
downloader ...d3dae66
tests: fix TransactionTest to actually run (#30272)9ea766d
build: upgrade -dlgo version to Go 1.22.6 (#30273)