solana/account-decoder/src
Jon Cinque 1b1d34da59
Refactor stake program into solana_program (#17906)
* Move stake state / instructions into solana_program

* Update account-decoder

* Update cli and runtime

* Update all other parts

* Commit Cargo.lock changes in programs/bpf

* Update cli stake instruction import

* Allow integer arithmetic

* Update ABI digest

* Bump rust mem instruction count

* Remove useless structs

* Move stake::id() -> stake::program::id()

* Re-export from solana_sdk and mark deprecated

* Address feedback

* Run cargo fmt
2021-06-15 18:04:00 +02:00
..
lib.rs simulateTransaction can now return accounts modified by the simulation 2021-05-26 14:20:23 -07: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 Refactor stake program into solana_program (#17906) 2021-06-15 18:04:00 +02: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 Simplify account.rent_epoch handling for sysvar rent (#16049) 2021-03-25 15:23:20 +09: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