barretenberg icon indicating copy to clipboard operation
barretenberg copied to clipboard

Figure out a way to remove duplication in Honk Solidity verifier unit tests

Open maramihali opened this issue 5 months ago • 0 comments

Right now each unit test is a copy of the Solidity verifier. Now that proofs are constant, we could pass the vk and number of public inputs as non-constants and remove duplication. However we need to revert back to duplication if we decide to go back to variable proof sizes.

maramihali avatar Sep 05 '24 09:09 maramihali