grin-wallet/impls
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
..
src Store payment outputs in wallet database (#1) 2019-04-22 12:40:58 +08:00
tests APIV2 refactoring (#23) 2019-03-17 19:14:58 +00:00
Cargo.toml prepare windows build 2019-04-03 17:03:25 +01:00