solana/sdk/src
Rob Walker bb00904fc8
add rent reserve for bootstrap stakes (#6876)
* genesis investor stakes

* assert rent is sufficient for these bootstrappers
2019-11-12 12:33:40 -08:00
..
sysvar sysvar trait (#6667) 2019-11-04 12:31:24 -08:00
account.rs Remove todo from account (#6827) 2019-11-08 13:30:21 -08: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 rooted bank by default in rpc bank selection (#6759) 2019-11-06 14:15:00 -07:00
clock.rs document clock (#6662) 2019-10-31 13:26:55 -07:00
commitment_config.rs Use rooted bank by default in rpc bank selection (#6759) 2019-11-06 14:15:00 -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 Remove some low-hanging TODOs (#6839) 2019-11-08 16:41:36 -07:00
genesis_config.rs Don't panic in sdk/ when genesis fails to load (#6892) 2019-11-12 10:24:49 -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 Fix blind keyed_account indexing in BPF and Move loader (#6810) 2019-11-08 09:19:19 -08:00
instruction_processor_utils.rs Limit deserialization of program inputs (#6522) 2019-10-23 19:56:07 -07:00
lib.rs Rename genesis block to genesis config (#6816) 2019-11-08 23:56:57 -05: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 Remove credit-only account handling (#6726) 2019-11-05 09:38: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 use pubkeys in genesis (#6750) 2019-11-06 11:18:25 -08:00
rent.rs add rent reserve for bootstrap stakes (#6876) 2019-11-12 12:33:40 -08:00
rpc_port.rs
short_vec.rs Don't panic on packet data (#6769) 2019-11-06 14:32:37 -08:00
signature.rs unfork dalek ed25519 (#6776) 2019-11-07 17:08:10 -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 System program is now registered like all other native programs (#5526) 2019-08-15 21:07:00 -07:00
system_transaction.rs require `to` account signature (#6658) 2019-11-08 15:57:35 +05:30
timing.rs Split SDK's timing.rs (#5823) 2019-09-06 14:30:56 -07:00
transaction.rs Remove credit-only account handling (#6726) 2019-11-05 09:38:35 -07:00
transport.rs Write bench-tps in terms of client (#3904) 2019-04-19 15:04:36 -06:00