-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
WIP: missing tokenBag methods #178
Conversation
NOTE: the Verifier contract tests are failing due to the bytecode becoming too large. I intend to patch-fix this in this PR and work on this problem more generally in a separate issue. |
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.
- reviewed code
- ran tests
- tried to understand next fixtures
- in awe of effort applied
return (token, success); | ||
} | ||
|
||
function findToken2( |
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.
document the difference to findToken
, including selector
param :)
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.
Done now.
contracts/EVMTokenBag.slb
Outdated
} | ||
|
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.
why?
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.
The devil's work.
Co-Authored-By: Johann Barbie <[email protected]>
Addresses: #175
Also fixes:
#177