solana/clap-utils/src
bji 364af3a3e0
issue #10831: added --with-memo option to all cli commands that submit (#16291)
* issue #10831: added --with-memo option to all cli commands that submit
transactions.  Also, improve the block command to show UTF-8 string instead
of integer values for memo program data.

* Fixed tests and changed some syntax according to feedback.

* Use spl_memo id (all versions where applicable) instead of hardcoding id.

* Update Cargo.toml in programs/bpf.

* Update formatting via cargo fmt.

* Update to use spl_memo version 3.0.1, which simplifies package imports
2021-04-05 20:53:50 +00:00
..
fee_payer.rs Move CLI fee payer arg into clap-utils 2020-09-23 15:58:44 -06:00
input_parsers.rs Upgrade to Rust v1.49.0 2021-01-23 19:16:36 -08:00
input_validators.rs CLI: Make derived address seed.len() check a clap validator 2021-02-19 23:20:40 +00:00
keypair.rs clap-utils: Allow `NullSigner`s outside sign-only mode 2021-03-25 05:45:21 +00: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 issue #10831: added --with-memo option to all cli commands that submit (#16291) 2021-04-05 20:53:50 +00:00
nonce.rs clap-utils: Allow nonce/offline args to be global 2020-09-29 10:42:49 -06:00
offline.rs CLI: Support dumping the TX message in sign-only mode 2021-03-16 19:20:54 -06:00