ui: Add rate lookup helper when creating offers.

This commit is contained in:
tecnovert
2021-11-21 22:59:39 +02:00
parent 54ad0e496c
commit 8a9f4f9e38
11 changed files with 238 additions and 27 deletions

View File

@@ -2,21 +2,22 @@
0.0.27
==============
- Track failed and successful swaps by address
- Track failed and successful swaps by address.
- Added rate lookup helper when creating offer.
0.0.26
==============
- Added protocol version to order and bid messages
- Added protocol version to order and bid messages.
- Moved chain start heights to bid.
- Avoid scantxoutset for decred style swaps
- xmr: spend chain B lock tx will look for existing spends
- Avoid scantxoutset for decred style swaps.
- xmr: spend chain B lock tx will look for existing spends.
- xmrswaps:
- Setting state to 'Script tx redeemed' will trigger an attempt to redeem the scriptless lock tx.
- Node will wait for the chain B lock tx to reach a spendable depth before attempting to spend.
- ui: Sort settings page by coin name.
- ui, xmr: List of candidate remote XMR daemon urls can be set through the http ui
- ui, xmr: List of candidate remote XMR daemon urls can be set through the http ui.
0.0.25
@@ -24,8 +25,8 @@
- Fix extra 33 bytes in lock spend fee calculation.
- XMR swaps use watchonly addresses to save the lock tx to the wallet
- Instead of scantxoutset
- Add missing check of leader's lock refund tx signature result
- Instead of scantxoutset.
- Add missing check of leader's lock refund tx signature result.
- Blind part -> XMR swaps are possible:
- The sha256 hash of the chain b view private key is used as the nonce for transactions requiring cooperation to sign.
- Follower sends a public key in xmr_swap.dest_af.
@@ -45,14 +46,14 @@
0.0.23
==============
- Enables private offers
- Enables private offers.
0.0.22
==============
- Improved wallets page
- Consistent wallet order
- Consistent wallet order.
- Separated RPC calls into threads.
@@ -67,5 +68,5 @@
0.0.6
==============
- Experimental support for XMR swaps.
- Single direction only, scriptless -> XMR
- Experimental support for XMR swaps
- Single direction only, scriptless -> XMR.