-
Notifications
You must be signed in to change notification settings - Fork 106
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
Can't submit function signature "mint(uint256 nonce, bytes32 challenge_digest)" to the directory #28
Comments
thanks for the hint - cc @pipermerriam |
FYI, perhaps the same problem with |
yea also getting 500 now - might be more instances of this: pipermerriam/ethereum-function-signature-registry#30 |
Ah, I couldn't find the repo for the website. Should I open an issue over there so we can close this one? |
that would be great! |
Should be resolved. |
I thought I'd help out by submitting signatures some hashes in #25 (comment).
I tried via https://www.4byte.directory/submit/ to submit the signature
mint(uint256 nonce, bytes32 challenge_digest)
, but it seems to have been misinterpreted asmint(int256,uint256,bytes32)
. My guess without reading code is that the "int" in "mint" was misinterpreted as a parameter.The text was updated successfully, but these errors were encountered: