grin-wallet/src
Yeastplume e74c0e2571
Add updater thread + Updater related functions (#253)
* first attempt at adding updater thread

* rustfmt

* rustfmt

* many lifetimes made static to allow api to spawn separate thread

* add first pass at updater thread functionality

* rustfmt

* add mpsc for returning status from update functions

* rustfmt

* add stop state, ensure update is triggered by wallet functions when wallet updater is running

* rustfmt

* add update status function to owner API, V3 owner api functions

* rustfmt

* change update warning

* adding tests for new updater control functions

* documentation updates

* rustfmt
2019-11-18 10:49:51 +00:00
..
bin Add updater thread + Updater related functions (#253) 2019-11-18 10:49:51 +00:00
build Update Copyright to 2019 (#232) 2019-10-03 15:16:09 +01:00
cmd Add option to finalize and post transactions separately (for air-gap wallets) (#255) 2019-11-18 10:19:00 +00:00
lib.rs Test refactoring and additions to support API Testing (#205) 2019-08-13 09:36:21 +01:00