grin-wallet/controller/tests
Yeastplume 2d264db91a
Wallet Interactive-mode, Part 1 (#295)
* cli addition to yml

* first experiments with CLI mode

* rustfmt

* modify owner_single_use to take optional instantiated API

* refactor command functions to take owner api instance

* modify commands to use single owner api instance

* add ability to pass customised message handler to API

* prevent update wallet attempt if wallet hasn't been opened

* fix output when internal updater is running

* add termion, use cli for status updates, remove logging output from CLI

* some attempts to clean up the command prompt and accomodate scanning intervals

* rework listener slightly to allow for cli mode, add close command

* remove termion dependency
2020-02-06 09:08:24 +00:00
..
common API Lifecycle Implementation, Pt. 1 (#211) 2019-09-02 16:03:35 +01:00
accounts.rs Wallet Interactive-mode, Part 1 (#295) 2020-02-06 09:08:24 +00:00
check.rs Wallet Interactive-mode, Part 1 (#295) 2020-02-06 09:08:24 +00:00
file.rs Wallet Interactive-mode, Part 1 (#295) 2020-02-06 09:08:24 +00:00
invoice.rs Wallet Interactive-mode, Part 1 (#295) 2020-02-06 09:08:24 +00:00
no_change.rs Wallet Interactive-mode, Part 1 (#295) 2020-02-06 09:08:24 +00:00
payment_proofs.rs Wallet Interactive-mode, Part 1 (#295) 2020-02-06 09:08:24 +00:00
repost.rs Wallet Interactive-mode, Part 1 (#295) 2020-02-06 09:08:24 +00:00
self_send.rs Wallet Interactive-mode, Part 1 (#295) 2020-02-06 09:08:24 +00:00
transaction.rs Wallet Interactive-mode, Part 1 (#295) 2020-02-06 09:08:24 +00:00
ttl_cutoff.rs Wallet Interactive-mode, Part 1 (#295) 2020-02-06 09:08:24 +00:00
updater_thread.rs Wallet Interactive-mode, Part 1 (#295) 2020-02-06 09:08:24 +00:00