tdex-network / tdex-daemon

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

Serve both trade.proto api specs (matser & v1) at same time to allow smooth upgrade for clients to new protos being generate #583

Closed tiero closed 2 years ago

tiero commented 2 years ago

Or if we can't serve both interfaces at same time, we can in alternative serve master trade.proto from tdex-protobuf so at least Trade interface can allow current clients to connect & trade, meanwhile we all upgrade.

EDIT: the main problem is synchronicity: we can't predict when Apple and Android will deploy to their stores :/