solana/sdk/src
Stephen Akridge 66891d9d4e Don't use global storage account
Other accounts would not be able to modify the system accounts userdata.
2019-02-22 15:59:55 -08:00
..
account.rs Debug for Account 2019-02-21 14:57:32 -08:00
bpf_loader.rs Rust 2018 cleanup 2018-12-14 21:57:15 -08:00
budget_expr.rs Allow chained BudgetExpr via indirection (#2461) 2019-01-16 18:51:50 -06:00
budget_instruction.rs Rust 2018 cleanup 2018-12-14 21:57:15 -08:00
budget_program.rs Rust 2018 cleanup 2018-12-14 21:57:15 -08:00
budget_transaction.rs Purge Default::default() 2019-02-09 10:12:32 -08:00
genesis_block.rs Add scheduler config to genesis 2019-02-21 17:29:55 -08:00
hash.rs Upgrade to Rust 1.31.0 (#2052) 2018-12-07 20:01:28 -07:00
lib.rs Move Bank to its own crate 2019-02-19 07:17:04 -07:00
loader_instruction.rs
loader_transaction.rs Replace transaction traits with structs 2019-02-01 11:38:25 -08:00
native_loader.rs Use Account::owner as loader for executable accounts 2019-02-14 13:26:46 -07:00
native_program.rs Reject modifications to userdata if not owned by the program 2019-02-22 16:18:10 -07:00
packet.rs Move drone into its own crate 2018-11-16 20:42:21 -08:00
payment_plan.rs Rust 2018 cleanup 2018-12-14 21:57:15 -08:00
pubkey.rs
shortvec.rs Optimize Transaction/Instruction serialization with custom routine (#2515) 2019-01-24 21:14:15 -08:00
signature.rs Improve message-signing ergonomics 2019-01-26 14:57:22 -07:00
storage_program.rs Don't use global storage account 2019-02-22 15:59:55 -08:00
system_instruction.rs Boot SystemInstruction::Spawn 2019-02-14 13:26:46 -07:00
system_program.rs Rust 2018 cleanup 2018-12-14 21:57:15 -08:00
system_transaction.rs Boot SystemInstruction::Spawn 2019-02-14 13:26:46 -07:00
timing.rs Move Bank to its own crate 2019-02-19 07:17:04 -07:00
token_program.rs Rust 2018 cleanup 2018-12-14 21:57:15 -08:00
transaction.rs Purge Default::default() 2019-02-09 10:12:32 -08:00
vote_program.rs switch vote program to use slot height instead of tick height, change confirmation computation to use slots 2019-02-21 15:31:53 -07:00
vote_transaction.rs switch vote program to use slot height instead of tick height, change confirmation computation to use slots 2019-02-21 15:31:53 -07:00