solana/sdk/src
HaoranYi 304333405c Revert deprecate executable feature (#309)
* revert deprecate executable feature

* add native loader account transfer test

---------

Co-authored-by: HaoranYi <haoran.yi@solana.com>
2024-03-20 16:28:38 -05:00
..
signer SDK: refactor `Signer` and `Signers` traits (#34984) 2024-03-01 12:34:32 +01:00
transaction Add `Message::is_maybe_writable` (#35340) 2024-02-29 10:27:33 +08:00
wasm
account.rs Revert deprecate executable feature (#309) 2024-03-20 16:28:38 -05: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 cleanup feature code after mainnet-beta activation (#34289) 2023-12-12 18:06:49 -06: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 [docs] updated readme and fix links (#34565) 2024-01-03 09:06:06 -05: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 [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
exit.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
feature.rs
feature_set.rs Revert deprecate executable feature (#309) 2024-03-20 16:28:38 -05:00
fee.rs congestion_multiplier as u64 (#267) 2024-03-15 22:25:14 -05: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
inner_instruction.rs RPC: Add inner instructions to simulate transaction response (#34313) 2023-12-16 12:49:22 +00:00
lib.rs Add `reserved_account_keys` module to sdk (#84) 2024-03-15 22:25:14 -05: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
nonce_info.rs Rename `SanitizedMessage::try_from` to `try_from_legacy_message` (#35338) 2024-02-29 08:25:22 +08: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 Enable frozen_abi on banking trace file (#33501) 2023-10-07 13:15:38 +09: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 Quic update identity (#33865) 2023-12-08 14:53:19 +08:00
recent_blockhashes_account.rs General cleanup (Part 2) (#32998) 2023-08-25 19:07:38 +02:00
rent_collector.rs SVM: Move `RentCollector` to sdk (#35122) 2024-02-07 16:38:42 -08: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 Add `reserved_account_keys` module to sdk (#84) 2024-03-15 22:25:14 -05:00
reward_info.rs SVM: Move RewardInfo from accounts-db to Solana SDK (#35120) 2024-02-07 10:55:39 -08: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 Revert "remove repetitive words (#35434)" (#35436) 2024-03-08 23:36:52 -06:00
shred_version.rs [docs] updated readme and fix links (#34565) 2024-01-03 09:06:06 -05:00
signature.rs deprecates Signature::new in favor of Signature::{try_,}from (#32481) 2023-07-14 22:51:12 +00: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 ci: deflake `Measurement` tests (#31812) 2023-05-25 12:46:46 -06:00
transaction_context.rs Revert deprecate executable feature (#309) 2024-03-20 16:28:38 -05:00
transport.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00