solana-with-rpc-optimizations/sdk
Alexander Meißner 721496b900
Feature - Program redeployment cooldown (#29136)
* Registers the feature enable_program_redeployment_cooldown.

* Adds redeployment slot constraint.

* Adds test to assert that closed programs can not be reopened.

* Ensure that program close truncates the account data.

* Adds set_sysvar_for_tests() to SBF program tests.
2022-12-13 22:54:24 +01:00
..
benches
bpf
cargo-build-bpf
cargo-build-sbf patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
cargo-test-bpf patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
cargo-test-sbf patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
docker-solana
gen-headers patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
macro
program Feature - Program redeployment cooldown (#29136) 2022-12-13 22:54:24 +01:00
sbf
src Feature - Program redeployment cooldown (#29136) 2022-12-13 22:54:24 +01:00
tests
.gitignore
Cargo.toml
README.md
build.rs
package.json

README.md

Solana

Solana SDK

Use the Solana SDK Crate to write client side applications in Rust. If writing on-chain programs, use the Solana Program Crate instead.

More information about Solana is available in the Solana documentation.

The Solana Program Library provides examples of how to use this crate.

Still have questions? Ask us on Discord