solana/sdk/src
Alexander Meißner 911489d373
Feature - Stop truncating strings in syscalls (#31030)
* Adds the feature gate stop_truncating_strings_in_syscalls.

* Removes the truncation of everything after the first NULL byte in translate_string_and_do().
2023-04-04 19:33:53 +02:00
..
signer
transaction Relax `Sized` bound for `Signers` in `Transaction` and `Client` (#30568) 2023-03-30 13:12:48 +00:00
wasm
account.rs
account_utils.rs
builtins.rs Revert "add default_cost as mandatory field for Builtin (#30639)" (#30749) 2023-03-16 11:21:06 -05:00
client.rs Relax `Sized` bound for `Signers` in `Transaction` and `Client` (#30568) 2023-03-30 13:12:48 +00:00
commitment_config.rs
compute_budget.rs add compute budget instruction to set loaded accounts data size limit (#30377) 2023-02-24 09:27:49 -06:00
derivation_path.rs
deserialize_utils.rs
ed25519_instruction.rs
entrypoint.rs
entrypoint_deprecated.rs
epoch_info.rs
example_mocks.rs
exit.rs
feature.rs
feature_set.rs Feature - Stop truncating strings in syscalls (#31030) 2023-04-04 19:33:53 +02:00
fee.rs
genesis_config.rs
hard_forks.rs
hash.rs
inflation.rs
lib.rs Feature - Loader built-in program v3 (#30464) 2023-03-23 18:13:47 +01:00
log.rs
native_loader.rs
net.rs uses Duration type instead of untyped ..._ms: u64 (#30971) 2023-03-31 15:42:49 +00:00
nonce_account.rs
offchain_message.rs
packet.rs chore: Use Self in Packet/PacketBatch impl blocks (#30417) 2023-02-22 10:02:50 -05:00
poh_config.rs Improve poh.rs readability (#30298) 2023-04-03 12:12:41 -07:00
precompiles.rs
program_utils.rs
pubkey.rs
quic.rs uses Duration type instead of untyped ..._ms: u64 (#30971) 2023-03-31 15:42:49 +00:00
recent_blockhashes_account.rs
reward_type.rs
rpc_port.rs
secp256k1_instruction.rs
shred_version.rs
signature.rs
system_transaction.rs
timing.rs
transaction_context.rs Revert "Add new vote state version that replaces Lockout with LandedV… (#30817) 2023-03-21 22:54:13 +08:00
transport.rs