solana/programs/failure_program
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
..
src Move Instruction into its own module 2019-03-23 20:31:55 -07:00
tests Consume Bank in BankClient 2019-04-11 12:16:33 -07:00
Cargo.toml Adjust noop/failure program names to be consistent with all other programs 2019-04-11 11:59:56 -07:00