NethermindEth / cairo-vm-go

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

Investigate how we would implement `CheckWrite` and `InferValue` in mod builtin. #668

Closed Sh0g0-1758 closed 2 months ago

Sh0g0-1758 commented 2 months ago

The above two functions are yet to be implemented in #666 . These are also necessary to write exhaustive tests for the builtin.

Sh0g0-1758 commented 2 months ago

Closing this as completed via #666