-
Notifications
You must be signed in to change notification settings - Fork 9
Update Reviewer Checklist #53
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
Conversation
…instead of community
| * [ ] Transfer amount matches Exec Sheet | ||
| * [ ] Transfer amount is specified with (at least) 2 decimals using `ether` keyword | ||
| * [ ] IF `ether` keyword is used, comment is present on the same line `// Note: ether is a keyword helper, only MKR is transferred here` | ||
| * [ ] IF `ether` keyword is used, comment is present on the same line `// Note: ether is a keyword helper, only SKY is transferred here` |
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.
We could turn this check into a general one if we don't reference the token expliclitly.
| * [ ] IF `ether` keyword is used, comment is present on the same line `// Note: ether is a keyword helper, only SKY is transferred here` | |
| * [ ] IF `ether` keyword is used, comment is present on the same line `// Note: ether is a keyword that represents 10**18, not the ETH token` |
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.
| * [ ] `usr` address variable name match one found in `addresses_wallets.sol` | ||
| * [ ] `tot` (Total stream amount) matches Exec Sheet | ||
| * [ ] IF `ether` keyword is used, comment is present on the same line `// Note: ether is a keyword helper, only MKR is transferred here` | ||
| * [ ] IF `ether` keyword is used, comment is present on the same line `// Note: ether is a keyword helper, only SKY is transferred here` |
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.
Same as above.
| * [ ] IF `ether` keyword is used, comment is present on the same line `// Note: ether is a keyword helper, only SKY is transferred here` | |
| * [ ] IF `ether` keyword is used, comment is present on the same line `// Note: ether is a keyword that represents 10**18, not the ETH token` |
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.
Addressed in 7b03757
| * [ ] Find the first [Foundry release](https://github.com/foundry-rs/foundry/releases) that is older than 7 days from now | ||
| * [ ] Insert the release URL here: |
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.
Remove these lines.
| * [ ] Find the first [Foundry release](https://github.com/foundry-rs/foundry/releases) that is older than 7 days from now | |
| * [ ] Insert the release URL here: |
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.
I added this suggestion on the SideStream PR.
|
Closing as #54 was merged. |
No description provided.