solana/sdk/src
Jack May d77818c18b
Pull program stubs into SDK (#10704)
2020-06-18 23:23:28 -07:00
..
nonce Clippy cleanup for all targets and nighly rust (also support 1.44.0) (#10445) 2020-06-09 09:38:14 +09:00
sysvar 9951 clippy errors in the test suite (#10030) 2020-05-15 09:35:43 -07:00
abi_digester.rs Fix typos (#10675) 2020-06-17 20:54:52 -07:00
abi_example.rs Clippy cleanup for all targets and nighly rust (also support 1.44.0) (#10445) 2020-06-09 09:38:14 +09:00
account.rs Move types to more appropriate files (#10638) 2020-06-17 10:39:14 -07:00
account_info.rs Move types to more appropriate files (#10638) 2020-06-17 10:39:14 -07:00
account_utils.rs
bpf_loader.rs
client.rs Expose last-valid-slot to BankClient and ThinClient users (#10478) 2020-06-09 17:07:32 -07:00
clock.rs Clean up delinquency slot distance computation 2020-06-09 11:27:30 -07:00
commitment_config.rs Add SingleGossip commitment level to use for subscriptions (#10147) 2020-05-22 12:55:17 -07:00
decode_error.rs Move types to more appropriate files (#10638) 2020-06-17 10:39:14 -07:00
entrypoint.rs
entrypoint_native.rs Route all loader messages to log collector (#10528) 2020-06-13 13:20:08 -07:00
epoch_info.rs Add option to wait for a specific epoch length to bench-tps (#10083) 2020-05-20 16:42:46 -07:00
epoch_schedule.rs 9951 clippy errors in the test suite (#10030) 2020-05-15 09:35:43 -07:00
fee_calculator.rs Panic if no fee-payer found via Message::new() (#10050) 2020-05-15 12:23:09 -07:00
genesis_config.rs Include GenesisConfig inflation in Display (#10282) 2020-05-27 22:35:19 -07:00
hard_forks.rs Remove folds (#10128) 2020-05-19 18:13:41 -07:00
hash.rs Introduce eager rent collection (#9527) 2020-05-13 16:22:14 +09:00
incinerator.rs Add incinerator sysvar (#9815) 2020-04-30 22:04:08 -07:00
inflation.rs Improve Rpc inflation tooling (#10309) 2020-05-29 11:50:25 -07:00
instruction.rs Remove WithSigner (#10325) 2020-05-29 23:17:44 -07:00
lib.rs Pull program stubs into SDK (#10704) 2020-06-18 23:23:28 -07:00
loader_instruction.rs Cleanup program docs (#10283) 2020-05-29 20:29:24 -06:00
log.rs
message.rs Remove WithSigner (#10325) 2020-05-29 23:17:44 -07:00
move_loader.rs
native_loader.rs Remove hash field from account (#9915) 2020-05-12 23:39:46 +08:00
native_token.rs
packet.rs
poh_config.rs
program.rs Add Cross-program invocations (#9582) 2020-04-28 14:33:56 -07:00
program_error.rs Move types to more appropriate files (#10638) 2020-06-17 10:39:14 -07:00
program_stubs.rs Pull program stubs into SDK (#10704) 2020-06-18 23:23:28 -07:00
program_utils.rs Move types to more appropriate files (#10638) 2020-06-17 10:39:14 -07:00
pubkey.rs Move types to more appropriate files (#10638) 2020-06-17 10:39:14 -07:00
rent.rs
rpc_port.rs
sanitize.rs thiserror, docs, remove general Failure case (#9741) 2020-04-29 18:12:51 -07:00
short_vec.rs
shred_version.rs
signature.rs cleanup clippy tests (#10172) 2020-05-29 00:26:06 -07:00
signers.rs 9951 clippy errors in the test suite (#10030) 2020-05-15 09:35:43 -07:00
slot_hashes.rs
slot_history.rs Fix typos (#10675) 2020-06-17 20:54:52 -07:00
stake_history.rs
system_instruction.rs Move types to more appropriate files (#10638) 2020-06-17 10:39:14 -07:00
system_program.rs Make default programs static (#9717) 2020-04-27 21:05:12 -07:00
system_transaction.rs
timing.rs Update to rust 1.44.0 (#10585) 2020-06-17 01:32:16 +09:00
transaction.rs Use thiserror's display for TransactionError (#10233) 2020-05-25 16:13:09 -07:00
transport.rs