Skip to content

Add an 0.0.124 CHANGELOG entry #3278

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
Sep 3, 2024

Conversation

TheBlueMatt
Copy link
Collaborator

No description provided.

@TheBlueMatt TheBlueMatt added this to the 0.0.124 milestone Aug 28, 2024
Copy link

codecov bot commented Aug 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.83%. Comparing base (187a2cb) to head (c9de257).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3278   +/-   ##
=======================================
  Coverage   89.82%   89.83%           
=======================================
  Files         126      126           
  Lines      103263   103263           
  Branches   103263   103263           
=======================================
+ Hits        92754    92763    +9     
+ Misses       7787     7776   -11     
- Partials     2722     2724    +2     

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

@TheBlueMatt
Copy link
Collaborator Author

Need to add #3276

CHANGELOG.md Outdated
Comment on lines 37 to 40
* `ChannelManager::send_payment_with_route` is now deprecated in favor of the
much easier to use `Channelmanager::send_payment`. Those who wish to manually
select the route such payments go over should do so by matching the
`payment_id` in `Router::find_route_with_id` (#3224).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The last sentence seems confusing. Router::find_route_with_id will give you a Route, but don't you still need to call ChannelManager::send_payment_with_route to use it?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, you can call send_payment with a PaymentId that you put in some PaymentId -> Route map and then look up in that map in the Router.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clarified this a bit.

CHANGELOG.md Outdated
available in previous versions on downgrade (#3192).

## Performance Improvements
* Route-finding is XXX how much faster (#3103, #3104, #2803, #3188)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update XXX?

@TheBlueMatt TheBlueMatt force-pushed the 2024-08-124-relnotes branch from 9e41a04 to 9156464 Compare August 30, 2024 15:04
Copy link
Contributor

@jkczyz jkczyz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@TheBlueMatt
Copy link
Collaborator Author

Pushed text for #3285 and squashed. Should be good to go:

$ git diff-tree -U2 05cda3bc2 355f9af84
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d73effe35..4eb7d184b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -122,4 +122,9 @@
    monitors being archived should have no pending updates as they were persisted
    on each new block for some time before archiving (#3276).
+ * `CoinSelection`s selected for commitment transactions which did not contain a
+   change output no longer result in broadcasting a non-standard transaction nor
+   in under-paying the target feerate (#3285). Note that such a transaction
+   would fail to propagate and LDK would have continued to bump the fee until a
+   different `CoinSelection` is used which did contain a change output.
  * `invoice_error`s from BOLT 12 recipients now fail payments (#3085, #3192).
  * Fixed a bug which may lead to a missing `Event::ChannelClosed` and missing
@@ -141,4 +146,6 @@
  * `OnionMessenger::get_update_future` was added, allowing it to wake the
    background processor to ensure `Event`s are processed quickly (#3194).
+ * `CoinSelection`s overpaying the target feerate by more than 1% no longer
+   leads to a debug assertion (#3285).

 ## Backwards Compatibility
$ 

jkczyz
jkczyz previously approved these changes Sep 3, 2024
@TheBlueMatt
Copy link
Collaborator Author

Okay, now that #3285 landed included diff stats and put a date on the tin:

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4eb7d184b..121755a12 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,2 +1,2 @@
-# 0.0.124 - XXX, 2024 - "XXX"
+# 0.0.124 - Sep 3, 2024 - "Papercutting Feature Requests"

@@ -183,3 +183,32 @@

-XXX change stats
+In total, this release features 312 files changed, 29853 insertions, 15480
+deletions in 549 commits since 0.0.123 from 26 authors, in alphabetical order:
+
+ * Alec Chen
+ * Arik Sosman
+ * Duncan Dean
+ * Elias Rohrer
+ * Filip Gospodinov
+ * G8XSU
+ * Gursharan Singh
+ * Harshit Verma
+ * Jeffrey Czyz
+ * Jiri Jakes
+ * John Cantrell
+ * Lalitmohansharma1
+ * Matt Corallo
+ * Matthew Rheaume
+ * Max Fang
+ * Mirebella
+ * Tobin C. Harding
+ * Valentine Wallace
+ * Vincenzo Palazzo
+ * Willem Van Lint
+ * benthecarman
+ * cooltexture
+ * esraa
+ * jbesraa
+ * optout
+ * shaavan
+

@TheBlueMatt TheBlueMatt merged commit b023eed into lightningdevkit:main Sep 3, 2024
18 of 19 checks passed
Comment on lines +192 to +193
* G8XSU
* Gursharan Singh
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

they are the same person 😅

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ha, yea, I just try not to change the output of my git shortlog scripts.

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.

4 participants