Rozhkov Dmitrii

Results 8 issues of Rozhkov Dmitrii

This PR introduces the most of commands provided by both Legacy and 2.0 versions of [Komodo DeFi framework RPC API](https://developers.komodoplatform.com/basic-docs/atomicdex/introduction-to-atomicdex.html) that were not introduced in the earlier versions: **swap**: active_swaps,...

QA
under review
sec-review
docs
deps-review

This PR refactors the electrum part of the RPC clients. And also introduces a new feature related to connection management decisions. Within the electrum enable request, one could now specify...

under review

### Describe the bug There is a [`orders_history_by_filter` command](https://developers.komodoplatform.com/basic-docs/atomicdex-api-legacy/orders_history_by_filter.html) to get a list of orders with a detailed information. `from_timestamp` filter is supposed to select all orders that were created...

bug

## Impact: There are methods that are supposed to be available without the RPC password because they do not expose any sensitive or private information. These are the [version](https://developers.komodoplatform.com/basic-docs/atomicdex-api-legacy/version.html) and...

## Impact: Currently there are **imitative** data types in [the `mm2_test_helpers/src/structs.rs`] that **should** be substituted with the data types that actually used in a defi processing. ## Todo: Presumably all...

## Impact: komodefi-cli in the current implementation does not check if the mm2 certificate is secure or not (self-signed). [**original comment**](https://github.com/KomodoPlatform/komodo-defi-framework/pull/1936#discussion_r1300051442) ## Todo: It should be configured whether to check...

adex-cli

### Impact There is a bunch of methods have been introduced by protocol version 2.0 are aimed to enable `bcs` (`slp`), `tendermint`, `ethereum` (`erc20`) tokens, including possibility to enable multiple...

adex-cli

### Impact There is a bunch of Wallet related commands that are to be implemented as a part of adex-cli in komodo wallet rpc api: ### Todo: #### Legacy: -...

adex-cli