BlocSoc-iitr / HorseRiders

A complex math and Fast Fourier Transform Library for Huff and EVM Assembly
MIT License
8 stars 9 forks source link

🛠️ FIX : Fuzz Testing in PRBMath.t.sol #24

Open 0xpanicError opened 6 months ago

0xpanicError commented 6 months ago

🛠️ [FIX]

Description: PRBMath functions are not fuzz tested.

Objective: Write fuzz tests for functions implemented in src/ComplexHuff/PRBMath.huff

CanonicalJP commented 1 month ago

@0xpanicError can I work on this issue?

0xpanicError commented 1 month ago

Yes ofc. There is another PR working on fuzz testing so ensure the functions you work on don't overlap with that. https://github.com/BlocSoc-iitr/HorseRiders/pull/30