issues
search
kkrt-labs
/
cairo-vm-ts
A typescript implementation of the Cairo VM
Apache License 2.0
20
stars
13
forks
source link
feat: add Proof Mode Loop and Cells Checks
#135
Open
zmalatrax
opened
3 months ago
zmalatrax
commented
3 months ago
Implement the loop which executes steps until reaching the next power of two.
Implement the cells checks on builtins and memory usage which is used as a flag whether to continue the proof mode infinite loop.