grin-wallet/controller/src
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
..
command.rs Proof of Payment Command Line (#260) 2019-11-28 15:13:52 +00:00
controller.rs TTL Implementation (#261) 2019-12-02 13:54:57 +00:00
display.rs TTL Implementation (#261) 2019-12-02 13:54:57 +00:00
error.rs Update Copyright to 2019 (#232) 2019-10-03 15:16:09 +01:00
lib.rs Update Copyright to 2019 (#232) 2019-10-03 15:16:09 +01:00