aztec-packages icon indicating copy to clipboard operation
aztec-packages copied to clipboard

Protocol circuits rely on banned zero length arrays in circuit interface

Open TomAFrench opened this issue 7 months ago • 0 comments

These have been banned in Noir due to being not well defined.

This has caused issues in https://github.com/AztecProtocol/aztec-packages/pull/14373 due to some of the private kernel reset circuits containing zero length arrays in their interface. I've disabled the check to unblock the sync but the protocol circuits are going to need to be updated in order to not use these banned types.

cc @LeilaWang

TomAFrench avatar May 19 '25 12:05 TomAFrench