keep-starknet-strange / ziggy-starkdust

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

Complete `getMemorySegmentAddresses` impl for builtins and add unit tests #478

Closed tcoratger closed 6 months ago

tcoratger commented 6 months ago

Description

This pull request aims to complete the implementation of the getMemorySegmentAddresses function for builtins in the Zig language (adding the Signature builtin call). It also includes the addition of unit tests to ensure the correctness of the implementation.