tdex-network / tdex-daemon

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

Add grpc-gateway to operator interface #735

Closed altafan closed 1 year ago

altafan commented 1 year ago

This adds goolge api annotations to all tdex-daemon/v2 protos and adds a grpc-reversed proxy to the grpc interface.

Once the dashboard is refactored to use REST instead of grpc-web we can safely drop grpc-web ar required by #734.

Please @Janaka-Steph review this.

NOTE: this contains minor fix to the dockerfile and adds usage golangci-lint within the makefile.