Skip to content

Releases: wealdtech/ethdo

Release 1.33.0

08 Aug 06:31
Compare
Choose a tag to compare

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

08 Jul 21:22
Compare
Choose a tag to compare

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

18 May 23:13
Compare
Choose a tag to compare

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

16 Apr 18:10
Compare
Choose a tag to compare

This is a feature release of ethdo. Changes include:

  • add "chain spec" command
  • add "validator withdrawal" command

Release 1.29.2

13 Apr 17:35
Compare
Choose a tag to compare

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

21 Mar 08:37
Compare
Choose a tag to compare

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

27 Feb 11:29
v1.28.4
7087a0a
Compare
Choose a tag to compare

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

26 Feb 13:27
v1.28.3
6ddd453
Compare
Choose a tag to compare

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

21 Feb 22:18
v1.28.1
76b9010
Compare
Choose a tag to compare

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

Release 1.28.0

31 Jan 21:39
v1.28.0
c915386
Compare
Choose a tag to compare

This is a feature release for ethdo. Changes include:

  • support additional mnemonic word list languages
  • increase minimum timeout for commands that fetch all validators to 2 minutes
  • provide better error messages when offline preparation file cannot be read
  • allow creation of all credential change operations related to a private key (thanks to @joaocenoura)