solana/sdk/src
Jack May d9817c153a
Switch programs to use Pubkey from SolPubkey (#5821)
2019-09-06 12:40:01 -07:00
..
sysvar add global stake warmup (#5483) 2019-08-12 20:59:57 -07:00
account.rs add stake lockup (#5782) 2019-09-04 13:34:09 -07:00
account_utils.rs
bpf_loader.rs
client.rs ThinClient internal name grooming (#5800) 2019-09-06 09:07:40 -07:00
entrypoint.rs Switch programs to use Pubkey from SolPubkey (#5821) 2019-09-06 12:40:01 -07:00
fee_calculator.rs plumb some rent (#5610) 2019-08-23 14:04:53 -07:00
genesis_block.rs System program is now registered like all other native programs (#5526) 2019-08-15 21:07:00 -07:00
hash.rs Add GPU based PoH verification (#4524) 2019-06-08 10:21:43 -06:00
inflation.rs plumb some rent (#5610) 2019-08-23 14:04:53 -07:00
instruction.rs runtime checks for rent_epoch (#5629) 2019-08-26 11:04:20 -07:00
instruction_processor_utils.rs add stake and vote errors (#5814) 2019-09-06 10:55:03 -07:00
lib.rs Rust BPF programs depend on Solana SDK (#5819) 2019-09-06 09:20:14 -07:00
loader_instruction.rs Add LoaderInstruction::InvokeMain (#5116) 2019-07-16 10:45:32 -06:00
log.rs Switch programs to use Pubkey from SolPubkey (#5821) 2019-09-06 12:40:01 -07:00
message.rs fix Instruction and CompiledInstruction field names (#4895) 2019-07-01 18:34:22 -06:00
native_loader.rs plumb some rent (#5610) 2019-08-23 14:04:53 -07:00
packet.rs
poh_config.rs change DEFAULT_NUM_TICKS_PER_SECOND to DEFAULT_TICKS_PER_SECOND (#5559) 2019-08-19 23:22:56 -07:00
program_test.rs Rust BPF programs depend on Solana SDK (#5819) 2019-09-06 09:20:14 -07:00
pubkey.rs Switch programs to use Pubkey from SolPubkey (#5821) 2019-09-06 12:40:01 -07:00
rent.rs plumb some rent (#5610) 2019-08-23 14:04:53 -07:00
rpc_port.rs
short_vec.rs Limit short_vec length to u16, usize is overkill for our usage (#4588) 2019-06-06 20:18:41 -07:00
signature.rs no more OUT_DIR (#5139) 2019-07-17 14:27:58 -07:00
system_instruction.rs add stake and vote errors (#5814) 2019-09-06 10:55:03 -07:00
system_program.rs System program is now registered like all other native programs (#5526) 2019-08-15 21:07:00 -07:00
system_transaction.rs
timing.rs change DEFAULT_NUM_TICKS_PER_SECOND to DEFAULT_TICKS_PER_SECOND (#5559) 2019-08-19 23:22:56 -07:00
transaction.rs Add C API (#5072) 2019-07-15 13:17:17 -06:00
transport.rs