Implement proptest strategy which derives an InputValue
consistent with a given AbiType
#5226
Labels
good first issue
Good for newcomers
In #5216 we added usage of a proptest strategy which generates pairs of
AbiType
andInputValue
which are compatible with each other.An interesting extension for this is to instead have a strategy to generate an
InputValue
which is compatible with an existingAbiValue
. This would allow us to generate a set of plausible inputs to a Noir program given its ABI. This would then form the basis of being able to fuzz Noir test programs.The text was updated successfully, but these errors were encountered: