-
Notifications
You must be signed in to change notification settings - Fork 34
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
Feature/erc20 integration #29
base: master
Are you sure you want to change the base?
Feature/erc20 integration #29
Conversation
@davidp94 really cool. Let me know when you want review ;-) |
I think it is ready to review - I need to test myself but can't find time right now. |
This looks really good @davidp94 see my comments ;) |
@@ -27,35 +40,38 @@ contract Miximus is MerkelTree { | |||
uint[2] c_p, | |||
uint[2] h, | |||
uint[2] k, | |||
uint[] input | |||
uint[] input, |
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.
@barryWhiteHat should we document what are the different inputs?
…us into feature/erc20_integration
Change insert and getUniqueLeaf function calls parameters.
Just ran the test and it works |
TODOs: