-
Notifications
You must be signed in to change notification settings - Fork 411
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
Add an 0.0.124 CHANGELOG entry #3278
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
Need to add #3276 |
CHANGELOG.md
Outdated
* `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). |
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.
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?
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.
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
.
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.
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) |
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.
Update XXX?
9e41a04
to
9156464
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
05cda3b
to
355f9af
Compare
Pushed text for #3285 and squashed. Should be good to go:
|
355f9af
to
c9de257
Compare
Okay, now that #3285 landed included diff stats and put a date on the tin:
|
* G8XSU | ||
* Gursharan Singh |
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.
they are the same person 😅
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.
Ha, yea, I just try not to change the output of my git shortlog scripts.
No description provided.