Commit Graph

6 Commits

Author SHA1 Message Date
tecnovert
a40519737d protocol: Enable private offers
Users can send private offers that will only be seen by one address.

To send a private offer:
 1. recipient creates a new address to receive offers on
 2. recipient sends the pubkey for the newly created address to the offerer
 3. offerer imports the recipient's pubkey
 4. offerer sends a new offer to the recipients key instead of the public network

Nodes will ignore offers sent on keys other than the network key or keys created for offer-receiving.
2021-10-20 21:50:45 +02:00
tecnovert
36a40b5fa3
ui: Expose offer valid time. 2021-02-14 00:54:01 +02:00
tecnovert
69ed836496
Clear event queue when abandoning a bid. 2021-01-09 00:12:08 +02:00
tecnovert
1ba2ad6f0b
Add favicon and css, inc version. 2021-01-02 18:16:44 +02:00
tecnovert
0c9429bfa5
Display xmr-swap script coin lock spend tx fees. 2021-01-02 16:59:34 +02:00
tecnovert
c348621c96
gui: Add another step to creating an offer. 2020-12-17 15:52:39 +02:00