-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add system signatures to FunctionSignatures #2382
Comments
fyi in Sky Strife there is a transaction explorer that displays the function names of edit: actually for batch calls it uses the ABI to decode the call |
decided we'll just do "add system signatures" part for now and avoid the cost of onchain table until we have a good use case for it |
while we do this, we should also rename so that it's clear that while |
we have a use case in dev tools for decoding
callFrom
with a world function selector where we want to ultimately display the system function signature in our "action logs"it would help to be able to look up these signatures onchain as needed
(related to #2386)
The text was updated successfully, but these errors were encountered: