Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions templates/Contract-Code-Review.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ _What is the PR trying to do? Is this the right thing? Are there bugs in the req
- [ ] Oracles can't be bent
- [ ] If oracle can be bent, it won't hurt us.
- [ ] Do not call balanceOf for external contracts to determine what they will do when they use internal accounting
- [ ] Contract should follow [CEI](https://docs.soliditylang.org/en/latest/security-considerations.html#use-the-checks-effects-interactions-pattern) (Checks - Effects - Interaction) pattern

#### Tests

Expand Down