starknet-io / types-rs

🐺 Starknet Rust types 🦀
MIT License
63 stars 37 forks source link

Feat: First round of fuzzing tests #63

Closed maciejka closed 3 months ago

maciejka commented 4 months ago

This is based on initial work from @LucasLvy. Adds addition/subtraction, multiplication, division, and formatting fuzzing test.

pefontana commented 3 months ago

Nice one!