Skip to content

Conversation

@bertllll
Copy link
Contributor

No description provided.

@bertllll bertllll marked this pull request as ready for review August 19, 2025 11:32
@bertllll bertllll requested a review from utkarshg6 August 19, 2025 11:32
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

"This needs to be decided on GH-605. Look what mode you run and set it accordingly"
),
msg,
);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Incomplete Handler Causes Runtime Panic

The Handler<QualifiedPayablesMessage> implementation contains a todo!() macro. This causes a runtime panic when processing qualified payables messages, making the code path non-functional. It replaced a previously working ScanType::Payables.

Fix in Cursor Fix in Web

ScanType::Payables,
todo!(
"This needs to be decided on GH-605. Look what mode you run and set it accordingly"
),
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Outbound Payments Handler Contains Unresolved Todo

The OutboundPaymentsInstructions handler includes a todo!() macro, which will cause a runtime panic when processing outbound payments. This replaces a previously functional ScanType::Payables value, making this critical path non-functional. It looks like incomplete development work.

Fix in Cursor Fix in Web

@bertllll bertllll merged commit 6e020c7 into GH-598 Sep 15, 2025
1 check passed
@bertllll bertllll deleted the GH-689 branch September 15, 2025 15:10
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.

3 participants