-
Notifications
You must be signed in to change notification settings - Fork 91
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
Adding Hash Solidity compatible example #116
Adding Hash Solidity compatible example #116
Conversation
WIll add a contract address later, after the merge (so I can use remix to deploy easily) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you very much. I addressed some minimal changes but the overall example is really good.
listings/ch02-advanced-concepts/hash_solidity_compatible/src/tests.cairo
Outdated
Show resolved
Hide resolved
listings/ch02-advanced-concepts/hash_solidity_compatible/src/contract.cairo
Outdated
Show resolved
Hide resolved
Changes requested done! |
This is not entirely correct - see #123 |
Thank you for pointing this out! @julienbrs Do you still want to work on this? |
Thanks for the full explanation, I'll start working on it in a few days if it's okay for you @julio4 |
**Issue:**closes #14
Description
Added an example to get the same hash result as the solidity's keccak.