solana/sdk/src
Jack May 34ed93d57c
Optimize account copies and use RefCell to handle duplicate accounts in BPF programs (#7958)
2020-01-24 10:54:26 -08:00
..
sysvar Optimize account copies and use RefCell to handle duplicate accounts in BPF programs (#7958) 2020-01-24 10:54:26 -08:00
account.rs Boot the mut (#7926) 2020-01-22 17:54:06 -08:00
account_info.rs Optimize account copies and use RefCell to handle duplicate accounts in BPF programs (#7958) 2020-01-24 10:54:26 -08:00
account_utils.rs Boot the mut (#7926) 2020-01-22 17:54:06 -08:00
bank_hash.rs hash account state on store (#5573) 2019-09-20 13:21:12 -07:00
bpf_loader.rs Use procedural macro to generate static public keys (#7219) 2019-12-03 17:55:18 -08:00
client.rs Use rooted bank by default in rpc bank selection (#6759) 2019-11-06 14:15:00 -07:00
clock.rs Add time since genesis to sysvar::clock (#7289) 2019-12-12 14:03:43 -08:00
commitment_config.rs Add show-block-production command 2019-12-19 00:02:11 -07:00
entrypoint.rs Optimize account copies and use RefCell to handle duplicate accounts in BPF programs (#7958) 2020-01-24 10:54:26 -08:00
epoch_schedule.rs Remove tuples from JSON RPC responses (#7806) 2020-01-15 00:25:45 -07:00
fee_calculator.rs make tx fee's burn percent in proper range (#7226) 2019-12-03 12:25:43 -08:00
genesis_config.rs Rename bootstrap leader (#7906) 2020-01-22 09:22:09 -07:00
hash.rs Check account hashes in snapshot (#7559) 2019-12-20 09:39:30 +09:00
inflation.rs Fix Rpc inconsistencies (#7826) 2020-01-15 15:33:53 -07:00
instruction.rs Allow the same account to be passed multiple times to a single instruction (#7795) 2020-01-22 09:11:56 -08:00
instruction_processor_utils.rs Boot the mut (#7926) 2020-01-22 17:54:06 -08:00
lib.rs Optimize account copies and use RefCell to handle duplicate accounts in BPF programs (#7958) 2020-01-24 10:54:26 -08:00
loader_instruction.rs Direct entrypoint for execution (#7746) 2020-01-10 13:20:15 -08:00
log.rs Optimize account copies and use RefCell to handle duplicate accounts in BPF programs (#7958) 2020-01-24 10:54:26 -08:00
message.rs Add parent slot to getConfirmedBlock (#7038) 2019-11-19 09:39:55 -07:00
move_loader.rs Use procedural macro to generate static public keys (#7219) 2019-12-03 17:55:18 -08:00
native_loader.rs Use bs58 strings to declare IDs rather then raw bytes (#7082) 2019-11-21 16:34:40 -08:00
native_token.rs Make sol-to-lamport const name more clear (#7641) 2019-12-30 11:28:41 -08:00
nonce_state.rs Boot the mut (#7926) 2020-01-22 17:54:06 -08:00
packet.rs Remove Blobs and switch to Packets (#6937) 2019-11-14 10:24:53 -08:00
poh_config.rs Add getBlockTime rpc api (#7130) 2019-11-26 00:40:36 -07:00
pubkey.rs Cleanup usage of feature "program" (#7712) 2020-01-08 13:49:35 -08:00
rent.rs show rent model (#7410) 2019-12-10 14:50:55 -08:00
rpc_port.rs wallet/ now only dev-depends on core/ 2019-03-16 21:40:39 -07:00
short_vec.rs Don't panic on packet data (#6769) 2019-11-06 14:32:37 -08:00
signature.rs Allow secure keypair input for solana-validator cli (#7080) 2019-11-22 10:20:40 -05:00
slot_hashes.rs Add slot_history for slashing (#7589) 2019-12-23 12:23:45 -08:00
slot_history.rs Add slot_history for slashing (#7589) 2019-12-23 12:23:45 -08:00
system_instruction.rs Verb-noun-ify Nonce API (#7925) 2020-01-22 16:31:39 -07:00
system_program.rs Use bs58 strings to declare IDs rather then raw bytes (#7082) 2019-11-21 16:34:40 -08:00
system_transaction.rs Support nonced transactions in the CLI (#7624) 2019-12-27 14:35:49 -06:00
timing.rs Add intermittent Timestamping to Votes (#7233) 2019-12-06 14:38:49 -07:00
transaction.rs Verb-noun-ify Nonce API (#7925) 2020-01-22 16:31:39 -07:00
transport.rs Write bench-tps in terms of client (#3904) 2019-04-19 15:04:36 -06:00