Skip to content

fuzz: handle missing SendTx* message events in chanmon_consistency#4496

Draft
joostjager wants to merge 1 commit intolightningdevkit:mainfrom
joostjager:fix-fuzz-missing-msgs
Draft

fuzz: handle missing SendTx* message events in chanmon_consistency#4496
joostjager wants to merge 1 commit intolightningdevkit:mainfrom
joostjager:fix-fuzz-missing-msgs

Conversation

@joostjager
Copy link
Contributor

Add handlers for SendTxInitRbf, SendTxAckRbf, SendTxRemoveInput, and SendTxRemoveOutput in the chanmon_consistency fuzz target. These variants were reachable but not matched, causing panics on the wildcard arm ("Unhandled message event").

SendTxInitRbf became reachable after commit 5873660 added splicing support without updating the fuzz target's message delivery logic.

AI tools were used in preparing this commit.

Add handlers for SendTxInitRbf, SendTxAckRbf, SendTxRemoveInput, and
SendTxRemoveOutput in the chanmon_consistency fuzz target. These
variants were reachable but not matched, causing panics on the wildcard
arm ("Unhandled message event").

SendTxInitRbf became reachable after commit 5873660 added splicing
support without updating the fuzz target's message delivery logic.

AI tools were used in preparing this commit.
@ldk-reviews-bot
Copy link

👋 Hi! I see this is a draft PR.
I'll wait to assign reviewers until you mark it as ready for review.
Just convert it out of draft status when you're ready for review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants