- Fix(validation): Show correct max counterparty collateral in validation message.
- Fix(mobile): Calculate counterparty balance correctly when checking the validity of trade parameters.
- Fix(trade): Spawn dedicated tokio task when executing trade.
- Chore(wallet): Unreserve locked utxos if offer get rejected.
- Fix(order): Insert channel-opening parameters before posting order to the coordinator. This prevents the app from running into a race condition between the completion of the HTTP request and the app being notified about the order being matched.