solana/sdk/src
Greg Fitzgerald ba46bc4624 Fix system program blind derefs (#6317)
automerge
2019-10-10 16:43:49 -07:00
..
sysvar make sysvar creation a bit more foolproof (#6294) 2019-10-09 23:22:33 -07:00
account.rs hash account state on store (#5573) 2019-09-20 13:21:12 -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 ThinClient internal name grooming (#5800) 2019-09-06 09:07:40 -07:00
clock.rs Remove remnants of the cuda feature flag (#6298) 2019-10-09 16:09:36 -07:00
entrypoint.rs Cleanup program account def (#5833) 2019-09-06 17:32:14 -07:00
epoch_schedule.rs add epoch_schedule sysvar (#6256) 2019-10-08 22:34:26 -07:00
fee_calculator.rs add epoch_schedule sysvar (#6256) 2019-10-08 22:34:26 -07:00
genesis_block.rs add epoch_schedule sysvar (#6256) 2019-10-08 22:34:26 -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 Add next_keyed_account() to instruction_processor_utils (#6309) 2019-10-10 06:30:42 -06:00
instruction_processor_utils.rs Add next_keyed_account() to instruction_processor_utils (#6309) 2019-10-10 06:30:42 -06:00
lib.rs add epoch_schedule sysvar (#6256) 2019-10-08 22:34:26 -07:00
loader_instruction.rs make executable, vote and stake account rent exempt (#6017) 2019-10-04 02:52:48 +05:30
log.rs Inline BPF log functions (#6007) 2019-09-20 15:40:41 -07:00
message.rs fix Instruction and CompiledInstruction field names (#4895) 2019-07-01 18:34:22 -06:00
native_loader.rs hash account state on store (#5573) 2019-09-20 13:21:12 -07:00
native_token.rs Add native_token module to sdk (#6192) 2019-10-01 13:53:28 -04:00
packet.rs add bank hash to votes (#4381) 2019-05-21 21:45:38 -07:00
poh_config.rs Split SDK's timing.rs (#5823) 2019-09-06 14:30:56 -07:00
pubkey.rs SDK cleanup to reduce featurization (#5856) 2019-09-09 16:38:52 -07:00
rent_calculator.rs Rent tangential stuff (#5910) 2019-09-17 17:12:55 +05:30
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 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 Fix system program blind derefs (#6317) 2019-10-10 16:43:49 -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 Revert "require stake, vote and executable accounts to be rent exempt (#5928)" (#6005) 2019-09-20 14:10:39 -07:00
timing.rs Split SDK's timing.rs (#5823) 2019-09-06 14:30:56 -07:00
transaction.rs Add C API (#5072) 2019-07-15 13:17:17 -06:00
transport.rs Write bench-tps in terms of client (#3904) 2019-04-19 15:04:36 -06:00