mina icon indicating copy to clipboard operation
mina copied to clipboard

Remove hardcoded events limit

Open georgeee opened this issue 7 months ago • 0 comments

While the Protocol supports up to 100 field elements worth of events, actual limit in Berkeley is only 16.

This is due to bounded types hard limit.

This limit is hardcoded as 16, but it could actually be computed from other protocol constants.

This issue's purpose is to reqrite the hardcoded constant and introduce code to calculate the bound in a precise manner.

georgeee avatar Jul 11 '24 13:07 georgeee