Bitshala-Incubator / silent-pay-indexer

An indexer for serving bitcoin silent payment indexes!!
MIT License
5 stars 6 forks source link

E2E test #36

Closed notTanveer closed 3 weeks ago

notTanveer commented 4 weeks ago

test for rpc block height and indexed block height.

aruokhai commented 3 weeks ago

Hey @notTanveer, very good effort. I reckon we should be very particularly concerned with external APIs, that is , e2e test should act like a client making requests to the indexer and should assert a given response. The overaching goal is to treat the indexer as a black box.