-
Notifications
You must be signed in to change notification settings - Fork 111
Init timelock encryption fuzzing #1326
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
Conversation
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.
Once you drop the dummy rng implementation, should be good!
type Message = (Option<Vec<u8>>, Vec<u8>); | ||
|
||
#[derive(Debug, Clone)] | ||
enum FuzzOperation { |
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.
Removed duplicate fuzzing ops you had here (the "WithRNG" was equal to the ones without).
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.
Will merge as soon as the fuzzing passes in CI
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #1326 +/- ##
=======================================
Coverage 91.29% 91.30%
=======================================
Files 250 250
Lines 63308 63382 +74
=======================================
+ Hits 57800 57872 +72
- Misses 5508 5510 +2 see 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
This PR initiates fuzzing for timelock encryption.