-
Notifications
You must be signed in to change notification settings - Fork 24
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
integration tests: setup LND #77
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work!
Two high level comments:
- If we can easily submodule LND and save ourselves having a
go.mod
, that would be great. - I think we should think about retries/state subscription for LND to keep our code simple but that can be a followup.
Also running into a makefile error:
Makefile:10: *** Recursive variable
TMPDIR' references itself (eventually). Stop.`
9dd2290
to
edee3f2
Compare
Ok I made those changes :) I managed to commandeer my partner's Macbook to figure out what the trouble was on MacOS (wish I had thought of that earlier) and I think it's solved now. Lmk if it works for you @carlaKC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Marathon effort here 💪 THANK YOU for sticking with it, these are looking great.
just the git init for first timers and then this can go in!
edee3f2
to
c51022c
Compare
@carlaKC Awesome :) Thanks for all the reviews! |
Reopening #74