maci icon indicating copy to clipboard operation
maci copied to clipboard

Change proof encoding from an array of uint256 values to a bytes value

Open corydickson opened this issue 3 years ago • 2 comments
trafficstars

corydickson avatar Jun 08 '22 20:06 corydickson

@corydickson Would you mind expanding on the benefits of this please?

ctrlc03 avatar Dec 15 '23 13:12 ctrlc03

I believe the intention behind this issue was to discuss the gas savings of using converting some of the proof inputs that are stored in the contracts to no longer use uint256 to byte arrays. The limitations would be to be sure those conversions are handled in the toolchain when generating proofs or validating the state of the contracts.

corydickson avatar Feb 21 '24 20:02 corydickson