solana/runtime
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
..
benches Move append_vec bench to the crate with append_vec (#3650) 2019-04-06 07:18:56 -06:00
src Consume Bank in BankClient 2019-04-11 12:16:33 -07:00
.gitignore Put accounts test data files in target directory 2019-03-04 10:17:02 -08:00
Cargo.toml Bump hashbrown to 0.2.0 2019-04-02 16:37:21 -06:00