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
485 stars 132 forks source link

Merged hint temporary segments by cheatcode hint. #1767

Closed orizi closed 1 month ago

orizi commented 1 month ago

Proper Segment Arena parts handling.

Description

Added a finalization part for the dictionaries manager, that adds the relocation rules. Calling it from a cheat code call by the cairo1 runner.

Checklist

fmoletta commented 1 month ago

Thanks for the help! Commits on this PR have been included in merged PR #1776