solana/sdk/src
Jack May a3240aebde
Always bail if program modifies a ro account (#17569)
2021-05-28 09:50:25 -07:00
..
signer Add bip32 support to solana-keygen recover (#17180) 2021-05-12 19:33:11 +00:00
account.rs Upgrade Rust to 1.52.0 (#17096) 2021-05-19 09:31:47 -05:00
account_utils.rs Account->AccountSharedData (#15691) 2021-03-09 15:06:07 -06:00
arithmetic.rs Add trait for saturating arithmetic (#15812) 2021-03-12 06:22:40 +00:00
builtins.rs
client.rs
commitment_config.rs Rpc: enable getConfirmedBlock and getConfirmedTransaction to return confirmed (not yet finalized) data (#16142) 2021-03-26 16:47:35 -06:00
derivation_path.rs Implement Bip32 for seed-phrase/passphrase signing (#16942) 2021-05-03 19:58:56 -06:00
deserialize_utils.rs
entrypoint.rs
entrypoint_deprecated.rs
entrypoint_native.rs Refactoring: Move KeyedAccounts to InvokeContext (#15410) 2021-04-19 18:48:48 +02:00
epoch_info.rs Add transactionCount field to GetEpochInfo 2020-12-17 12:29:50 -08:00
feature.rs mut data refs as slice (#15782) 2021-03-10 15:28:03 -06:00
feature_set.rs Always bail if program modifies a ro account (#17569) 2021-05-28 09:50:25 -07:00
genesis_config.rs Refactor genesis download/load/check functions (#17276) 2021-05-24 16:45:36 +02:00
hard_forks.rs Sdk: start to appease clippy's integer arithmetic check (#15736) 2021-03-08 18:37:57 -07:00
hash.rs
inflation.rs
keyed_account.rs private AccountSharedData.rent_epoch (#16877) 2021-04-28 08:52:20 -05:00
lib.rs sdk: Move `signers` module into `signer` module 2021-05-11 13:07:58 -06:00
log.rs Deprecate Instruction::new (#15695) 2021-03-04 05:46:48 +00:00
native_loader.rs Simplify account.rent_epoch handling for sysvar rent (#16049) 2021-03-25 15:23:20 +09:00
nonce_account.rs owner -> owner() (#16783) 2021-04-26 17:06:40 +00:00
nonce_keyed_account.rs tests: .lamports -> .lamports() (#16976) 2021-04-30 18:16:58 +00:00
packet.rs Upgrade Rust to 1.52.0 (#17096) 2021-05-19 09:31:47 -05:00
poh_config.rs Add trait for saturating arithmetic (#15812) 2021-03-12 06:22:40 +00:00
process_instruction.rs Add get_sysvar() helper to sdk 2021-05-21 01:30:12 +00:00
program_utils.rs
pubkey.rs Add secondary indexes (#14212) 2020-12-31 18:06:03 -08:00
recent_blockhashes_account.rs Simplify account.rent_epoch handling for sysvar rent (#16049) 2021-03-25 15:23:20 +09:00
rpc_port.rs Improve solana catchup (#14313) 2021-01-05 10:10:27 +09:00
secp256k1_instruction.rs Sdk: remove integer arithmetic (#15962) 2021-03-18 01:33:50 +00:00
shred_version.rs Sdk: start to appease clippy's integer arithmetic check (#15736) 2021-03-08 18:37:57 -07:00
signature.rs sdk: Move `NullSigner` to `signer` module 2021-05-11 13:07:58 -06:00
stake_weighted_timestamp.rs Add trait for saturating arithmetic (#15812) 2021-03-12 06:22:40 +00:00
system_transaction.rs
timing.rs Sdk: remove integer arithmetic (#15962) 2021-03-18 01:33:50 +00:00
transaction.rs Document that Transaction::sign might panic (#17026) 2021-05-04 08:32:21 -07:00
transport.rs