KomodoPlatform / komodo-defi-framework

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

Implement `import_swaps`, `my_swap_status`, `my_recent_swaps` as as part of adex-cli #1796

Closed rozhkovdmitrii closed 1 year ago

rozhkovdmitrii commented 1 year ago

Impact

The import_swaps method imports to the local database the swaps data that was exported from another AtomicDEX API instance.

Use this method in combination with my_swap_status or my_recent_swaps to copy the swap history between different devices.

Todo:

There are commands in Komodo Wallet RPC API that should be provided by the adex-cli:

rozhkovdmitrii commented 1 year ago

superseded by #1799