Releases: wealdtech/ethdo
Releases · wealdtech/ethdo
Release 1.7.0
This release contains remediations for the ethdo audit and additional features to provide more protection for mainnet deposits.
- "validator depositdata" now defaults to mainnet, does not silently fetch fork version from chain
- update deposit data output to version 3, to allow for better deposit checking
- use go-eth2-client for beacon node communications
- deprecated "--basedir" in favor of "--base-dir"
- deprecated "--storepassphrase" in favor of "--store-passphrase"
- deprecated "--walletpassphrsae" in favor of "--wallet-passphrsae"
- renamed "--exportpassphrase" and "--importpassphrase" flags to "--passphrase"
- reworked internal structure of account-related commands
- reject weak passphrases by default 1.6.1:
- "attester inclusion" defaults to previous epoch
- output array for launchpad deposit data JSON in all situations 1.6.0:
- update BLS HKDF function to match spec 04
- add --launchpad option to "validator depositdata" to output data in launchpad format 1.5.9:
- fix issue where wallet mnemonics were not normalised to NFKD
- "block info" supports fetching the gensis block (--slot=0)
- "attester inclusion" command finds the inclusion slot for a validator's attestation
- "account info" with verbose option now displays participants for distributed accounts
- fix issue where distributed account generation without a passphrase was not allowed
Release 1.6.1
v1.6.1 Ensure launchpad data is always an array.
Release 1.6.0
v1.6.0 Update BLS HKDF for spec 04
Release 1.5.10
v1.5.10 Update HKDF for BLS spec 04.
Release 1.5.9
v1.5.9 Release 1.5.9
Release 1.5.8
v1.5.8 Version 1.5.8.
Release 1.5.7
Add ability to create HD accounts with a specific path.
Release 1.5.6
v1.5.6 Fix issue when creating new accounts.
Release 1.5.5
v1.5.5 Fix bad path spec for validator deposits.
Release 1.5.4
v1.5.4 Add 'exit verify' command.