KomodoPlatform / komodo-defi-framework

This is the official Komodo DeFi Framework repository
https://komodoplatform.com/en/docs/komodo-defi-framework/
104 stars 94 forks source link

Implement `all_swaps_uuids_by_filter` as a part of adex-cli #1794

Closed rozhkovdmitrii closed 1 year ago

rozhkovdmitrii commented 1 year ago

Impact

The all_swaps_uuids_by_filter method returns all uuids of swaps that match the selected filters. Please note that all filters (my_coin, from_timestamp, etc.) are combined using logical AND.

Todo:

There is the command all_swaps_uuids_by_filter in Komodo Wallet RPC API that should be provided by the adex-cli

rozhkovdmitrii commented 1 year ago

superseded by #1799