solana/sdk/src
samkim-crypto 08aba38d35
[feature-id] add poseidon compression syscall feature id (#33392)
add poseidon compression syscall feature id
2023-09-25 09:26:17 -07:00
..
signer sdk: enforce that `Keypair::from_bytes` bytes match secret-derived `Pubkey` (#32926) 2023-08-21 22:40:07 -06:00
transaction Feature - better error codes for tx lamport check (#33343) 2023-09-22 23:58:05 +00:00
wasm
account.rs sdk: put AccountSharedData::set_data() behind feature="dev-context-only-utils" (#33086) 2023-09-01 21:02:14 +07:00
account_utils.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
client.rs Relax `Sized` bound for `Signers` in `Transaction` and `Client` (#30568) 2023-03-30 13:12:48 +00:00
commitment_config.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
compute_budget.rs Revert "Bump borsh from 0.10.3 to 0.11.0 (#31964)" (#32145) 2023-06-15 02:36:37 +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 Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871) 2023-08-21 19:11:21 +02:00
entrypoint.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
entrypoint_deprecated.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
epoch_info.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00: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-id] add poseidon compression syscall feature id (#33392) 2023-09-25 09:26:17 -07:00
fee.rs Move calculate_fee() out of bank.rs (#32409) 2023-07-14 20:17:38 -07:00
genesis_config.rs Add required cluster argument to solana feature activate subcommand (#32693) 2023-08-04 08:28:01 -06:00
hard_forks.rs Restrict access to Bank's HardForks (#32180) 2023-06-20 23:44:43 -05:00
hash.rs Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871) 2023-08-21 19:11:21 +02:00
inflation.rs
lib.rs Refactor - Move interfaces of address-lookup-table into the program SDK (#33165) 2023-09-11 21:10:40 +02:00
log.rs
native_loader.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00: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 Bump bitflags from 1.3.2 to 2.3.3 (#32438) 2023-07-24 12:56:55 +00:00
poh_config.rs Improve poh.rs readability (#30298) 2023-04-03 12:12:41 -07:00
precompiles.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +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 Reduce max staked streams count to avoid fragmentations (#32771) 2023-08-15 12:02:58 -07:00
recent_blockhashes_account.rs General cleanup (Part 2) (#32998) 2023-08-25 19:07:38 +02:00
reward_type.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
rpc_port.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
secp256k1_instruction.rs General cleanup (Part 2) (#32998) 2023-08-25 19:07:38 +02:00
shred_version.rs Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
signature.rs deprecates Signature::new in favor of Signature::{try_,}from (#32481) 2023-07-14 22:51:12 +00:00
system_transaction.rs Resized accounts must be rent exempt 2022-03-02 13:02:02 -08:00
timing.rs ci: deflake `Measurement` tests (#31812) 2023-05-25 12:46:46 -06:00
transaction_context.rs direct mapping: misc fixes (#32649) 2023-08-30 16:57:24 +07:00
transport.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00