solana/clap-utils/src
Tyera Eulberg 694c674aa6
Implement Bip32 for seed-phrase/passphrase signing (#16942)
* Add Keypair helpers for bip32 derivation

* Plumb bip32 for SignerSourceKind::Ask

* Support full-path querystring

* Use as_ref

* Add public wrappers for from_uri cases

* Support master root derivations (and fix too-deep print

* Add ask:// HD documentation

* Update ASK elsewhere in docs
2021-05-03 19:58:56 -06:00
..
fee_payer.rs Refactor SignerSource to expose DerivationPath to other kinds of signers (#16933) 2021-04-29 01:42:21 -06:00
input_parsers.rs Implement Bip32 for seed-phrase/passphrase signing (#16942) 2021-05-03 19:58:56 -06:00
input_validators.rs Refactor SignerSource to expose DerivationPath to other kinds of signers (#16933) 2021-04-29 01:42:21 -06:00
keypair.rs Implement Bip32 for seed-phrase/passphrase signing (#16942) 2021-05-03 19:58:56 -06:00
lib.rs issue #10831: added --with-memo option to all cli commands that submit (#16291) 2021-04-05 20:53:50 +00:00
memo.rs Refactor SignerSource to expose DerivationPath to other kinds of signers (#16933) 2021-04-29 01:42:21 -06:00
nonce.rs Refactor SignerSource to expose DerivationPath to other kinds of signers (#16933) 2021-04-29 01:42:21 -06:00
offline.rs Refactor SignerSource to expose DerivationPath to other kinds of signers (#16933) 2021-04-29 01:42:21 -06:00