solana-with-rpc-optimizations/sdk
Ashwin Sekar c74df830b1
Add structure to collect and coalesce vote packets (#27558)
* Add structure to collect and coalesce vote packets

Will be used in banking stage to throw out extraneous vote packets
before processing

* pr comments

* Update inner lock to arc to improve performance
2022-09-14 00:44:26 -07:00
..
benches
bpf Bump sbf-tools version to v1.29 2022-08-07 22:11:57 +00:00
cargo-build-bpf Whickey/version v1.15 (#27739) 2022-09-13 09:06:15 -05:00
cargo-build-sbf Whickey/version v1.15 (#27739) 2022-09-13 09:06:15 -05:00
cargo-test-bpf Whickey/version v1.15 (#27739) 2022-09-13 09:06:15 -05:00
cargo-test-sbf Whickey/version v1.15 (#27739) 2022-09-13 09:06:15 -05:00
docker-solana
gen-headers Whickey/version v1.15 (#27739) 2022-09-13 09:06:15 -05:00
macro Whickey/version v1.15 (#27739) 2022-09-13 09:06:15 -05:00
program Add structure to collect and coalesce vote packets (#27558) 2022-09-14 00:44:26 -07:00
src Remove KeypairInsecureClone trait and add insecure_clone() instead (#27396) 2022-09-12 14:59:41 +00:00
tests
.gitignore
Cargo.toml Whickey/version v1.15 (#27739) 2022-09-13 09:06:15 -05: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