grin-wallet/controller/tests
Yeastplume f09c91f626
Payment Proof export + validation (#289)
* add payment proof struct and deser

* rustfmt

* adding proof export functions

* rustfmt

* add payment proof validation function

* rustfmt

* add RPC version of retrieve_payment_proof + doctest

* rustfmt

* add verify_proof rpc function and documentation for new functions

* rustfmt

* add export and verify commands

* rustfmt

* test + test framework fixes

* rustfmt

* check whether addresses belong to this wallet, output such when checking

* rustfmt

* remove raw pubkey address and replace with ov3 address in user-facing contexts

* merge from master and rustfmt

* doctests
2020-01-22 13:16:24 +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 export + validation (#289) 2020-01-22 13:16:24 +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 Bits and Pieces for 3.0.0 beta (#271) 2019-12-03 20:30:10 +00:00