grin/pool/src
Ignotus Peverell fbbd703e99
Protect wallet data file with a file lock
Operations on the wallet data file are now fenced by a lock to
avoid potentially messy concurrent modifications by multiple
processes (i.e. the wallet receiver and a send command). The lock
is done using a create-only lock file, which is an atomic
operation.
2017-06-14 21:42:58 -07:00
..
blockchain.rs TransactionPool uses non-dummy chain trait 2017-06-10 11:31:05 -07:00
graph.rs WIP: Tracking Transaction Pool Implementation (#48) 2017-05-19 17:22:08 +02:00
lib.rs Integrate transaction pool with rest of the system 2017-06-10 12:51:33 -07:00
pool.rs Protect wallet data file with a file lock 2017-06-14 21:42:58 -07:00
types.rs TransactionPool uses non-dummy chain trait 2017-06-10 11:31:05 -07:00