keep-starknet-strange / ziggy-starkdust

⚡ Cairo VM in Zig ⚡
https://keep-starknet-strange.github.io/ziggy-starkdust/
MIT License
84 stars 39 forks source link

feat: add validation rules in `Memory` structure #141

Closed tcoratger closed 1 year ago

tcoratger commented 1 year ago

Currently, there are two essential utility functions absent in the Memory structure that play a crucial role in validating memory. We need the following implementations in Ziglang:

A validateMemoryCell method

A validateExistingMemory method

oxlime commented 1 year ago

can take this one

tcoratger commented 1 year ago

can take this one

@oxlime Perfect, just assigned

oxlime commented 1 year ago

This is blocked by #116 after looking into it further.

github-actions[bot] commented 6 days ago

Issue closed and locked due to lack of activity. If you encounter this same issue, please open a new issue and refer to this closed one.