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. |
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.