NethermindEth / cairo-vm-go

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

feat: implement `starknet` layout #651

Closed TAdev0 closed 2 months ago

TAdev0 commented 3 months ago

This PR implements the starknet layout, which is identical to starknet_with_keccak except there is no keccak builtin in it

Note that i used the suffix starknet_without_keccak , otherwise strings.Contains() would induce a conflict with starknet_with_keccak if we call it only starknet