You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The DummySyscallHandler in starnet.rs might possibly be an exemption
The implementations in the examples may also be an exception, as they hardcode values and leave stubs to keep the examples short. If in the process of consolidating syscall handler implementations a sufficiently functional one is achieved, they could also be replaced in the examples.
Good documentation of the implementation would be a great contribution.
The text was updated successfully, but these errors were encountered:
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.
starnet.rs
might possibly be an exemptionGood documentation of the implementation would be a great contribution.
The text was updated successfully, but these errors were encountered: