lambdaclass/cairo_native

Consolidate syscall handler trait implementations

igaray opened this issue · 0 comments

There are multiple implementations of the SyscallHandler trait used for various tests.
It would be good to consolidate them into a single, fully functional, public implementation.
If any of the implementations is substantially or justifiably different, it can be left out.

Good documentation of the implementation would be a great contribution.