shamardy
shamardy
related https://github.com/KomodoPlatform/komodo-defi-framework/pull/2013#discussion_r1415489660 The below is from a DM with @onur-ozkan > The problem is with resubscription where we do it if any electrum reconnects, so if an electrum at the...
@mariocynicys there seems to be a problem in electrum connections in wasm where the wasm tests that use electrums are failing https://github.com/KomodoPlatform/komodo-defi-framework/actions/runs/9521530304/job/26525040016#step:8:706
@cipig I think you should start testing changes in this PR for the electrum changes. Without changing the requests / responses for activating coins it should work as before but...
For the library to use for mnemonic phrase generation I suggest [rust-bip39](https://github.com/rust-bitcoin/rust-bip39), it's actively maintained unlike [tiny-bip39](https://github.com/maciejhirsz/tiny-bip39/) which we currently use for converting the phrase to bytes. `rust-bip39` is also...
Checklist - [ ] Research Web Crypto APIs and if I should go back to using openssl for non-wasm and Web Crypto APIs for wasm. - [ ] APIs to...
@dimxy please fix conflicts in this PR so that we can continue with the review.
@mariocynicys please add label for if this is under review or in progress.
@rozhkovdmitrii can you please write to the QA team documentation/examples to test adex-cli with. E.g. how to launch/stop mm2 using cli, list of methods implemented, and how to use them,...
@borngraced can you please work on these fixes https://github.com/KomodoPlatform/komodo-defi-framework/pull/1932#issuecomment-1729684767 in next sprints after ARRR wasm is completed?
@borngraced please merge with latest dev where there are some changes related to adex-cli.