vyperlang / titanoboa

a vyper interpreter
https://titanoboa.readthedocs.io
Other
251 stars 49 forks source link

address `SearchStrategy` should fuzz addresses from the environment #208

Closed AlbertoCentonze closed 3 months ago

AlbertoCentonze commented 5 months ago

As per title.

This has already been referenced here: https://github.com/vyperlang/titanoboa/blob/master/boa/test/strategies.py#L103.

I think this feature would greatly improve the quality of address fuzzing. From my experience with other frameworks that support this, it always ends up catching edge cases.