-
Notifications
You must be signed in to change notification settings - Fork 13
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
Neighbor root histories #15
Conversation
Nonce is now updated upon and emmited upon anchor deposit
…into integration-tests
Co-authored-by: drewstone <drewstone329@gmail.com>
Co-authored-by: drewstone <drewstone329@gmail.com>
…into integration-tests
…tocol-solidity into integration-tests
// insert two commitments into the tree | ||
await tree.insert(firstOriginDeposit.commitment); |
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.
Yes
Co-authored-by: nepoche <barna0308@gmail.com>
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.
Looks good but not exactly how we discussed it. The roots passed into the contract should be a string of bytes arbitrarily. We will parse it into the size we expect and so on and so forth.
No description provided.