tdex-network / tdex-daemon

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

Health check #709

Closed sekulicd closed 1 year ago

sekulicd commented 1 year ago

This adds health check endpoint.

This closes #707

@altafan please review.

altafan commented 1 year ago

@sekulicd let's add the healthcheck handler to the operator service too.

Also, we should update permissions_test.go to make it import health proto and test that all its methods are in the whitelist as done for other protos.

sekulicd commented 1 year ago

@sekulicd let's add the healthcheck handler to the operator service too.

Also, we should update permissions_test.go to make it import health proto and test that all its methods are in the whitelist as done for other protos.

Done