-
Notifications
You must be signed in to change notification settings - Fork 376
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 0.0.121 #2844
Release 0.0.121 #2844
Conversation
WalkthroughThis release, version 0.0.121, resolves a critical deadlock issue and addresses a security flaw in the LDK. The deadlock was present in the Changes
Poem
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.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files ignored due to path filters (9)
lightning-background-processor/Cargo.toml
is excluded by:!**/*.toml
lightning-block-sync/Cargo.toml
is excluded by:!**/*.toml
lightning-custom-message/Cargo.toml
is excluded by:!**/*.toml
lightning-invoice/Cargo.toml
is excluded by:!**/*.toml
lightning-net-tokio/Cargo.toml
is excluded by:!**/*.toml
lightning-persister/Cargo.toml
is excluded by:!**/*.toml
lightning-rapid-gossip-sync/Cargo.toml
is excluded by:!**/*.toml
lightning-transaction-sync/Cargo.toml
is excluded by:!**/*.toml
lightning/Cargo.toml
is excluded by:!**/*.toml
Files selected for processing (1)
- CHANGELOG.md (1 hunks)
Additional comments: 3
CHANGELOG.md (3)
- 1-19: The changelog for version 0.0.121 provides a summary of the key changes in the release, including the resolution of a deadlock issue and a fix for a denial-of-service vulnerability. The changes span across 4 files with a total of 52 insertions and 10 deletions, contributed by Jeffrey Czyz and Matt Corallo.
- 3-19: The changelog mentions a deadlock issue resolution in
batch_funding_transaction_generated
and a DoS vulnerability fix related to unwrapping in LDK. It also notes the number of files changed, insertions, deletions, and the contributors to the release.- 7-19: The changelog update in
CHANGELOG.md
correctly summarizes the key objectives of the release, including the resolution of a critical deadlock issue and a DoS vulnerability fix. It also provides a concise overview of the changes in terms of files altered and the net increase in lines of code, reflecting the contributions made by the developers Jeffrey Czyz and Matt Corallo.
No description provided.