-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blinded pathfinding fuzzing #2366
Blinded pathfinding fuzzing #2366
Conversation
02bc479
to
851ebf7
Compare
851ebf7
to
e7d5950
Compare
Rebased to fix CI |
Codecov ReportPatch coverage:
❗ 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 #2366 +/- ##
==========================================
+ Coverage 90.33% 90.53% +0.19%
==========================================
Files 106 106
Lines 55732 57311 +1579
Branches 55732 57311 +1579
==========================================
+ Hits 50347 51886 +1539
- Misses 5385 5425 +40
☔ View full report in Codecov by Sentry. |
For reuse in fuzzing blinded payment pathfinding, and to ensure fuzz input values are fetched in the same order in both match arms.
e7d5950
to
a35b92c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Fuzz test blinded payment pathfinding. Partially addresses #1970.