solana/runtime
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 update with review comments 2019-04-01 15:54:53 -06:00
src Implement finalizer so that all locked accounts are dropped (#3585) 2019-04-02 03:55:42 -07:00
.gitignore Put accounts test data files in target directory 2019-03-04 10:17:02 -08:00
Cargo.toml Remove non-essential programs from runtime/ 2019-03-12 15:11:59 -05:00