solana-with-rpc-optimizations/sdk/src
Jack May d8ead57fbb
Use bs58 strings to declare IDs rather then raw bytes (#7082)
2019-11-21 16:34:40 -08:00
..
sysvar Use bs58 strings to declare IDs rather then raw bytes (#7082) 2019-11-21 16:34:40 -08:00
account.rs Remove todo from account (#6827) 2019-11-08 13:30:21 -08:00
account_info.rs
account_utils.rs Optimize BPF logs (#6186) 2019-09-30 14:21:29 -07:00
bank_hash.rs
bpf_loader.rs Use bs58 strings to declare IDs rather then raw bytes (#7082) 2019-11-21 16:34:40 -08:00
client.rs Use rooted bank by default in rpc bank selection (#6759) 2019-11-06 14:15:00 -07:00
clock.rs Use epoch as the gossip purge timeout for staked nodes. (#7005) 2019-11-20 11:25:18 -08:00
commitment_config.rs Use rooted bank by default in rpc bank selection (#6759) 2019-11-06 14:15:00 -07:00
entrypoint.rs Upgrade to rust 1.39.0 (#6939) 2019-11-14 12:27:01 -07:00
epoch_schedule.rs add genesis stake placeholders (#6969) 2019-11-21 12:05:31 -08:00
fee_calculator.rs Remove some low-hanging TODOs (#6839) 2019-11-08 16:41:36 -07:00
genesis_config.rs genesis: rename mint account to faucet account and make it optional (#6990) 2019-11-15 14:50:26 -07:00
hash.rs Optimize BPF logs (#6186) 2019-09-30 14:21:29 -07:00
inflation.rs Revert "Revert "Add inflation to epoch phases (#6787)" (#6802)" (#6806) 2019-11-07 18:33:14 -08:00
instruction.rs Use camelCase (#7050) 2019-11-19 14:55:32 -08:00
instruction_processor_utils.rs Use bs58 strings to declare IDs rather then raw bytes (#7082) 2019-11-21 16:34:40 -08:00
lib.rs Use bs58 strings to declare IDs rather then raw bytes (#7082) 2019-11-21 16:34:40 -08:00
loader_instruction.rs Revert "Make instruction data opaque to runtime (#6470)" (#6564) 2019-10-25 16:22:41 -07:00
log.rs
message.rs Add parent slot to getConfirmedBlock (#7038) 2019-11-19 09:39:55 -07:00
move_loader.rs Use bs58 strings to declare IDs rather then raw bytes (#7082) 2019-11-21 16:34:40 -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 Remove lingering references to base-2 SOLs (#6629) 2019-10-30 14:59:44 -07:00
packet.rs Remove Blobs and switch to Packets (#6937) 2019-11-14 10:24:53 -08:00
poh_config.rs Stabilize some banking stage tests (#6251) 2019-10-16 12:37:27 -07:00
pubkey.rs Use bs58 strings to declare IDs rather then raw bytes (#7082) 2019-11-21 16:34:40 -08:00
rent.rs Update rent.rs 2019-11-14 08:55:09 -07:00
rpc_port.rs
short_vec.rs Don't panic on packet data (#6769) 2019-11-06 14:32:37 -08:00
signature.rs Truncate new keypair files (#7078) 2019-11-21 10:02:04 -08:00
slot_hashes.rs add epoch_schedule sysvar (#6256) 2019-10-08 22:34:26 -07:00
system_instruction.rs require `to` account signature (#6658) 2019-11-08 15:57:35 +05:30
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 require `to` account signature (#6658) 2019-11-08 15:57:35 +05:30
timing.rs add genesis stake placeholders (#6969) 2019-11-21 12:05:31 -08:00
transaction.rs Remove credit-only account handling (#6726) 2019-11-05 09:38:35 -07:00
transport.rs