grin-wallet/controller/tests
Yeastplume 45480392da
TTL Implementation (#261)
* 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

* add commands for requesting payment proofs

* rustfmt

* wire up payment proofs into command line

* rustfmt

* add address command

* rustfmt

* added tor sending from owner api

* rustfmt

* add TTL to slate, transaction log

* ttl cutoff tests

* add ttl check to recieve functions, add tests, modify doctests

* rustfmt

* fixes from upstream changes and test fixes

* rustfmt

* remove unnecessary block header version check
2019-12-02 13:54:57 +00:00
..
common API Lifecycle Implementation, Pt. 1 (#211) 2019-09-02 16:03:35 +01:00
accounts.rs Update Copyright to 2019 (#232) 2019-10-03 15:16:09 +01:00
check.rs Change check_repair + certain functions to lock more granularly (#252) 2019-11-06 10:04:42 +00:00
file.rs Update Copyright to 2019 (#232) 2019-10-03 15:16:09 +01:00
invoice.rs Update Copyright to 2019 (#232) 2019-10-03 15:16:09 +01:00
no_change.rs Update Copyright to 2019 (#232) 2019-10-03 15:16:09 +01:00
payment_proofs.rs Payment Proof Implementation (#259) 2019-11-28 14:34:27 +00:00
repost.rs Update Copyright to 2019 (#232) 2019-10-03 15:16:09 +01:00
self_send.rs Update Copyright to 2019 (#232) 2019-10-03 15:16:09 +01:00
transaction.rs Update Copyright to 2019 (#232) 2019-10-03 15:16:09 +01:00
ttl_cutoff.rs TTL Implementation (#261) 2019-12-02 13:54:57 +00:00
updater_thread.rs Payment Proof Implementation (#259) 2019-11-28 14:34:27 +00:00