solana/sdk/src
Proph3t ab8d3066a5
Improve poh.rs readability (#30298)
* chore: factor out variable hashes per tick to a constant

* chore: add units to `elapsed` in `compute_hashes_per_tick`
2023-04-03 12:12:41 -07:00
..
signer doc: Fix documentation warnings and add some links (#29887) 2023-01-25 23:15:58 -08:00
transaction Relax `Sized` bound for `Signers` in `Transaction` and `Client` (#30568) 2023-03-30 13:12:48 +00:00
wasm
account.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
account_utils.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
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 Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
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 Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
deserialize_utils.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
ed25519_instruction.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
entrypoint.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
entrypoint_deprecated.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
epoch_info.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
example_mocks.rs Fixup docs in sdk to use new clients (#27362) 2022-08-24 21:29:56 -06:00
exit.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
feature.rs
feature_set.rs Remove redundant check during loading upgradeable program for writing (#30561) 2023-03-28 11:50:49 -07:00
fee.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
genesis_config.rs Fix deprecated warning on solana-sdk (#29109) 2023-01-07 06:48:10 +00:00
hard_forks.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
hash.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
inflation.rs
lib.rs Feature - Loader built-in program v3 (#30464) 2023-03-23 18:13:47 +01:00
log.rs
native_loader.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
net.rs uses Duration type instead of untyped ..._ms: u64 (#30971) 2023-03-31 15:42:49 +00:00
nonce_account.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
offchain_message.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
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 Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
program_utils.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
pubkey.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
quic.rs uses Duration type instead of untyped ..._ms: u64 (#30971) 2023-03-31 15:42:49 +00:00
recent_blockhashes_account.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
reward_type.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
rpc_port.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
secp256k1_instruction.rs precompile verify: &Arc<FeatureSet> to &FeatureSet (#27647) 2022-10-27 19:25:33 -05:00
shred_version.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
signature.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
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 Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00