lambdaclass / cairo-vm

cairo-vm is a Rust implementation of the Cairo VM. Cairo (CPU Algebraic Intermediate Representation) is a programming language for writing provable programs, where one party can prove to another that a certain computation was executed correctly without the need for this party to re-execute the same program.
https://lambdaclass.github.io/cairo-vm
Apache License 2.0
522 stars 150 forks source link

Pending dynamic layout features #1834

Open JulianGCalderon opened 2 months ago

JulianGCalderon commented 2 months ago

Basic dynamic layout support has been implemented in #1824. This issue is to track missing features, and estimate remaining work.

There are a few fields in dynamic layout params that are not being used yet:

Also, I found out that a high value of log_diluted_units_per_step (32) hangs our VM. I don't know the cause of this.