NethermindEth / cairo-vm-go

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

Implement cairo1 hint map #627

Closed MaksymMalicki closed 3 months ago

MaksymMalicki commented 3 months ago

Fix #621

cicr99 commented 3 months ago

One last thought. Maybe we should add some unit tests for this parser, similar to pkg/hintrunner/zero/hintparser_test.go

MaksymMalicki commented 3 months ago

Unit tests added, @cicr99 will you take a look?