-
Notifications
You must be signed in to change notification settings - Fork 120
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
Calculate eip-165 interface ID #3
Comments
Would this just be the calculation (like in here: https://github.com/ConsenSys/Tokens/pull/130/files#diff-b808593f56bf7fa165659c75633ff62cR38) or actually generating Solidity code like the one presented in the EIP? |
The latter would be much more laborious and as currently the Keccak hashing opcode, even if constant, is always resolved at runtime would also be more runtime costly. 😄 |
no no, the output would just be a 4 byte interface ID. |
I wasn't sure if maybe it should be handled as a new module, or as a flag passed to Consider that I will probably make many such requests... so how to extend this thing rationally is important. :) |
This is super low priority. Closing for now. |
This should be a fairly straightforward addition?
Example algo for this:
ethereum/EIPs#165 (comment)
The text was updated successfully, but these errors were encountered: