solana/account-decoder/src
Tyera Eulberg 2ef4369237
Distribute spl tokens (#13559)
* Add helpers to covert between sdk types

* Add distribute-spl-tokens to args and arg-parsing

* Build spl-token transfer-checked instructions

* Check spl-token balances properly

* Add display handling to support spl-token

* Small refactor to allow failures in allocation iter

* Use Associated Token Account for spl-token distributions

* Add spl token support to balances command

* Update readme

* Add spl-token tests

* Rename spl-tokens file

* Move a couple more things out of commands

* Stop requiring lockup_date heading for non-stake distributions

* Use epsilon for allocation retention
2020-11-19 10:32:31 -07:00
..
lib.rs Rename Binary64 to Base64. Establish Base58 encoding 2020-08-17 17:26:29 -07:00
parse_account_data.rs Run `codemod --extensions rs Pubkey::new_rand solana_sdk::pubkey::new_rand` 2020-10-21 19:08:13 -07:00
parse_config.rs Run `codemod --extensions rs Pubkey::new_rand solana_sdk::pubkey::new_rand` 2020-10-21 19:08:13 -07:00
parse_nonce.rs Decode native-program and sysvar accounts (#11463) 2020-08-09 07:50:45 +00:00
parse_stake.rs Remove unused pubkey::Pubkey imports 2020-10-21 19:08:13 -07:00
parse_sysvar.rs Improve monitoring of timestamp correction and bounding (#13656) 2020-11-17 21:51:43 +00:00
parse_token.rs Distribute spl tokens (#13559) 2020-11-19 10:32:31 -07:00
parse_vote.rs Decode native-program and sysvar accounts (#11463) 2020-08-09 07:50:45 +00:00
validator_info.rs Decode native-program and sysvar accounts (#11463) 2020-08-09 07:50:45 +00:00