kakarot icon indicating copy to clipboard operation
kakarot copied to clipboard

bug: under constrained segments

Open ClementWalter opened this issue 6 months ago • 2 comments

Bug Report

Kakarot version

We need to revise in the whole code base places where we allocate segments and then "fill" them with utils like RLP.decode or load_packed_bytes to make sure that the segments are actually constrained.

We also need to make sure that every arr is used with the proper arr_len to use the right segment arena

ClementWalter avatar Jul 27 '24 07:07 ClementWalter