solana/sdk/src
Jack May d68e2c4d06
Revert "Make instruction data opaque to runtime (#6470)" (#6564)
This reverts commit 6eeca9c6f1.
2019-10-25 16:22:41 -07:00
..
sysvar make sysvar creation a bit more foolproof (#6294) 2019-10-09 23:22:33 -07: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
client.rs ThinClient internal name grooming (#5800) 2019-09-06 09:07:40 -07:00
clock.rs Async poh verify (#6353) 2019-10-23 12:11:04 -07:00
entrypoint.rs Cleanup program account def (#5833) 2019-09-06 17:32:14 -07:00
epoch_schedule.rs credit_only credits forwarding (#6509) 2019-10-23 22:01:22 -07:00
fee_calculator.rs Adjust default cluster signature fees (#6436) 2019-10-18 17:00:51 -07:00
genesis_block.rs Add GenesisBlock::OperatingMode to control how cluster features are activated (#6430) 2019-10-23 11:50:10 -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 Remove circular dependencies in core (#6408) 2019-10-17 11:37:30 -06: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
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 flag to mark a packet as discarded (#6427) 2019-10-17 16:26:29 -07:00
poh_config.rs Stabilize some banking stage tests (#6251) 2019-10-16 12:37:27 -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 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 credit_only credits forwarding (#6509) 2019-10-23 22:01:22 -07:00
system_program.rs
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