ChorusOne / eth-staking-smith

Ethereum 2.0 deposit CLI / library
Apache License 2.0
19 stars 6 forks source link

Migrate to Clap 4.x #30

Closed mksh closed 1 month ago

mksh commented 1 year ago

Currently project uses Clap 2.x for CLI interface for commands.

Clap 2.x contains vulnerable/unmaintained dependency (atty), and is not going to be upgraded any more.

Need to switch to Clap 4.x version.

mksh commented 1 month ago

https://github.com/ChorusOne/eth-staking-smith/pull/50

mksh commented 1 month ago

This was solved in https://github.com/ChorusOne/eth-staking-smith/pull/50