interlay / interbtc-api

interBTC TypeScript SDK
https://app.interlay.io/
Apache License 2.0
25 stars 21 forks source link

Refactor: move BitcoinCoreClient to tests #697

Closed bvotteler closed 11 months ago

bvotteler commented 11 months ago

The unusual way we include the js-only library "bitcoin-core" via require causes issues when including the lib as dependency.

Since the BitcoinCoreClient is only used in integration tests anyway, I moved it out of the regular src tree and into the test tree. I also removed the test sources folder from the build ouput.