solana/runtime/src
Greg Fitzgerald a28c3b0e9a Consume Bank in BankClient
This will allow BankClient to spin up a thread to use the Bank.
It'll also ease the transaction from BankClient to ThinClient since
it won't let you depend on Bank.

Drawback, you the transition from Bank to BankClient will be harder
because the Bank methods are inaccessible.
2019-04-11 12:16:33 -07:00
..
accounts.rs Update count for the right store (#3683) 2019-04-09 13:48:13 -07:00
append_vec.rs Rename userdata to data (#3282) 2019-03-14 10:48:27 -06:00
bank.rs Fixed DuplicateSigs (#3727) 2019-04-11 11:51:34 -07:00
bank_client.rs Consume Bank in BankClient 2019-04-11 12:16:33 -07:00
blockhash_queue.rs Replace recursive status cache with a single global fast status cache (#3541) 2019-03-29 10:03:55 -07:00
bloom.rs Move Bank to its own crate 2019-02-19 07:17:04 -07:00
lib.rs Rename Runtime to MessageProcessor 2019-04-02 12:49:26 -06:00
loader_utils.rs Cleanup client traits and create super trait (#3728) 2019-04-11 00:25:14 -07:00
locked_accounts_results.rs Add get_signature_status() to SyncClient 2019-04-05 10:22:05 -07:00
message_processor.rs Add program_ids() methods 2019-04-02 19:00:35 -06:00
native_loader.rs Rename native_program.rs to instruction_processor_utils.rs 2019-04-02 10:36:19 -06:00
status_cache.rs Replace recursive status cache with a single global fast status cache (#3541) 2019-03-29 10:03:55 -07:00
system_instruction_processor.rs Consume Bank in BankClient 2019-04-11 12:16:33 -07:00