grin-wallet/tests
Yeastplume 7293ca99c3
Payment Proof Implementation (#259)
* refactor address generation code into libwallet, bool to flag whether to include proof, add sender address in init_send_tx

* rustfmt

* require payment proof addr as part of init_tx

* rustfmt

* store payment proof on sender transaction side

* rustfmt

* change sig to ed25519 sig

* rustfmt

* add message creation and signature

* rustfmt

* add payment proof verification function

* rustfmt

* validate proof on sender side, store proof

* rustfmt

* fix json tests

* fixes and updates to tests

* added API functions for converting and retrieving proof addresses

* rustfmt

* add payment proof to init_send_tx example

* rustfmt

* incorrect comment
2019-11-28 14:34:27 +00:00
..
common Add updater thread + Updater related functions (#253) 2019-11-18 10:49:51 +00:00
data Payment Proof Implementation (#259) 2019-11-28 14:34:27 +00:00
cmd_line_basic.rs Change check_repair + certain functions to lock more granularly (#252) 2019-11-06 10:04:42 +00:00
owner_v2_sanity.rs Optional Tor Send/Listen Functionality (#226) 2019-10-14 20:24:09 +01:00
owner_v3_init_secure.rs API Lifecycle Implementation, Pt. 1 (#211) 2019-09-02 16:03:35 +01:00
owner_v3_lifecycle.rs HF2 Slate Changes (#258) 2019-11-20 11:01:38 +00:00
tor_dev_helper.rs Optional Tor Send/Listen Functionality (#226) 2019-10-14 20:24:09 +01:00