Artem Vitae

Results 68 comments of Artem Vitae

Updates on the integration status: Activation and withdraw are implemented using 2.0 RPC protocol https://developers.atomicdex.io/basic-docs/atomicdex-api-20-dev/#atomicdex-api-rpc-protocol-v2-0-dev. It might be required to integrate it's generic structure first. 1. Branch https://github.com/KomodoPlatform/atomicDEX-API/tree/arrr-light-mode-swap is usable...

ZOMBIE `electrum_servers`: ```json [{"url":"zombie.sirseven.me:10033"}] ``` ZOMBIE `light_wallet_d_servers` ```json ["http://zombie.sirseven.me:443"] ``` PIRATE `electrum_servers`: ```json [{"url":"pirate.sirseven.me:10032"}] ``` PIRATE `light_wallet_d_servers` ```json ["http://pirate.sirseven.me:443"] ``` cc @smk762 @tonymorony @SylEze

Error example: ```json { "mmrpc":"2.0", "result":{ "status":"Ready", "details":{ "error":"Error on platform coin ZOMBIE creation: ZCashParamsNotFound", "error_path":"lib.z_coin_activation.z_coin", "error_trace":"lib:93] z_coin_activation:171] z_coin:685]", "error_type":"CoinCreationError", "error_data":{ "ticker":"ZOMBIE", "error":"ZCashParamsNotFound" } } }, "id":null } ``` This...

UPD MM2 binaries are available for ZOMBIE/ARRR light mode here: http://195.201.0.6/arrr-light-mode-swap/. Please note that native doesn't work there anymore, as it requires some refactoring 🙂 I have also created a...

@smk762 Please also use orderbook and best orders V2 RPCs. If possible, it's preferred to use them for all coins, not only ARRR/ZOMBIE. Best orders V2 request structure: https://github.com/KomodoPlatform/atomicDEX-API/blob/4366141c8a7a5d6d3abac87df8827f7cae53d11c/mm2src/mm2_test_helpers/src/for_tests.rs#L1253 Response:...

@smk762 I've refactored `init_z_coin_status` response, added more info about sync status, the responses are as follows: ```json {"mmrpc":"2.0","result":{"status":"InProgress","details":"ActivatingCoin"},"id":null} ``` ... ```json {"mmrpc":"2.0","result":{"status":"InProgress","details":{"UpdatingBlocksCache":{"current_scanned_block":2911,"latest_block":123147}}},"id":null} ``` ... ```json {"mmrpc":"2.0","result":{"status":"InProgress","details":{"UpdatingBlocksCache":{"current_scanned_block":38935,"latest_block":123147}}},"id":null} ``` ... ```json {"mmrpc":"2.0","result":{"status":"InProgress","details":"BuildingWalletDb"},"id":null}...

@smk762 https://github.com/KomodoPlatform/atomicDEX-API/pull/1302 is merged, you can use dev branch :) The binaries will be uploaded by CI soon.

@smk762 tx history is ready, the PR is on the review, but the API won't likely be changed. You can start implementation using builds from http://195.201.0.6/arrr-tx-history-and-native-mode/. Please note that I...

@smk762 Tx history PR is merged to dev. cc @tonymorony

I think this will be useful during testing: https://zcash.readthedocs.io/en/latest/rtd_pages/ux_wallet_checklist.html. Official Zcash recommendations on wallet UX :slightly_smiling_face: cc @tonymorony @smk762