dragonhound

Results 272 comments of dragonhound

Thanks @KarlVonCode that's great! Muchas gracias por tu ayuda! Some background to qt translation is here - https://doc.qt.io/qt-5/qtlinguist-index.html Though if it is easier for you, get in touch on the...

@artemii235 can we please include the coin in `init_z_coin_status` response? Existing code in desktop gui looks for that in response when enabling coins. e.g. ```json { "mmrpc":"2.0", "result": { "status":...

related logs: ``` [18:03:07] [info] [band.provider.cpp:54] [767731]: start fetching oracle [18:03:07] [error] [cpprestsdk.utilities.cpp:51] [767759]: pplx task error: Error resolving address ```

Possibly related: https://github.com/KomodoPlatform/atomicDEX-Desktop/issues/847 (old language selection code)

One option here could be to include a line "Fees as percentage of trade value" to the fee details area on order placement confirmation, with a red highlight if it...

> PS. tBCH explorer with SLP support: https://explorer.bitcoin.com/tbch. This link seems to not point to tBCH explorer anymore. We can use https://tbch.loping.net/ as an alternative.

@artemii235 while scanning over @Milerius earlier work I see https://github.com/KomodoPlatform/atomicDEX-Desktop/pull/1176/files#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20aR95 `configure_file(${arrr-cache-db_SOURCE_DIR}/ARRR_CACHE.db ${CMAKE_CURRENT_SOURCE_DIR}/assets/tools/mm2/ARRR_CACHE.db COPYONLY)` It is commented out, but is it possible to "pre-load" for users to reduce sync? Are there...

Awaiting https://github.com/KomodoPlatform/atomicDEX-API/pull/1184

The following states should be handled: - [ ] If API returns `connection refused` show error modal and try to restart - this state indicates mm2 not running. - [...

This should be optional, defaulting to off but configurable by user in settings. Needs: - [x] Back end code for method / inputs / outputs - [ ] Toggle in...