solana/sdk/src
jon-chuang 3e5ba8dcaa
bug: `sysvar::Instructions` is not owned by `Sysvar1111111111111111111111111111111111111` (#19242)
* Fix instructions sysvar owner

* Update feature switch address

Co-authored-by: Justin Starry <justin@solana.com>
2021-08-20 08:32:28 -07:00
..
signer sdk: add `is_interactive()` method `Signer` trait 2021-07-03 07:33:59 +00:00
transaction Fail secp256k1 if the instruction data looks incorrect (#19300) 2021-08-19 13:13:54 -07:00
account.rs Shorten long SerializeWith type paths in abi digest (#18734) 2021-07-20 08:59:50 -05:00
account_utils.rs Account->AccountSharedData (#15691) 2021-03-09 15:06:07 -06:00
builtins.rs
client.rs Deprecate FeeCalculator returning APIs (#19120) 2021-08-13 09:08:20 -07:00
commitment_config.rs Rpc: enable getConfirmedBlock and getConfirmedTransaction to return confirmed (not yet finalized) data (#16142) 2021-03-26 16:47:35 -06:00
compute_budget.rs Store versioned transactions in the ledger, disabled by default (#19139) 2021-08-17 15:17:56 -07:00
derivation_path.rs chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07: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
exit.rs Rename ValidatorExit and move to sdk (#17728) 2021-06-04 03:06:13 +00:00
feature.rs Add comments on how to add a new feature switch (#18686) 2021-07-18 12:48:09 -05:00
feature_set.rs bug: `sysvar::Instructions` is not owned by `Sysvar1111111111111111111111111111111111111` (#19242) 2021-08-20 08:32:28 -07:00
genesis_config.rs Shorten long SerializeWith type paths in abi digest (#18734) 2021-07-20 08:59:50 -05: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 Add method `id` to SysbarId trait (#18604) 2021-07-13 16:01:32 +00:00
lib.rs Store versioned transactions in the ledger, disabled by default (#19139) 2021-08-17 15:17:56 -07: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 nonce: Unify `NonceError` with `SystemError` 2021-07-30 14:47:14 -06: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 Nonce gets blockhash from invoke_context (#18950) 2021-07-29 01:50:20 -07:00
program_utils.rs
pubkey.rs Add secondary indexes (#14212) 2020-12-31 18:06:03 -08:00
recent_blockhashes_account.rs Deprecate SysvarRecentBlockhashes (#18875) 2021-07-27 16:34:21 -07:00
rpc_port.rs Improve solana catchup (#14313) 2021-01-05 10:10:27 +09:00
secp256k1_instruction.rs Fail secp256k1 if the instruction data looks incorrect (#19300) 2021-08-19 13:13:54 -07:00
shred_version.rs Sdk: start to appease clippy's integer arithmetic check (#15736) 2021-03-08 18:37:57 -07:00
signature.rs chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
system_transaction.rs
timing.rs Write helper for multithread update (#18808) 2021-07-29 03:16:36 +02:00
transport.rs