grin-wallet/controller/tests
Gary Yu 12909c9262
Store payment outputs in wallet database (#1)
* store receiver's output into the sender's database

* rustfmt

* payment output refresh

* fix the test code in libwallet

* rustfmt

* fix wallet_command_line test

* modify the warning message for self sending

* a bit of unit test according to review comments

* display unknown value for the case of multiple outputs on single receiver, normally it's not the case of this wallet implementation

* rustfmt

* fix merge missing parts

* rustfmt

* use PaymentCommitMapping struct instead of a tuple

* rustfmt

* fix the test

* fix the owner api rpc test
2019-04-22 12:40:58 +08:00
..
accounts.rs Final Owner API Changes (#32) 2019-03-29 16:00:02 +00:00
check.rs Final Owner API Changes (#32) 2019-03-29 16:00:02 +00:00
file.rs Final Owner API Changes (#32) 2019-03-29 16:00:02 +00:00
repost.rs Final Owner API Changes (#32) 2019-03-29 16:00:02 +00:00
restore.rs Final Owner API Changes (#32) 2019-03-29 16:00:02 +00:00
self_send.rs Final Owner API Changes (#32) 2019-03-29 16:00:02 +00:00
transaction.rs Store payment outputs in wallet database (#1) 2019-04-22 12:40:58 +08:00