mimblewimble / mwixnet

Implementation of the Mimblewimble CoinSwap proposal.
Apache License 2.0
8 stars 18 forks source link

Health-checking APIs on bootup #13

Closed davidtavarez closed 1 year ago

davidtavarez commented 1 year ago

I wonder if probably the service should not run if the APIs are not available.

scilio commented 1 year ago

The service does already require that the wallet APIs are there. If they're not, open_wallet will fail. I think you're right that it makes sense to perform similar checks on the node APIs.