Closed altafan closed 1 year ago
Looks good to me, nor priority tho
Please share your thoughts @sekulicd
ACK
@sekulicd can you make sure of the impact of this for tdex-dashboard?
Its true that GetMarketBalance is subset of GetMarketInfo, note that GetMarketInfo returns only unlocked balance while GetMarketBalance returns both locked and unlocked.
Removing GetMarketBalance would mean we need to:
it seems to me that 2) is actually using GetMarketBalance from TradeService, not from OperatorService.
I think it's better to do this when detaching the wallet then, when we introduce operator/v2 protos.
done in v1.
In operator.proto we have 2 methods that look a bit redundant:
GetMarketBalance
is basically a subset ofGetMarketInfo
. Could be worth droppingGetMarketBalance
?