-
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
mod: bump btcwallet to latest version #8630
mod: bump btcwallet to latest version #8630
Conversation
Important Auto Review SkippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the To trigger a single review, invoke the WalkthroughThe release 0.18.0 of Changes
Assessment against linked issues
Possibly related issues
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 (
|
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.
Actionable comments posted: 2
Review Status
Configuration used: CodeRabbit UI
Commits
Files that changed from the base of the PR and between 6377f98 and 434e432e466d33dcc29ddc03bc5ca69ab7febeab.Files ignored due to path filters (2)
go.mod
is excluded by!**/*.mod
go.sum
is excluded by!**/*.sum
Files selected for processing (1)
- docs/release-notes/release-notes-0.18.0.md (1 hunks)
* [Fixed](https://github.com/lightningnetwork/lnd/pull/8609) a function | ||
call where arguments were swapped. |
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.
Correct the function call where arguments were swapped.
This fix is crucial for ensuring the correct operation of the affected functionality. It's important to verify that this correction does not introduce any side effects in related components.
* [Addresses derived from imported watch-only accounts now correctly include | ||
their master key's | ||
fingerprint](https://github.com/lightningnetwork/lnd/pull/8630). |
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.
Ensure addresses derived from imported watch-only accounts include their master key's fingerprint.
This change is significant for hardware wallet integration and should be thoroughly tested with various hardware wallets to confirm that the master key's fingerprint is correctly included and recognized.
tACK |
Fixes lightningnetwork#8626. This commit updates btcwallet to the latest version that correctly includes the MasterKeyFingerprint for all generated addresses, including change addresses derived from imported watch-only accounts.
434e432
to
f35ce09
Compare
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 🎉
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.
Ack
Fixes #8626.
Depends on btcsuite/btcwallet#925.
This commit updates btcwallet to the latest version that correctly includes the MasterKeyFingerprint for all generated addresses, including change addresses derived from imported watch-only accounts.