Uh oh!
There was an error while loading. Please reload this page.
Docs improvements for channel - #2104
Conversation
Codecov ReportPatch and project coverage have no change.
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@## main #2104 +/- ##
=======================================
Coverage 90.33% 90.34% =======================================
Files 106 106 Lines 55732 55732 Branches 55732 55732 =======================================
+ Hits 50347 50350 +3 + Misses 5385 5382 -3
☔ View full report in Codecov by Sentry. |
dunxen
commented
Mar 15, 2023
I believe this will have little impact and won't change things too much based on what I'm currently fixing up with #2077. So we don't need to consider it blocked. |
dunxen
commented
Mar 15, 2023
At least not that PR specifically. |
| /// Guaranteed to be Some after both ChannelReady messages have been exchanged (and, thus, | ||
| /// is_usable() returns true). | ||
| /// Guaranteed to be [`Some`] after both [`ChannelState::ChannelReady`] messages have been exchanged | ||
| /// (and, thus, [`is_usable()`] returns true). | ||
| /// Allowed in any state (including after shutdown) | ||
| /// | ||
| /// [`is_usable()`]: Self::is_usable | ||
| pub fn get_short_channel_id(&self) -> Option<u64> { |
There was a problem hiding this comment.
Ah wait. My bad. This will end up changing. Will let you know once I've unblocked you.
TheBlueMatt
commented
Jul 8, 2023
This should be un-draft-able now. Any desire to pick it back up @douglaz? |
douglaz
commented
Jul 11, 2023
Done. No clue if the comments are still valid though. |
TheBlueMatt
left a comment
There was a problem hiding this comment.
LGTM, I think, but looks like this needs rebase again, sorry things not related to 0.0.116 fell by the wayside while the release was going out the door.
douglaz
commented
Jul 25, 2023
Done rebasing |
See #2100 (comment)
It's blocked on #2077