solana/runtime/tests
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
..
accounts.rs Ancestors to HashSet: From(Vec) (#17447) 2021-05-25 11:01:11 -05:00
bank.rs Remove unused pubkey::Pubkey imports 2020-10-21 19:08:13 -07:00
noop.rs Allow feature builtins to overwrite existing builtins (#13403) 2020-11-05 15:37:07 +00:00
stake.rs Refactor stake program into solana_program (#17906) 2021-06-15 18:04:00 +02:00