-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
release: create v0.17.5 release branch #8664
release: create v0.17.5 release branch #8664
Conversation
Important Auto Review SkippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
bitcoind v25.0 updated the `sendrawtransaction` RPC to have an optional argument `maxburnamount` with a default value of 0. This means our existing test that uses burning output cannot be published, hence, we remove the usage of it in our tests and replace it with a normal tx.
85a4d7d
to
a3c8c1a
Compare
Hit this failure in CI:
Was fixed here in master: 783e914 Similar thing where Tacked on just that commit from the greater PR (#8345), which has other new logic re |
Unit tests fail because of the borked Unix socket support in lnd/routing/chainview/interface_test.go Line 716 in b5a626b
This will be flakey without the fix to the unique port generation code in #8273 but at least most of the unit tests would pass. EDIT: Proposed fix for unit tests: guggero@b9454ee (in branch https://github.com/guggero/lnd/tree/v0-17-5-zmq-fix) |
a3c8c1a
to
f8211a2
Compare
@guggero thanks for that! Cherry picked it into the branch. |
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.
LGTM 🎉
d23dab1
into
lightningnetwork:v0-17-5-branch
This release includes a single PR: #8573. This fixes an issue with bitcoind which starts to explicitly reject values it deems to be high fee from
sendrawtransaction
. See #8571 for more details.