Permissionless-Software-Foundation / ipfs-p2wdb-service

Pay-to-write Database Service using REST API over HTTP and JSON RPC over IPFS
MIT License
3 stars 4 forks source link

GET /entry/balance for testing liveness and wallet balances #98

Closed christroutner closed 1 year ago

christroutner commented 1 year ago

This new REST API endpoint of GET /entry/balance is used to test the system for liveness. It returns the BCH and PSF balances of the app wallet if the instance of the P2WDB is configured for BCH payments.

This allows for an automated test system to alert the admin if the wallet for the instance of the P2WDB needs to be serviced.

christroutner commented 1 year ago

:tada: This PR is included in version 3.4.0 :tada:

Your semantic-release bot :package::rocket: