barretenberg icon indicating copy to clipboard operation
barretenberg copied to clipboard

Add aggregation to native and solidity verifiers

Open lucasxia01 opened this issue 6 months ago • 0 comments

This will break many tests likely. The fix is adding a builder.add_recursive_proof(default_agg_obj) to many of the circuits. One solution is to refactor such that a call to finalize adds the aggregation object (default if not set) to the public inputs.

lucasxia01 avatar Aug 02 '24 08:08 lucasxia01