solana/core
carllin d228b6467c
Implement finalizer so that all locked accounts are dropped (#3585)
* Implement finalizer so that all locked accounts are dropped when finalizer goes out of scope

* Add test for tx error with lock conflict

* Fix double unlock from destructor running after a call to unlock
2019-04-02 03:55:42 -07:00
..
benches Add a constructor to generate random pubkeys 2019-03-31 16:23:18 -06:00
src Implement finalizer so that all locked accounts are dropped (#3585) 2019-04-02 03:55:42 -07:00
tests Rework discover to handle additional parameters, and be unit-testable 2019-04-01 23:05:25 -06:00
Cargo.toml Add _program suffix to directories of crates with _program suffix 2019-03-21 16:24:06 -06:00
build.rs Move build.rs into core/ 2019-03-02 09:52:18 -08:00