solana-with-rpc-optimizations/sdk/src
Alexander Meißner aadf4b9b63
Moves InvokeContext::return_data to TransactionContext. (#22411)
2022-01-10 18:26:51 +01:00
..
signer
transaction Add runtime support for address table lookups (#22223) 2022-01-07 11:59:09 +08:00
wasm
account.rs Refactor Rent::due() with RentDue enum (#22346) 2022-01-08 09:03:46 -06:00
account_utils.rs
builtins.rs
client.rs
commitment_config.rs
compute_budget.rs Add zk_token_sdk_enabled feature to gate Zk Token proof program and `sol_zk_token_elgamal_op` syscalls 2022-01-05 11:57:37 -08:00
derivation_path.rs
deserialize_utils.rs
ed25519_instruction.rs
entrypoint.rs
entrypoint_deprecated.rs
epoch_info.rs
exit.rs
feature.rs
feature_set.rs Add zk_token_sdk_enabled feature to gate Zk Token proof program and `sol_zk_token_elgamal_op` syscalls 2022-01-05 11:57:37 -08:00
genesis_config.rs
hard_forks.rs
hash.rs
inflation.rs
keyed_account.rs
lib.rs Add helper macro for `AddAssign`ing with saturating arithmetic 2022-01-06 03:56:46 -07:00
log.rs
native_loader.rs
nonce_account.rs
packet.rs adds bitflags to Packet.Meta 2022-01-04 13:53:40 +00:00
poh_config.rs
precompiles.rs
program_utils.rs
pubkey.rs
recent_blockhashes_account.rs
rpc_port.rs
secp256k1_instruction.rs
shred_version.rs
signature.rs
system_transaction.rs
timing.rs
transaction_context.rs Moves InvokeContext::return_data to TransactionContext. (#22411) 2022-01-10 18:26:51 +01:00
transport.rs