solana-with-rpc-optimizations/sdk
bji d77f0a22c7
Add new vote state version that replaces Lockout with LandedVote to a… (#29524)
* Add new vote state version that replaces Lockout with LandedVote to allow vote latency to be tracked in a future change. Includes a feature to be enabled which will when enabled cause the vote state to be written in the new form.

* Update feature set key to one owned by ashwin

---------

Co-authored-by: Ashwin Sekar <ashwin@solana.com>
2023-03-20 08:31:46 -06:00
..
benches AccountSharedData: optimize set_data_from_slice 2022-09-23 11:31:33 +01:00
bpf Bump sbf-tools version to v1.35 (#30628) 2023-03-07 07:23:59 -08:00
cargo-build-bpf chore: workspace inheritance (#29893) 2023-02-23 22:01:54 +08:00
cargo-build-sbf ci: silence ci test output while recording in full (#30654) 2023-03-16 22:17:29 +09:00
cargo-test-bpf chore: workspace inheritance (#29893) 2023-02-23 22:01:54 +08:00
cargo-test-sbf chore: workspace inheritance (#29893) 2023-02-23 22:01:54 +08:00
docker-solana
gen-headers chore: workspace inheritance (#29893) 2023-02-23 22:01:54 +08:00
macro chore: workspace inheritance (#29893) 2023-02-23 22:01:54 +08:00
program Add new vote state version that replaces Lockout with LandedVote to a… (#29524) 2023-03-20 08:31:46 -06:00
sbf Bump sbf-tools version to v1.35 (#30628) 2023-03-07 07:23:59 -08:00
src Add new vote state version that replaces Lockout with LandedVote to a… (#29524) 2023-03-20 08:31:46 -06:00
tests
.gitignore
Cargo.toml chore: workspace inheritance (#29893) 2023-02-23 22:01:54 +08:00
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