solana/account-decoder/src
sakridge 967746abbf
Only encode data with <128 bytes in base58 (#19317)
* Only encode data with <128 bytes in bs58

* Use same MAX_BS58_BYTES const in rpc

* Fix test

* Spell out base

Co-authored-by: Tyera Eulberg <tyera@solana.com>
2021-08-20 14:30:59 -06:00
..
lib.rs Only encode data with <128 bytes in base58 (#19317) 2021-08-20 14:30:59 -06:00
parse_account_data.rs Refactor stake program into solana_program (#17906) 2021-06-15 18:04:00 +02:00
parse_bpf_loader.rs Parse upgradeable loader instructions and accounts (#15195) 2021-02-08 17:18:10 -07:00
parse_config.rs chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
parse_nonce.rs Don't parse uninitialized system/nonce accounts (#16584) 2021-04-15 16:32:29 -06:00
parse_stake.rs Refactor stake program into solana_program (#17906) 2021-06-15 18:04:00 +02:00
parse_sysvar.rs deprecate fees sysvar (#18960) 2021-07-29 10:48:14 -07:00
parse_token.rs account-decoder: don't use strings to convert between Pubkey types (#17391) 2021-05-21 22:53:53 +00:00
parse_vote.rs vote: Add helper for creating current-versioned states 2020-12-22 19:37:26 -07:00
validator_info.rs Decode native-program and sysvar accounts (#11463) 2020-08-09 07:50:45 +00:00