solana/sdk/src
GroovieGermanikus 83752afe17
RPC: add method getProgramAccountsCompressed
2024-12-05 23:28:23 +01:00
..
signer sdk: Only compile wasm-bindgen when target_arch = "wasm32" (#1658) 2024-06-18 14:54:41 +02:00
transaction v2.0: Remove deprecated symbols from solana-sdk (backport of #1953) (#1962) 2024-07-02 16:18:26 -06:00
wasm
account.rs v2.0: Remove deprecated symbols from solana-sdk (backport of #1953) (#1962) 2024-07-02 16:18:26 -06:00
account_utils.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
client.rs v2.0: Remove deprecated SyncClient methods (backport of #1902) (#1909) 2024-06-28 16:34:51 -06:00
commitment_config.rs v2.0: Remove deprecated CommitmentLevel variants (backport of #1903) (#1989) 2024-07-08 10:34:13 -06:00
compute_budget.rs Make borsh optional in sdk and program crates (#1576) 2024-06-05 22:30:00 +02:00
derivation_path.rs replaces assert!(matches!(...)) with assert_matches!(...) (#33068) 2023-08-30 13:48:27 -04:00
deserialize_utils.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
ed25519_instruction.rs v2.0: [ed25519] Use `verify_strict` for signature verification in ed25519 precompile (backport of #1876) (#2179) 2024-08-02 10:30:50 +09:00
entrypoint.rs v2.0: Remove deprecated symbols from solana-sdk (backport of #1953) (#1962) 2024-07-02 16:18:26 -06:00
entrypoint_deprecated.rs v2.0: Remove deprecated symbols from solana-sdk (backport of #1953) (#1962) 2024-07-02 16:18:26 -06:00
epoch_info.rs [docs] updated readme and fix links (#34565) 2024-01-03 09:06:06 -05:00
epoch_rewards_hasher.rs Move EpochRewardsHasher to solana-sdk (#34934) 2024-01-24 16:25:01 -07:00
example_mocks.rs Fixup docs in sdk to use new clients (#27362) 2022-08-24 21:29:56 -06:00
exit.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
feature.rs
feature_set.rs Feature - disable account loader special case (#3514) 2024-11-07 21:36:42 +01:00
fee.rs Add option to record transactions to ledger-tool (#181) 2024-06-12 11:43:53 +01:00
genesis_config.rs Make solana-frozen-abi optional in all remaining crates (#1278) 2024-05-17 14:42:58 +02:00
hard_forks.rs Make solana-frozen-abi optional in all remaining crates (#1278) 2024-05-17 14:42:58 +02:00
hash.rs clippy: multiple bound locations (#1179) 2024-05-03 11:33:09 -04:00
inflation.rs chore: remove unused clippy attributes, float_cmp (#1515) 2024-05-29 12:39:30 +00:00
inner_instruction.rs RPC: Add inner instructions to simulate transaction response (#34313) 2023-12-16 12:49:22 +00:00
lib.rs v2.0: Remove deprecated symbols from recent_blockhashes_account (backport of #2004) (#2009) 2024-07-08 10:35:24 -06:00
log.rs v2.0: Remove deprecated symbols from solana-sdk (backport of #1953) (#1962) 2024-07-02 16:18:26 -06:00
native_loader.rs v2.0: Remove deprecated symbols from solana-sdk (backport of #1953) (#1962) 2024-07-02 16:18:26 -06:00
net.rs uses Duration type instead of untyped ..._ms: u64 (#30971) 2023-03-31 15:42:49 +00:00
nonce_account.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
offchain_message.rs Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
packet.rs Make solana-frozen-abi optional in all remaining crates (#1278) 2024-05-17 14:42:58 +02:00
poh_config.rs Make solana-frozen-abi optional in all remaining crates (#1278) 2024-05-17 14:42:58 +02:00
precompiles.rs chore: remove unused clippy attributes, redundant_closure (#1513) 2024-05-29 11:07:47 +00:00
program_utils.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
pubkey.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
quic.rs Quic update identity (#33865) 2023-12-08 14:53:19 +08:00
rent_collector.rs Make solana-frozen-abi optional in all remaining crates (#1278) 2024-05-17 14:42:58 +02:00
rent_debits.rs SVM: Move RentDebits from accounts-db to Solana SDK (#35135) 2024-02-07 15:10:17 -08:00
reserved_account_keys.rs [sdk] Add ZK Elgamal Proof program feature gate (#1679) 2024-06-18 11:34:34 +09:00
reward_info.rs Make solana-frozen-abi optional in all remaining crates (#1278) 2024-05-17 14:42:58 +02:00
reward_type.rs Make solana-frozen-abi optional in all remaining crates (#1278) 2024-05-17 14:42:58 +02:00
rpc_port.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
secp256k1_instruction.rs clippy: fix legacy_numeric_constants (#1314) 2024-05-15 11:29:19 +08:00
shred_version.rs [docs] updated readme and fix links (#34565) 2024-01-03 09:06:06 -05:00
signature.rs v2.0: Remove deprecated symbols from solana-sdk (backport of #1953) (#1962) 2024-07-02 16:18:26 -06:00
simple_vote_transaction_checker.rs Create runtime-transaction crate to build transaction types with state for runtime use (#33471) 2023-11-15 22:29:37 -06:00
system_transaction.rs
timing.rs chore: remove unused clippy attributes, float_cmp (#1515) 2024-05-29 12:39:30 +00:00
transaction_context.rs RPC: add method getProgramAccountsCompressed 2024-12-05 23:28:23 +01:00
transport.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00