Skip to content

Conversation

dnkolegov-ar
Copy link
Collaborator

This PR initiates fuzzing for timelock encryption.

Copy link
Contributor

@patrick-ogrady patrick-ogrady left a 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 {
Copy link
Contributor

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).

Copy link
Contributor

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

@patrick-ogrady patrick-ogrady merged commit 2588105 into main Jul 29, 2025
34 checks passed
@patrick-ogrady patrick-ogrady deleted the denis/fuzz-ibe branch July 29, 2025 21:00
@codecov
Copy link

codecov bot commented Jul 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.30%. Comparing base (31c6abd) to head (cde22fe).
⚠️ Report is 3 commits behind head on main.

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 31c6abd...cde22fe. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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