solana/sdk/src
Stephen Akridge 7cdbbfa88e Storage stage updates
* Remove logging init from storage program: saw a crash in a test
  indicating the logger being init'ed twice.
* Add entry_height mining proof to indicate which segment the result is
  for
* Add an interface to get storage miner pubkeys for a given entry_height
* Add an interface to get the current storage mining entry_height
* Set the tvu socket to 0.0.0.0:0 in replicator to stop getting entries
  after the desired ledger segment is downloaded.
* Use signature of PoH height to determine which block to download for
  replicator.
2018-12-13 11:30:12 -08:00
..
bin Move solana-keygen into keygen/ 2018-12-13 01:06:40 -08:00
account.rs Expose which keys signed the Transaction in the SDK 2018-11-30 08:16:23 -08:00
bpf_loader.rs Move system_program out of src/ 2018-12-05 10:49:06 -08:00
budget_expr.rs Move budget_program out of src/ 2018-12-05 10:49:06 -08:00
budget_instruction.rs Move budget_program out of src/ 2018-12-05 10:49:06 -08:00
budget_program.rs Move budget_program out of src/ 2018-12-05 10:49:06 -08:00
budget_transaction.rs Move budget_program out of src/ 2018-12-05 10:49:06 -08:00
hash.rs Upgrade to Rust 1.31.0 (#2052) 2018-12-07 20:01:28 -07:00
lib.rs Move system_transaction out of src/ 2018-12-05 10:49:06 -08:00
loader_instruction.rs mv common/ sdk/ 2018-10-25 13:26:10 -07:00
loader_transaction.rs Move loader_transaction out of src/ 2018-12-05 10:49:06 -08:00
native_loader.rs Add sdk native_loader.rs 2018-12-05 10:49:06 -08:00
native_program.rs Add account userdata errors 2018-12-05 10:49:06 -08:00
packet.rs Move drone into its own crate 2018-11-16 20:42:21 -08:00
payment_plan.rs Move budget_program out of src/ 2018-12-05 10:49:06 -08:00
pubkey.rs mv common/ sdk/ 2018-10-25 13:26:10 -07:00
signature.rs Relocate all keypair generation into one location: sdk/src/signature.rs 2018-12-13 01:06:40 -08:00
storage_program.rs Storage stage updates 2018-12-13 11:30:12 -08:00
system_instruction.rs Move system_program out of src/ 2018-12-05 10:49:06 -08:00
system_program.rs Move system_program out of src/ 2018-12-05 10:49:06 -08:00
system_transaction.rs Upgrade to Rust 1.31.0 (#2052) 2018-12-07 20:01:28 -07:00
timing.rs Move metrics into its own crate 2018-11-16 15:10:07 -08:00
token_program.rs Add token_program.rs to sdk/ 2018-12-05 10:49:06 -08:00
transaction.rs Upgrade to Rust 1.31.0 (#2052) 2018-12-07 20:01:28 -07:00
vote_program.rs Move vote_program out of src/ 2018-12-05 10:49:06 -08:00
vote_transaction.rs Move vote_transaction out of src/ 2018-12-05 10:49:06 -08:00