solana/cli/src
Tyera Eulberg d97850f1d9
Add account-decoder utilities (#10846)
* Fix comment and make less pub

* Add account-decoder crate and use to decode vote and system (nonce) accounts

* Update docs

* Rename RpcAccount struct

* s/Rpc/Display

* Call it jsonParsed and update docs

* Revert "s/Rpc/Display"

This reverts commit 6e7149f503f560f1e9237981058ff05642bb7db5.

* s/Rpc/Ui

* Add tests

* Ui more things

* Comments
2020-07-01 04:55:11 +00:00
..
offline Add account-decoder utilities (#10846) 2020-07-01 04:55:11 +00:00
checks.rs Remove fee-payer guesswork from Message and Transaction (#10776) 2020-06-24 14:52:38 -06:00
cli.rs Add account-decoder utilities (#10846) 2020-07-01 04:55:11 +00:00
cli_output.rs Split out current and delinquent validators (#10702) 2020-06-18 16:19:32 -07:00
cluster_query.rs Remove fee-payer guesswork from Message and Transaction (#10776) 2020-06-24 14:52:38 -06:00
display.rs Permit users to assign labels to account addresses 2020-06-18 18:46:49 +00:00
lib.rs Remove archiver and storage program (#9992) 2020-05-14 18:22:47 -07:00
main.rs Permit users to assign labels to account addresses 2020-06-18 18:46:49 +00:00
nonce.rs Remove fee-payer guesswork from Message and Transaction (#10776) 2020-06-24 14:52:38 -06:00
spend_utils.rs Move commitment to CliConfig to enable faster integration tests (#10627) 2020-06-17 12:18:48 -06:00
stake.rs Remove fee-payer guesswork from Message and Transaction (#10776) 2020-06-24 14:52:38 -06:00
test_utils.rs Move commitment to CliConfig to enable faster integration tests (#10627) 2020-06-17 12:18:48 -06:00
validator_info.rs Remove fee-payer guesswork from Message and Transaction (#10776) 2020-06-24 14:52:38 -06:00
vote.rs Remove fee-payer guesswork from Message and Transaction (#10776) 2020-06-24 14:52:38 -06:00