Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: move BitcoinCoreClient to tests #697

Merged
merged 3 commits into from
Oct 25, 2023
Merged

Refactor: move BitcoinCoreClient to tests #697

merged 3 commits into from
Oct 25, 2023

Conversation

bvotteler
Copy link
Contributor

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.

@bvotteler bvotteler marked this pull request as ready for review October 9, 2023 11:45
Copy link
Contributor

@peterslany peterslany left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bvotteler bvotteler merged commit 4e85d3e into interlay:master Oct 25, 2023
2 checks passed
@bvotteler bvotteler deleted the refactor-move-bitcoin-core-client-to-tests branch October 25, 2023 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants