Releases: wealdtech/ethdo
Releases · wealdtech/ethdo
Release 1.26.1
This is a maintenance release of ethdo. Updates include:
- add ability to generate validator credentials change operations prior to the fork in which they become usable
Release 1.26.0
This is a feature release for ethdo. Changes include:
- provide functionality to manage withdrawal credentials in anticipation of the Capella hard fork.
Release 1.25.3
This is a maintenance release for ethdo 1.25.x. Changes include:
- no longer require
connection
parameter (ethdo will try common ports if not specified) - support "block analyze" on bellatrix (thanks @tcrossland)
- check deposit message root match for verifying deposits (thanks @aaron-alderman)
Release 1.25.0
This is a feature release, including the following changes:
- add "proposer duties" command
- add deposit signature verification to "deposit verify"
Release 1.24.1
This is a maintenance release of ethdo. Updates include:
- fix potential crash when new validators are activated
- add "sepolia" to the list of supported networks
Release 1.24.0
This is a feature release, including the following changes:
- add "validator yield" command
Release 1.23.1
This is a maintenance release, including the following changes:
- do not fetch future state for chain eth1votes
Release 1.23.0
This is a feature release, including the following changes:
- do not fetch sync committee information for epoch summaries prior to Altair
- ensure that "attester inclusion" without validator returns appropriate error
- provide more information in "epoch summary" with verbose flag
- add "chain eth1votes"
Release 1.22.0
This is a feature release, including the following changes:
- add "ropsten" to the list of supported networks
Release 1.21.0
This is a feature release, including the following changes:
- add "validator credentials get" command