solana/sdk
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
..
benches Drop write lock on sysvars (#15497) 2021-03-30 10:05:09 -07:00
bpf Add build script to extract a list of registered syscalls 2021-06-14 04:51:30 -07:00
cargo-build-bpf Add build script to extract a list of registered syscalls 2021-06-14 04:51:30 -07:00
cargo-test-bpf Bump version to v1.8.0 (#17541) 2021-05-27 08:51:53 -07:00
docker-solana docker: Expose all ports in Dockerfile, add back localnet.sh (#16401) 2021-04-11 21:13:57 +02:00
macro Bump bs58 from 0.3.1 to 0.4.0 (#17573) 2021-05-28 18:30:34 +00:00
program Refactor stake program into solana_program (#17906) 2021-06-15 18:04:00 +02:00
src Fix file permissions (#17910) 2021-06-12 02:03:32 +00:00
.gitignore
Cargo.toml chore: bump itertools from 0.9.0 to 0.10.1 (#17929) 2021-06-14 18:32:20 +00:00
Xargo.toml Initial population of solana-program-sdk 2020-10-24 08:37:55 -07:00
build.rs