-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix: use percentages in schedule #28
Conversation
09fc56e
to
525ab17
Compare
test: update tests accordingly
5ef8e4d
to
abe3961
Compare
abe3961
to
ab98653
Compare
In SablierMerkleLL's constructor, why are you not verifying that the sum of percentages <= 100%? If it exceeds, campaign creator will not know until the first claim is made, which will then fail. |
due to this: https://github.com/cantinasec/review-sablier-3/issues/1 |
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.
Thanks for doing it so quickly. LGTM.
Closes #27
Note: unlike tranches percentages, here, we don't need to ensure that the unlock amounts sum equals the claim amount