Releases: wealdtech/ethdo
Release 1.33.1
This is a maintenance release for ethdo 1.33.x. Changes include:
- add "slot" to "proposer duties" command
- add activation epoch and time to "validator info" command where applicable
- add "holesky" to the list of supported networks
- avoid crash when requesting validators from beacon node without debug enabled
The full changelog can be found at v1.33.0...v1.33.1
Release 1.33.0
This is a feature release for ethdo. Changes include:
- show all slots with 'synccommittee inclusion'
- add "wallet batch" command
The full changelog can be found at v1.32.0...v1.33.0
Release 1.32.0
This is a feature release for ethdo. Changes include:
- fix incorrect error when "deposit verify" is not given a withdrawal address
- allow truncated mnemonics (first four characters of each word)
- add deneb information to "block info"
- "block info" accepts "--block-time" option
- increase default operation timeout from 10s to 30s
The full changelog can be found at v1.31.0...v1.32.0
Release 1.31.0
This is a feature release for ethdo. Changes include:
- add "--generate-keystore" option for "account derive"
- update "validator exit" command to be able to generate multiple exits
- support for 12-word and 18-word mnemonics with single-word (no whitespace) passphrases
Release 1.30.0
This is a feature release of ethdo. Changes include:
- add "chain spec" command
- add "validator withdrawal" command
Release 1.29.2
This is a feature release for ethdo. Changes include:
- fix regression where validator index could not be used as an account specifier
- allow use of keystores with validator credentials set
- tidy up various command options to provide more standard usage
- add mainnet fallback beacon node
Note that because some command options have been renamed it is possible that this can cause problems with scripts that use these commands. If you use ethdo
in your scripts please check the command options for the commands you use with ethdo <command> --help
to see if any options have changed.
Release 1.28.5
This is a maintenance release for ethdo 1.28.x. Changes include:
- increase minimum timeout for fetching chain info to 5 minutes
- do not print warning when connecting to default chain info mainnet node
Release 1.28.4
This is a maintenance release for ethdo 1.28.x. Changes include:
- allow a keystore to be supplied with a relative (or no) path
Release 1.28.3
This is a maintenance release for ethdo 1.28.x. Changes include:
- update dependencies
- allow use of validator account for
validator exit
Release 1.28.1
This is a maintenance release for ethdo 1.28.x. Changes include:
- allow import of accounts with null name field in their keystore
- show text of block execution payload extra data if available
- provide default beacon node for validator changes if not otherwise available