Skip to content

Cut 0.1.1 #3568

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

Merged
merged 2 commits into from
Jan 29, 2025
Merged

Cut 0.1.1 #3568

merged 2 commits into from
Jan 29, 2025

Conversation

TheBlueMatt
Copy link
Collaborator

No description provided.

@TheBlueMatt TheBlueMatt added this to the 0.1.1 milestone Jan 28, 2025
Copy link

codecov bot commented Jan 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.40%. Comparing base (d8caac4) to head (cd0e008).

Additional details and impacted files
@@            Coverage Diff             @@
##              0.1    #3568      +/-   ##
==========================================
+ Coverage   88.39%   88.40%   +0.01%     
==========================================
  Files         149      149              
  Lines      113678   113684       +6     
  Branches   113678   113684       +6     
==========================================
+ Hits       100487   100504      +17     
+ Misses      10734    10722      -12     
- Partials     2457     2458       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@TheBlueMatt
Copy link
Collaborator Author

Grr, fixed the typo:

$ git diff-tree -U2 cd0e008ed 97c2dcd33
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e9acf4f05..be12be58d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,6 @@
  * Fixed the additional feerate we will pay each time we RBF on-chain claims to
    match the Bitcoin Core policy (1 sat/vB) instead of 16 sats/vB (#3457).
- * Fixed a cased where a custom `Router` which returns an invalid `Router`,
-   provided to `ChannelManager` can result in an outbound payment remaining
+ * Fixed a cased where a custom `Router` which returns an invalid `Route`,
+   provided to `ChannelManager`, can result in an outbound payment remaining
    pending forever despite no HTLCs being pending (#3531).

@TheBlueMatt TheBlueMatt merged commit 940ca49 into lightningdevkit:0.1 Jan 29, 2025
23 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants