Version 2.3.4
This is an optional release with new features and bug fixes
./ethd configoffers Holesky testnet- Geth fresh sync now uses PBSS
- SSV supports MEV
- SSV migrates to new jato-v2 testnet
- Reth supports full node pruning
- The
auto-prune.shscript has been deprecated and will be removed with Dencun - New
./ethd keys sign-exitcommand for use with clients' keymanager API ./ethd configprompts for MEV when using a RocketPool reverse hybrid setup. Thanks @haurog!./ethd keys importknows about eth2-val-tools stylekeysandsecretsfolders. Thanks to Patches for prodding me!- Geth uses its down defaults for HTTP and WS API for easier override via
EL_EXTRAS. Thanks @jiangbo0216! - Nimbus registers web3signer keys on startup
- All-new support for custom testnets. Set
NETWORKto a github repo containing the network config such ashttps://github.com/ethpandaops/dencun-testnet/tree/master/network-configs/devnet-8. Thanks to Barnabas and client teams for the feature request! - Binary and source repos can now be specified in
.env, to allow use of custom client repos for custom testnets. - Upgrading compose V1 to compose V2 no longer marks docker.io for deletion
- New Nethermind executable name on source build. Thanks @rubo!