- ASB: require Monero wallet to be fully synchronized before providing quotes
- ORCHESTRATOR: Allow re-generating
docker-compose.yml
while preserving the asb config (config.toml
). If you've ran theorchestrator
before you can download a newer version, run it and an updateddocker-compose.yml
will be generated (overwriting the previous file). All data and configuration options will be preserved as they are stored inside the Docker volumes and theconfig.toml
file. - GUI + CLI: Fix an issue where it'd take a long time to redeem the Monero. We did not properly skip the block scanning.
- GUI + CLI: Assume Monero double spend safety after 22 instead of after 12 blocks given the recent large re-org attacks
- ORCHESTRATOR: Change exposed mainnet port from
9839
to9939
- ORCHESTRATOR: We incorrectly passed the
--mainnet
flag to theasb
binary but it is the default for the asb. - CONTROLLER: Add a
bitcoin-seed
command to the controller. You can use it to export the descriptor of the internal Bitcoin wallet. - CLI + GUI + ASB: Accept self-signed TLS certificates and TLS certificates with older protocol versions.