solana/sdk/src
Michael Vines 6858950f76 Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00
..
nonce Add everything feature 2020-10-19 17:21:52 -07:00
sysvar Add pico-inflation feature 2020-09-28 08:25:00 -07:00
account.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09: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 Add support for deprecated loader (#11946) 2020-08-31 14:06:58 -07:00
bpf_loader_deprecated.rs Add support for deprecated loader (#11946) 2020-08-31 14:06:58 -07:00
builtins.rs Make BPF Loader static (#11516) 2020-08-14 12:32:45 -07:00
client.rs Rename Client methods to match proposed BanksClient (#10793) 2020-06-25 03:35:38 +00:00
clock.rs Switch programs activation to whole-set based gating (#11750) 2020-08-26 01:49:15 +09:00
commitment_config.rs Update commitment options (#12173) 2020-09-11 11:19:06 -07:00
decode_error.rs Add SyscallStubs to enable syscall interception when building programs for non-BPF 2020-10-19 21:00:17 +00:00
deserialize_utils.rs Fix TransactionStatusMeta breakage in blockstore (#12587) 2020-09-30 11:49:35 -06:00
entrypoint.rs Remove skip-no-mangle entirely (#12696) 2020-10-07 09:13:48 -07:00
entrypoint_deprecated.rs Remove skip-no-mangle entirely (#12696) 2020-10-07 09:13:48 -07:00
entrypoint_native.rs Move process_instruction defs to runtime (#12507) 2020-09-29 01:36:46 -07:00
epoch_info.rs getEpochInfo RPC endpoint now includes the current block height 2020-07-21 17:24:07 -07:00
epoch_schedule.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09:00
fee_calculator.rs Fix fee mismatch on snapshot deserialize (#12697) 2020-10-08 23:44:41 -07:00
genesis_config.rs Add pico-inflation feature 2020-09-28 08:25:00 -07:00
hard_forks.rs Fix fee mismatch on snapshot deserialize (#12697) 2020-10-08 23:44:41 -07:00
hash.rs Add everything feature 2020-10-19 17:21:52 -07:00
incinerator.rs
inflation.rs Retry inflation parameter update along with documentation updates (#12778) 2020-10-12 13:10:57 -07:00
instruction.rs Add way to look at tx instructions (#11943) 2020-09-19 12:17:46 -07:00
lib.rs Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00
loader_instruction.rs
log.rs Add SyscallStubs to enable syscall interception when building programs for non-BPF 2020-10-19 21:00:17 +00:00
message.rs Record and store invoked instructions in transaction meta (#12311) 2020-09-24 22:36:22 +08:00
native_loader.rs
native_token.rs Add --warp-epoch and --force-inflation to ledger-tool cap. (#11107) 2020-07-20 19:09:38 +09:00
packet.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09:00
poh_config.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09:00
program.rs Add SyscallStubs to enable syscall interception when building programs for non-BPF 2020-10-19 21:00:17 +00:00
program_error.rs Add everything feature 2020-10-19 17:21:52 -07:00
program_option.rs Add Pack and COption to sdk (#12294) 2020-09-17 21:10:02 -06:00
program_pack.rs Add Pack and COption to sdk (#12294) 2020-09-17 21:10:02 -06:00
program_stubs.rs Add SyscallStubs to enable syscall interception when building programs for non-BPF 2020-10-19 21:00:17 +00:00
program_utils.rs chore(deps): bump bincode from 1.2.1 to 1.3.1 (#10867) 2020-07-09 00:08:05 +00:00
pubkey.rs Add everything feature 2020-10-19 17:21:52 -07:00
rent.rs Default to 50% rent burn 2020-10-09 21:52:31 -07:00
rpc_port.rs Add a client for BankForks (#10728) 2020-08-07 08:45:17 -06:00
sanitize.rs
secp256k1.rs Fix secp256k1 instruction indexing and add tests (#13026) 2020-10-20 14:13:24 -07:00
secp256k1_program.rs Add keccak-secp256k1 instruction (#11839) 2020-09-15 18:23:21 -07:00
serialize_utils.rs Add way to look at tx instructions (#11943) 2020-09-19 12:17:46 -07:00
short_vec.rs Reimplement decode_len() with ShortU16 vistor helper 2020-08-14 08:17:52 -06:00
shred_version.rs
signature.rs Follow up to persistent tower with tests and API cleaning (#12350) 2020-10-19 16:37:03 +09:00
signers.rs Add `Signers` impl for `Vec<Box<dyn Signer>>` 2020-09-25 07:12:04 +00:00
slot_hashes.rs
slot_history.rs Persistent tower (#10718) 2020-09-19 14:03:54 +09:00
stake_history.rs Fix fee mismatch on snapshot deserialize (#12697) 2020-10-08 23:44:41 -07:00
stake_weighted_timestamp.rs Correct Bank timestamp drift every slot (#12737) 2020-10-09 21:53:41 +00:00
system_instruction.rs Add StakeInstruction::AuthorizeWithSeed (#11700) 2020-08-21 18:28:01 +00:00
system_program.rs
system_transaction.rs Remove fee-payer guesswork from Message and Transaction (#10776) 2020-06-24 14:52:38 -06:00
timing.rs Update to rust 1.44.0 (#10585) 2020-06-17 01:32:16 +09:00
transaction.rs Move nonced tx helpers to SDK 2020-09-30 05:45:42 +00:00
transport.rs