* allow separate db name in store creation * rustfmt * fixes to db paths to ensure consistency with 1.0.x
* dynamically resize lmdb * rustfmt * explicitly close db before resizing * rustfmt * test fix * rustfmt * pool tests * chain fix * merge * move RwLock into Store, ensure resize gives a min threshold * rustfmt * move locks based on testing * rustfmt