Closed artemii235 closed 2 years ago
Implementation checklist:
orderbook_ticker
field to coins config for all protocols.orderbook_tickers: HashMap<String, String>
to OrdermatchContext
.base_orderbook_ticker: Option<String>
and rel_orderbook_tickerr: Option<String>
to MakerOrder
and TakerOrder
. Store it if coin_ticker != orderbook_ticker
.orderbook_ticker
in orderbook/best_orders request instead of the initial coin ticker. Also, use it in all related P2P messages.@smk762 Could you please document the changes outlined in https://github.com/KomodoPlatform/atomicDEX-API/pull/1116#issuecomment-954651554?
@smk762 Could you please also add orderbook_ticker
to the coins repo Readme, and add -Segwit
version with orderbook_ticker
of each coin having bech32
prefix?
requested updates completed in mentioned PRs above
Great, I'm closing the issue then, thanks!
It will make UX much more convenient in GUIs.
BTC-segwit
will be always activated in Segwit mode andBTC
in legacy. The only problem is to have the same order book for both.