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
504 stars 138 forks source link

Update Cairo 2 compiler to 2.5.3 #1621

Closed pefontana closed 5 months ago

pefontana commented 6 months ago

Update the compiler version for Cairo 2 programs to v2.5.3 https://github.com/lambdaclass/cairo-vm/blob/main/Makefile#L171

This bump will imply some changes in some Cairo programs

Joy-Adah commented 6 months ago

can i do this?

fmoletta commented 5 months ago

Already bumped to 2.5.4