Conversation
Adding a getCurrencyInfo endpoint to bch-api in both v4 and v5 routes
|
For reference, here is the getcurrencyinfo RPC call this endpoint exercises. In order to merge the PR into the
The v4 route can be ignored as that will be deprecated and deleted in the few months. |
|
|
All unit tests pass, which is good. But when those tests are run against live eCash infrastructure (full node, Fulcrum indexer, & SLPDB), I get the following errors. I suspect the issue may be with the use of I've been trying to phase out the use of nock, in favor of mocking using I'm also getting the same errors against BCH infrastructure too. Since bch-api is used for both blockchains, integration tests for both need to pass. |
This PR continues from this PR
#166