Fix getLinkedMessageId and validateSwapType

This commit is contained in:
tecnovert
2023-08-02 13:57:29 +02:00
parent a13a5d4bf6
commit 8f4b962285
5 changed files with 56 additions and 16 deletions

View File

@@ -1,18 +1,29 @@
0.0.66
==============
- Fixed bugs in getLinkedMessageId and validateSwapType.
0.0.65
==============
- smsg: Outbox messages are removed when expired.
- Fixed BTC witness size estimation.
- Added option to remove Offers and bids from the database automatically one week
after they expire if they have no active bids.
- Controlled by new settings: expire_db_records and expire_db_records_after
- ui: Show ITX and PTX status for adaptor sig type swaps.
0.0.64
==============
- protocol: Added reversed Adaptor sig protocol.
- Runs the adaptor-sig protocol with leader and follower swapped to
enable offers from no-script coins to script coins.
- smsg: Outbox messages are removed when expired.
- Fixed BTC witness size estimation.
- Added option to remove Offers and bids from the database automatically one week
after they expire if they have no active bids.
- Controlled by new settings: expire_db_records and expire_db_records_after
- Raised adaptor signature swap protocol version
- Not backwards compatible with previous versions.
- ui: Show ITX and PTX status for adaptor sig type swaps.
0.0.63