- ORCHESTRATOR: Introduce a new
asb-tracing-logger
container within thedocker-compose.yml
. Theasb-tracing-logger
gives you access to the tracing (high verbosity) logs of your asb. Download the neworchestrator
and run it. Then rundocker compose up -d
. The newasb-tracing-logger
container will be created. Then rundocker compose logs -f --tail 100 asb-tracing-logger
to view detailed logging and see what is going on behind the scenes. Theasb
will continue printing less-verbose logs like before. - ASB: You can now configure your maker to donate a small part of swaps to funding further development of the project. This is disabled by default. You can manually enable it if you choose to do so. Set
maker.developer_tip
to a number between 0 and 1. Settingmaker.developer_tip
to0.02
will donate 2% of each swap to the donation address of the project. This is defined here in the code. The tip is sent by adding an additional output to the Monero lock transaction of a swap. This means this will not impact the availability of your UTXOs (unlocked funds) as it does not require an additonal transaction. Because tips are only ever sent in Monero you maintain full privacy. - ASB + CLI + GUI (Testnet only): Bitcoin timelocks have been tripled. This has no affect for mainnet swaps.