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

Consider changing integration tests to use the GRPC interface instead of lncli #13

Open
aakselrod opened this issue May 11, 2023 · 0 comments

Comments

@aakselrod
Copy link
Member

As Joost pointed out (bottlepay/lndsigner#11 (comment)), the GRPC interface to lnd's API is more stable than the CLI interface provided in lncli. However, using it would require either copying ever-larger chunks of the API spec as we expand integration tests, or importing them from lnd wholesale, which we've been trying to avoid. We should make a decision on this going forward.

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

No branches or pull requests

1 participant