basicswap/doc/release-notes.md

82 lines
2 KiB
Markdown
Raw Normal View History

2021-11-01 13:52:40 +00:00
0.0.x
==============
- Set working dir to datadir for daemons.
0.0.27
==============
- Track failed and successful swaps by address.
- Added rate lookup helper when creating offer.
2021-11-22 20:24:48 +00:00
- Prevent old shutdown link from shutting down a new session.
2021-11-24 16:28:15 +00:00
- ui: Connected XMR wallet to rpc page.
- Separate chain to generate smsg addresses.
- ui: Display XMR subaddress on wallets page.
0.0.26
==============
- 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.
- 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.
2021-11-01 13:52:40 +00:00
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.
2021-11-01 13:52:40 +00:00
- 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.
2021-11-01 13:52:40 +00:00
2021-10-14 20:17:37 +00:00
0.0.22
==============
2021-11-01 13:52:40 +00:00
2021-10-14 20:17:37 +00:00
- Improved wallets page
- Consistent wallet order.
2021-10-14 20:17:37 +00:00
- Separated RPC calls into threads.
0.0.21
==============
2021-11-01 13:52:40 +00:00
- 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.
0.0.6
==============
2021-11-01 13:52:40 +00:00
- Experimental support for XMR swaps
- Single direction only, scriptless -> XMR.