mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-12 15:25:42 -05:00
Rewrite changelog entry as fix rather than a change
This commit is contained in:
parent
02c94f6368
commit
e957cbd909
1 changed files with 6 additions and 4 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
### Changed
|
### Fixed
|
||||||
|
|
||||||
- Allow multiple concurrent swaps with the same peer on the ASB.
|
- An issue where concurrent swaps with the same peer would cause the ASB to handle network communication incorrectly.
|
||||||
This is a breaking change because the swap ID is now agreed upon between CLI and ASB during swap setup.
|
To fix this, all messages are now tagged with a unique identifier that is agreed upon at the start of the swap.
|
||||||
Resuming swaps started prior to this change can result in unexpected behaviour.
|
This is a breaking change in the network layer and hence old versions are not compatible with this version.
|
||||||
|
We advise to also not resume any swaps that have been created with an older version.
|
||||||
|
It is recommended to reset / delete the database after upgrading.
|
||||||
- Quote protocol returns JSON encoded data instead of CBOR.
|
- Quote protocol returns JSON encoded data instead of CBOR.
|
||||||
This is a breaking change in the protocol handling, old CLI versions will not be able to process quote requests of ASBs running this version.
|
This is a breaking change in the protocol handling, old CLI versions will not be able to process quote requests of ASBs running this version.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue