-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: initial implementation #1
base: master
Are you sure you want to change the base?
Conversation
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 tests are good so far but the agreement contract's token balance needs to be asserted as well wherever where you've asserted claimant's token balances.
Otherwise, see inline comments re the contract itself. Some things should definitely be changed, others are suggestions and other probably need further discussion.
Let me know if I've misunderstood anything too please!
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.
Your last example explained all the design decisions and settled any last queries I had.
LGTM.
…ptAndClaimOwner behavior
…ltering on rows with amount = 0
as per title ...