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
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
The secp256 syscalls need to be added to the SELECTOR_TO_SYSCALL static. Currently running a contract containing a call to a secp256 syscall throws with:
Syscall handler invocation error: The selector '31202166147520941793195011415201397765240582401125720' is not in the syscall handler's selector to syscall map
The above is trying to use the Secp256k1GetPointFromX syscall.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The secp256 syscalls need to be added to the
SELECTOR_TO_SYSCALL
static. Currently running a contract containing a call to a secp256 syscall throws with:The above is trying to use the
Secp256k1GetPointFromX
syscall.The text was updated successfully, but these errors were encountered: