grin-wallet/impls/src
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
..
adapters Slate compatibility between versions (#35) 2019-04-02 15:42:28 +01:00
backends Store payment outputs in wallet database (#1) 2019-04-22 12:40:58 +08:00
node_clients Command line port fix + query chunk size fix (#42) 2019-04-15 14:15:55 +01:00
test_framework final updates for tag and build based on grin 1.1.0 merge 2019-04-03 14:22:30 +01:00
error.rs APIV2 refactoring (#23) 2019-03-17 19:14:58 +00:00
lib.rs V2 Foreign API RPC Tests (#28) 2019-03-26 16:02:31 +00:00
lmdb_wallet.rs Store payment outputs in wallet database (#1) 2019-04-22 12:40:58 +08:00
seed.rs APIV2 refactoring (#23) 2019-03-17 19:14:58 +00:00