-
Notifications
You must be signed in to change notification settings - Fork 22
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
mod: bump to lnd v0.18.2 #108
mod: bump to lnd v0.18.2 #108
Conversation
@@ -148,7 +148,7 @@ itest: itest-run | |||
|
|||
itest-run: | |||
@$(call print, "Running integration tests.") | |||
$(GOTEST) ./itest -tags="$(ITEST_TAGS)" $(TEST_FLAGS) -logoutput -logdir=itest_logs |
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.
It seems like this didn't generate any logs previously and the flags are not present anymore.
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.
Nice 🙏 can we open a lit PR referencing this so we can see it passing in itests on that side?
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.
tACK LGTM 👌
Tested connecting to a regtest litd
node and making a bunch of RPC calls. I didn't run into any issues.
@bitromortac, remember to re-request review from reviewers when ready |
I opened the PR: lightninglabs/lightning-terminal#820, tests are passing 🚀 |
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.
tACK LGTM 🚀
Not sure if this is too large of a jump from 0.16 to 0.18.
The change in
hashmailserver_harness.go
is needed in order to be able to run tests in a dependent repository.