solana/sdk/src
Justin Starry 082502d4f3
Fail tx sanitization when ix program id uses lookup table (#25035)
* Fail tx sanitization when ix program id uses lookup table

* feedback
2022-05-07 03:19:50 +08:00
..
signer Store address table lookups in blockstore and bigtable (#22402) 2022-01-14 15:24:41 +08:00
transaction Fail tx sanitization when ix program id uses lookup table (#25035) 2022-05-07 03:19:50 +08:00
wasm Add rustfmt.toml and `cargo fmt` (#23238) 2022-02-19 13:32:29 +08:00
account.rs cleanup in vote/stake accounts (#24608) 2022-04-23 08:28:21 -05:00
account_utils.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
builtins.rs Refactor: Use `InstructionContext::get_instruction_data()` (#24014) 2022-04-01 15:48:05 +02:00
client.rs Support sending versioned txs in AsyncClient (#23982) 2022-04-02 11:12:02 +08:00
commitment_config.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
compute_budget.rs Add fees to tx-wide caps (#22081) 2022-02-11 16:23:16 -08:00
derivation_path.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
deserialize_utils.rs Start saving/loading prior_roots(_with_hash) to snapshot (#23844) 2022-03-24 10:06:24 -05:00
ed25519_instruction.rs test_ed25519 fails if we randomly select index 1 2022-01-27 11:11:37 +00:00
entrypoint.rs
entrypoint_deprecated.rs
epoch_info.rs
example_mocks.rs Add rustfmt.toml and `cargo fmt` (#23238) 2022-02-19 13:32:29 +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 Fail tx sanitization when ix program id uses lookup table (#25035) 2022-05-07 03:19:50 +08:00
fee.rs Add fees to tx-wide caps (#22081) 2022-02-11 16:23:16 -08:00
genesis_config.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
hard_forks.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
hash.rs
inflation.rs
keyed_account.rs Deprecate `KeyedAccount` and `StackFrame` (#24480) 2022-04-19 17:11:04 +02:00
lib.rs remove unused file 2022-04-17 19:26:24 -05:00
log.rs Remove the 5 integer msg! form 2021-12-11 09:37:11 -08:00
native_loader.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
nonce_account.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
packet.rs Prioritize BankingStage packets individually in min-max heap (#24187) 2022-05-04 21:50:56 -05:00
poh_config.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
precompiles.rs Fix ed25519 builtin program handling (#23182) 2022-02-16 18:48:55 +00:00
program_utils.rs `Bank::get_fee_for_message` is now nonce aware 2022-01-13 17:27:38 -08:00
pubkey.rs Pacify clippy 2022-01-21 19:12:57 -08:00
quic.rs Implement QUIC connection warmup service for future leaders (#24054) 2022-04-15 12:09:24 -07:00
recent_blockhashes_account.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
rpc_port.rs
secp256k1_instruction.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
shred_version.rs Sdk: start to appease clippy's integer arithmetic check (#15736) 2021-03-08 18:37:57 -07:00
signature.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
system_transaction.rs Resized accounts must be rent exempt 2022-03-02 13:02:02 -08:00
timing.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
transaction_context.rs cleanup (#24299) 2022-04-12 17:52:47 -07:00
transport.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00