solana-with-rpc-optimizations/sdk
Michael Vines 1a70a2a25b cargo-test-bpf now sets the "test-bpf" feature for crate tests
The feature allows for tests to distinguish between `cargo test` and
`cargo test-bpf` primarily for the purpose of excluding CPI tests that
require the system program under `cargo test`, as the path to enabling
CPI in `cargo test`-based testing is unclear
2020-11-06 10:21:07 -08:00
..
benches move Account to solana-sdk (#13198) 2020-10-28 22:01:07 -07:00
bpf Add sol_log_compute_units syscall 2020-10-29 21:45:24 -07:00
cargo-build-bpf Check file modification times before strip and dump 2020-11-05 14:29:17 -08:00
cargo-test-bpf cargo-test-bpf now sets the "test-bpf" feature for crate tests 2020-11-06 10:21:07 -08:00
docker-solana
macro Rename solana-program-sdk to solana-program 2020-10-24 08:37:55 -07:00
program Improve invoke_signed() docs 2020-11-04 23:44:04 +00:00
src Feature-gate stake program (#13394) 2020-11-06 08:08:11 +00:00
.gitignore
Cargo.toml Native/builtin programs now receive an InvokeContext 2020-10-29 21:45:24 -07:00
Xargo.toml Initial population of solana-program-sdk 2020-10-24 08:37:55 -07:00
build.rs