-
Notifications
You must be signed in to change notification settings - Fork 33
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: add new distributor #377
base: main
Are you sure you want to change the base?
Conversation
This pull request has been linked to 1 task:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #377 +/- ##
==========================================
+ Coverage 66.82% 67.44% +0.61%
==========================================
Files 70 71 +1
Lines 2963 3010 +47
Branches 647 658 +11
==========================================
+ Hits 1980 2030 +50
+ Misses 783 779 -4
- Partials 200 201 +1 ☔ View full report in Codecov by Sentry. |
Gas Report: |
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.
Coming along well. Some thoughts so far.
Co-authored-by: Brian Le <[email protected]>
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 for the most part. A few comments
// Token address used to indicate ETH. | ||
IERC20 private constant ETH_ADDRESS = IERC20(0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE); | ||
|
||
function distribute( |
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.
Would like detailed natspec here. It's a pretty advanced function. Otherwise PR looks good.
Motivation
Solution
Link T-4299