solana/sdk/src
Rob Walker efe260f12e
sysvar trait (#6667)
* sysvar trait

* get the new guy in on it
2019-11-04 12:31:24 -08:00
..
sysvar sysvar trait (#6667) 2019-11-04 12:31:24 -08:00
account.rs Use serde-bytes to serialize u8 efficiently (#6442) 2019-10-18 17:18:06 -07:00
account_info.rs Cleanup program account def (#5833) 2019-09-06 17:32:14 -07:00
account_utils.rs Optimize BPF logs (#6186) 2019-09-30 14:21:29 -07:00
bank_hash.rs hash account state on store (#5573) 2019-09-20 13:21:12 -07:00
bpf_loader.rs add solana_name_id, reassociate names with modules, modularize id tests (#4580) 2019-06-06 19:27:49 -07:00
client.rs Use Slot and Epoch type aliases instead of raw u64 (#6693) 2019-11-02 00:38:30 -07:00
clock.rs document clock (#6662) 2019-10-31 13:26:55 -07:00
entrypoint.rs Cleanup program account def (#5833) 2019-09-06 17:32:14 -07:00
epoch_schedule.rs Use Slot and Epoch type aliases instead of raw u64 (#6693) 2019-11-02 00:38:30 -07:00
fee_calculator.rs Adjust default cluster signature fees (#6436) 2019-10-18 17:00:51 -07:00
genesis_block.rs kill rent calculator (#6625) 2019-10-30 16:25:12 -07:00
hash.rs Optimize BPF logs (#6186) 2019-09-30 14:21:29 -07:00
inflation.rs remove grants from inflation (#5936) 2019-09-17 18:52:39 -07:00
instruction.rs Enforce only system program can allocate accounts (#6386) 2019-10-16 10:47:45 -07:00
instruction_processor_utils.rs Limit deserialization of program inputs (#6522) 2019-10-23 19:56:07 -07:00
lib.rs kill rent calculator (#6625) 2019-10-30 16:25:12 -07:00
loader_instruction.rs Revert "Make instruction data opaque to runtime (#6470)" (#6564) 2019-10-25 16:22:41 -07:00
log.rs Inline BPF log functions (#6007) 2019-09-20 15:40:41 -07:00
message.rs Reject TXs when there is a mismatch (#6236) 2019-10-18 09:48:35 -07:00
move_loader.rs Remove move feature (#6605) 2019-10-29 17:14:07 -07:00
native_loader.rs hash account state on store (#5573) 2019-09-20 13:21:12 -07:00
native_token.rs Remove lingering references to base-2 SOLs (#6629) 2019-10-30 14:59:44 -07:00
packet.rs Use Slot and Epoch type aliases instead of raw u64 (#6693) 2019-11-02 00:38:30 -07:00
poh_config.rs Stabilize some banking stage tests (#6251) 2019-10-16 12:37:27 -07:00
pubkey.rs Sign shreds on the GPU (#6595) 2019-11-02 06:23:14 -07:00
rent.rs kill rent calculator (#6625) 2019-10-30 16:25:12 -07:00
rpc_port.rs
short_vec.rs Add offset checks for sigverify (#6452) 2019-10-18 17:52:59 -07:00
signature.rs solana-keygen - Poor mans keypair encryption (#6259) 2019-10-10 17:01:03 -06:00
slot_hashes.rs add epoch_schedule sysvar (#6256) 2019-10-08 22:34:26 -07:00
system_instruction.rs move system_instruction::transfer() `to` credit-debit (#6677) 2019-11-04 12:30:59 -08: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 credit_only credits forwarding (#6509) 2019-10-23 22:01:22 -07:00
timing.rs Split SDK's timing.rs (#5823) 2019-09-06 14:30:56 -07:00
transaction.rs Reject TXs when there is a mismatch (#6236) 2019-10-18 09:48:35 -07:00
transport.rs