Uh oh!
There was an error while loading. Please reload this page.
Move and Rustfmt channel acceptance and type downgrade tests - #3797
Conversation
👋 I see @jkczyz was un-assigned. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #3797 +/- ##
=======================================
Coverage 89.88% 89.88% =======================================
Files 160 161 +1 Lines 129654 129700 +46 Branches 129654 129700 +46 =======================================
+ Hits 116534 116579 +45 - Misses 10425 10429 +4 + Partials 2695 2692 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ldk-reviews-bot
commented
May 26, 2025
🔔 1st Reminder Hey @jkczyz! This PR has been waiting for your review. |
ldk-reviews-bot
commented
May 28, 2025
🔔 2nd Reminder Hey @jkczyz! This PR has been waiting for your review. |
carlaKC
commented
May 28, 2025
Removing bot-reviewer until dependent PR is in. |
a204e88 to
9388bbaCompareldk-reviews-bot
commented
Jun 9, 2025
✅ Added second reviewer: @wpaulino |
There was a problem hiding this comment.
A few more tests that caught my eye in channelmanager:
test_drop_disconnected_peers_when_removing_channels
test_drop_peers_when_removing_unfunded_channels
test_connection_limiting
test_outbound_chans_unlimited
test_0conf_limiting
What do you think ?
Otherwise, reproduced and matched everything so far on my machine.
b360b9b to
ca852a2ComparecarlaKC
commented
Jun 11, 2025
These look like good candidates for a move so added them the others are less compelling to me so going to leave them out. |
ldk-reviews-bot
commented
Jun 11, 2025
🔔 1st Reminder Hey @wpaulino! This PR has been waiting for your review. |
ca852a2 to
a5198bcComparecarlaKC
commented
Jun 12, 2025
Blegh thanks, fixed! |
Uh oh!
There was an error while loading. Please reload this page.
ldk-reviews-bot
commented
Jun 12, 2025
👋 The first review has been submitted! Do you think this PR is ready for a second reviewer? If so, click here to assign a second reviewer. |
a5198bc to
79a7f5eComparecarlaKC
commented
Jun 13, 2025
Separated all |
This PR moves tests related to channel acceptance / type downgrade into their own file (out of channelmanager) and formats them.
Depends on #3792as requested in review.