Skip to content

Releases: wealdtech/ethdo

Release 1.7.0

18 Nov 11:36
v1.7.0
b30db1b
Compare
Choose a tag to compare

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

29 Sep 08:04
v1.6.1
0a90ae9
Compare
Choose a tag to compare
v1.6.1

Ensure launchpad data is always an array.

Release 1.6.0

25 Sep 07:36
v1.6.0
d10b7f2
Compare
Choose a tag to compare
v1.6.0

Update BLS HKDF for spec 04

Release 1.5.10

25 Sep 07:00
v1.5.10
0f1c6f0
Compare
Choose a tag to compare
v1.5.10

Update HKDF for BLS spec 04.

Release 1.5.9

21 Sep 08:42
v1.5.9
6118f9c
Compare
Choose a tag to compare
v1.5.9

Release 1.5.9

Release 1.5.8

25 Aug 08:28
v1.5.8
0746fa3
Compare
Choose a tag to compare
v1.5.8

Version 1.5.8.

Release 1.5.7

08 Aug 13:32
v1.5.7
48d6339
Compare
Choose a tag to compare

Add ability to create HD accounts with a specific path.

Release 1.5.6

02 Aug 21:01
v1.5.6
85c7c7f
Compare
Choose a tag to compare
v1.5.6

Fix issue when creating new accounts.

Release 1.5.5

01 Aug 15:11
v1.5.5
70d451c
Compare
Choose a tag to compare
v1.5.5

Fix bad path spec for validator deposits.

Release 1.5.4

31 Jul 15:39
v1.5.4
115d037
Compare
Choose a tag to compare
v1.5.4

Add 'exit verify' command.