NethermindEth / cairo-vm-go

A virtual machine for Cairo written in Go
MIT License
82 stars 49 forks source link

Bugs running blake cairo files #485

Closed har777 closed 2 months ago

har777 commented 3 months ago

I see two issues:

  1. Running this results in incorrect memory outputs even though the traces match.
  2. Running this crashes the vm with index access errors. The calculated relocation offsets are wrong + the number of steps run do not match the python vm.