-
Notifications
You must be signed in to change notification settings - Fork 108
mod: fix linter, bump Pool version, prepare for lnd 0.16, prepare for v0.9.0-alpha release #518
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
Conversation
|
I believe that we'll also want to update the Loop client for release in |
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.
Looks good but needs a make protos run :)
506e6b5 to
97b4503
Compare
|
Bumped to final Ran into a weird linter issue that we had in a different project before and investigated for many hours... Disabled the linter for now. |
|
I'm getting this error when I run |
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 🚀
Just needs a make protos as there are Loop updates.
Oops, sorry, there was a tag missing in the Loop repo. |
We run into an issue with the linter that couldn't be fixed yet: level=error msg="Running error: 1 error occurred:\n\t* can't run linter goanalysis_metalinter: buildir: failed to load package loopdb: could not load export data: no export data for \"github.com/lightninglabs/loop/loopdb\"\n\n" We disable the linter for now until we find out what the problem is.
|
I pushed a docker image |
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 🔥
We probably want to get #516 in first, but I thought I'd prepare the master branch with the latest version of Pool in case anyone testing out
lnd v0.16.0-beta.rcXruns into the MuSig2 upgrade error.We'll only tag
v0.9.0-alphaonce the final version of lnd is out.