Skip to content
Merged
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 @@ -22,6 +22,7 @@ _What is the PR trying to do? Is this the right thing? Are there bugs in the req
- [ ] Contract does not send or receive Ethereum.
- [ ] Contract has no payable methods.
- [ ] Contract is not vulnerable to being sent self destruct ETH
- [ ] If contract interacts with ETH make sure there are no read only reentrancies (like [this one]([url](https://chainsecurity.com/curve-lp-oracle-manipulation-post-mortem/)) in Curve pools)

#### Cryptographic code

Expand Down