solana-with-rpc-optimizations/sdk
Alexander Meißner ef16b5e27d
Refactor - Loader-v4 grows accounts with "truncate" not "write" (#33054)
* Moves initialization and growth of program accounts
from "write" to "truncate" instruction in loader-v4.

* Removes the parameter payer account from the truncate instruction.
2023-08-31 00:44:58 +02:00
..
benches
bpf
cargo-build-bpf
cargo-build-sbf Fix - Upcoming `arithmetic_side_effects` lints (#33000) 2023-08-29 20:58:53 +02:00
cargo-test-bpf
cargo-test-sbf Fix - Upcoming `arithmetic_side_effects` lints (#33000) 2023-08-29 20:58:53 +02:00
docker-solana
gen-headers
macro
program Refactor - Loader-v4 grows accounts with "truncate" not "write" (#33054) 2023-08-31 00:44:58 +02:00
sbf feat(sbf): Add Poseidon syscall (#32680) 2023-08-30 09:43:31 -07:00
src Add feature ID for `enable_poseidon_syscall` (#33072) 2023-08-30 10:57:02 -07: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 Stack Exchange