tdex-network / tdex-daemon

Go implementation of the TDEX Beta Daemon
https://tdex.network
MIT License
11 stars 13 forks source link

[v1] NewMarketRequest.name should be optional #696

Closed Janaka-Steph closed 1 year ago

altafan commented 1 year ago

At the moment the name of a market cannot be set manually, it's automatically generated as hash of base asset+quote asset. There's already an open PR on Ocean to allow the operator to assign a friendly name to an account, while a unique namespace is set automatically. One can ref to an account via Namespace or Name at will.

On the daemon side, this means a market will be referenced via its assets, friendly name, or the assigned namespace.

altafan commented 1 year ago

closed by #685