* Deinitialize nonce data upon zero balance
(cherry picked from commit 3881ae10fb)
* vote: Add helper for creating current-versioned states
(cherry picked from commit 5b903318b2)
* Deinitialize vote data upon zero balance
(cherry picked from commit db5bd6ea1a)
* Deinitialize stake data upon zero balance
(cherry picked from commit 50710473a8)
Co-authored-by: Trent Nelson <trent@solana.com>
* Update account-decoder to spl-token v2.0
* Update transaction-status to spl-token v2.0
* Update rpc to spl-token v2.0
* Update getTokenSupply to pull from Mint directly
* Fixup to spl-token v2.0.1
* Pass pubkey in to account-decoder for sysvars
* Decode sysvar accounts
* Decode config accounts; move validator-info lower
* Decode stake accounts
* Review comments
* Stringify any account lamports and epochs that can be set to u64::MAX
* Simplify account-decoder program ids + spl_token helper
* Spl program namespace version
* Add getTokenAccountBalance endpoint
* Remove token program id from getTokenAccountBalance request
* Add getTokenSupply endpoint
* Remove token program id from getTokenSupply request
* Add getTokenAccountsByOwner/Delegate endpoints
* Remove token program id from getTokenAccountsByOwner/Delegate requests
* Named parameter
* 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 6e7149f503.
* s/Rpc/Ui
* Add tests
* Ui more things
* Comments