mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 10:28:10 +01:00
particl: Can swap PARTct -> XMR
This commit is contained in:
@@ -1,5 +1,36 @@
|
||||
|
||||
0.0.25
|
||||
==============
|
||||
|
||||
- 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
|
||||
- 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.
|
||||
- Verify the rangeproofs and commitments of blinded pre-shared txns.
|
||||
- Add explicit tests for all paths of:
|
||||
- PARTct -> XMR
|
||||
- BTC -> XMR
|
||||
- LTC -> XMR
|
||||
|
||||
|
||||
0.0.24
|
||||
==============
|
||||
|
||||
- Can swap Particl Anon outputs in place of XMR
|
||||
|
||||
|
||||
0.0.23
|
||||
==============
|
||||
|
||||
- Enables private offers
|
||||
|
||||
|
||||
0.0.22
|
||||
==============
|
||||
|
||||
- Improved wallets page
|
||||
- Consistent wallet order
|
||||
- Separated RPC calls into threads.
|
||||
@@ -7,6 +38,7 @@
|
||||
|
||||
0.0.21
|
||||
==============
|
||||
|
||||
- Raised Particl and Monero daemon versions.
|
||||
- Display shared address on bid page if show more info is enabled.
|
||||
- Added View Lock Wallet Transfers button to bid page.
|
||||
@@ -14,5 +46,6 @@
|
||||
|
||||
0.0.6
|
||||
==============
|
||||
|
||||
- Experimental support for XMR swaps.
|
||||
- Single direction only, scriptless -> XMR
|
||||
|
||||
Reference in New Issue
Block a user