kkrt-labs / cairo-vm-ts

A typescript implementation of the Cairo VM
Apache License 2.0
20 stars 13 forks source link

test: Verify serialized relocated trace & memory content with diff testing #59

Closed zmalatrax closed 5 months ago

zmalatrax commented 5 months ago

Must programmatically verify the content of the serialized relocated trace & relocated memory.

Should be doing so as differential testing (e.g. against the CairoVM in Python), still needs to determine how exactly