namada icon indicating copy to clipboard operation
namada copied to clipboard

Restore non-hd keys generation functionality

Open karbyshev opened this issue 1 year ago • 1 comments

This restores option for generation of random non-hd keys which was removed in #2158

  • [ ] I have added a changelog
  • [x] Git history is in acceptable state

karbyshev avatar Nov 15 '23 14:11 karbyshev

I think this should be handled separately, with a cmdline flag that would conflict with --hd-path (e.g. --no-mnemonic). dispatching on the presence of --hd-path results in a bit of a strange UX, IMO

btw, we should also allow importing raw secret keys. in the current release (v0.26.0) we only support importing keys derived from input mnemonics.

sug0 avatar Nov 15 '23 23:11 sug0

Integrated in #2260

karbyshev avatar Jan 02 '24 16:01 karbyshev