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
document StubSyscallHandler stubs with rationale per reviewer
Per @orizi review on #1611: each `unimplemented!()` in StubSyscallHandler
should say *why* it's not implemented, not just that it isn't. Adds:
- A scope doc-comment on the type explaining what is and isn't modeled.
- A one-line rationale on each stub (deploy needs constructor execution,
call_contract needs address-to-class resolution, send_message_to_l1
needs an L1 message queue, etc.).
No behavior change.
0 commit comments