Uh oh!
There was an error while loading. Please reload this page.
Expose the channel via which we received a payment - #1856
Conversation
tnull
commented
Nov 16, 2022
Currently in draft. Will also expose the current number of confirmations in |
TheBlueMatt
commented
Nov 16, 2022
Nice! Thanks. Let us know when you're ready for more review but the draft code basically LGTM. |
0fb6e3e to
132d5daComparetnull
commented
Nov 17, 2022
I now exposed the number of confirmations via I also explored exposing the channel ids in |
3b6d2df to
86e2039CompareCodecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #1856 +/- ##
==========================================
- Coverage 90.72% 90.71% -0.01%
==========================================
Files 91 91 Lines 47999 48042 +43 Branches 47999 48042 +43 ==========================================
+ Hits 43546 43583 +37 - Misses 4453 4459 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Uh oh!
There was an error while loading. Please reload this page.
86e2039 to
c8a9140CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
c8a9140 to
e809b92Compare
valentinewallace
left a comment
There was a problem hiding this comment.
LGTM after squash
e809b92 to
fde6014Compare
Squashed commits without further changes. Happy to rebase again though, if we want to land #1766 before this. |
TheBlueMatt
commented
Nov 28, 2022
Needs rebase now. |
fde6014 to
a6fe64aComparetnull
commented
Nov 28, 2022
Rebased on main. |
Uh oh!
There was an error while loading. Please reload this page.
b28bdae to
3625608Compare
valentinewallace
left a comment
There was a problem hiding this comment.
LGTM after squash :)
TheBlueMatt
commented
Nov 29, 2022
Yes, please squash :) |
We expose the `channel_id` and `user_channel_id` via which we received a payment in the `PaymentReceived` event.
We expose the current number of confirmations in `ChannelDetails`.
3625608 to
b1b3666Comparetnull
commented
Nov 29, 2022
Squashed without further changes. |
Fixes#1800.
Based on #1855.Previously the user had a hard time understanding via which channel we received some funds. In this PR, we therefore expose the
channel_idanduser_channel_idof the last hop in thePaymentReceivedevent.