You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #5027 a fix was introduced to move storage write / read to use arrays ( like they had previously done ) as using loops instead caused ssa codegen bugs.
The text was updated successfully, but these errors were encountered:
@dbanks12 we have this bug. Update on the situation: the AVM circuit now handles arrays IIUC. Maybe it's worth just leaving it with arrays since it will likely result in shorter bytecode and lower cost. To be decided.
In #5027 a fix was introduced to move storage write / read to use arrays ( like they had previously done ) as using loops instead caused ssa codegen bugs.
The text was updated successfully, but these errors were encountered: