atomicDEX-API icon indicating copy to clipboard operation
atomicDEX-API copied to clipboard

This is the official AtomicAPI (atomicDEX API) repository

Results 223 atomicDEX-API issues
Sort by recently updated
recently updated
newest added

https://github.com/KomodoPlatform/komodo-defi-framework/pull/1915#issuecomment-1680148755, https://github.com/KomodoPlatform/komodo-defi-framework/pull/1915#issuecomment-1680386872

when logged in with trezor at https://atomicdex-play.lordofthechains.com/ the method ``` { "userpass":"testpsw", "method":"get_enabled_coins" } ``` returns ``` { "error": "rpc:152] rpc:211] dispatcher_legacy:141] lp_coins:3167] lp_coins:3170] utxo_common:2276] 'my_address' is deprecated for HD...

**Describe the bug** I tried using a KMD private key in `MM2.json` as below: ``` { "gui": "MM2CLI", "netid": 8762, "seednodes": ["seed15.komodo.earth", "seed16.komodo.earth"], "rpc_password": "RPC_CONTRoL_USERP@SSW0RD", "hd_account_id": 0, "passphrase": "UqMgxk7ySPNQ4r9nKAFPjkXy6r5t898yhuNCjSZJLg3RAM4WW1m9" }...

BTC/KMD orderbook has an ask with volume 0.00094428, which should not be there because it's lower then 0.00777: ``` { "coin": "BTC", "address": { "address_type": "Transparent", "address_data": "bc1qnc432a4e2hqsphgsrc6q7uxsq4y754g5qv384s" }, "price":...

### 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

will be good to have https://github.com/trezor/blockbook support at some point as seems quite robust and has a bright future thanks to Trezor.

enhancement
Infrastructure required

It would be a huge booster to add hardware wallets (Trezor/Ledger) support into - step1 adex-api wallet functionality - step2 adex-api swaps functionality

enhancement

Full Cosmos/Tendermint support in AtomicDEX. Useful resources: - Cosmos SDK documentation https://docs.cosmos.network/ - Tendermint RPC spec https://docs.tendermint.com/master/spec/rpc/ - Public RPC nodes and testnet faucet https://www.allthatnode.com/cosmos.dsrv - Rust SDK https://github.com/cosmos/cosmos-rust -...

Protocol integration request

Reduce the network overhead by doing compressions on the data blocks.

enhancement
breaking-change

### 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