solana/programs/bpf
Justin Starry ce8d37984d
Allow secure keypair input for solana-validator cli (#7080)
* Allow secure keypair input for solana-validator cli

* feedback

* Add --skip-mnemonic-validation

* Update --identity to --identity-keypair

* Use struct instead of tuple

* Fix dependencies

* cargo fmt

* Add basic tests

* Use `seed phrase` instead of `mnemonic`

* Update passphrase prompt
2019-11-22 10:20:40 -05:00
..
benches Merge api/program into single units (#7061) 2019-11-20 16:32:19 -08:00
c Add support for BPF program custom errors (#5743) 2019-09-06 16:05:01 -07:00
rust Remove unsupported test (#6820) 2019-11-08 11:37:47 -08:00
tests Rename genesis block to genesis config (#6816) 2019-11-08 23:56:57 -05:00
.gitignore tmp dirs target to farf (#5079) 2019-07-12 18:28:42 -07:00
Cargo.lock Allow secure keypair input for solana-validator cli (#7080) 2019-11-22 10:20:40 -05:00
Cargo.toml Merge api/program into single units (#7061) 2019-11-20 16:32:19 -08:00
build.rs Remove bloat due to test symbols (#5965) 2019-09-18 19:54:10 -07:00