lightningdevkit / rust-lightning

A highly modular Bitcoin Lightning library written in Rust. It's rust-lightning, not Rusty's Lightning!
Other
1.17k stars 367 forks source link

Updated docs on `PeerManager::process_events`. #3395

Closed mhrheaume closed 2 weeks ago

mhrheaume commented 3 weeks ago

Try to make it a bit more clear that there are downsides to solely relying on lightning-net-tokio, and it's still recommended to occasionally call this function in a separate loop.

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.64%. Comparing base (948f179) to head (9d07106). Report is 124 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3395 +/- ## ========================================== + Coverage 89.56% 89.64% +0.08% ========================================== Files 127 128 +1 Lines 103547 104881 +1334 Branches 103547 104881 +1334 ========================================== + Hits 92744 94025 +1281 - Misses 8094 8139 +45 - Partials 2709 2717 +8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.