We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4260b1 commit 17a7db2Copy full SHA for 17a7db2
1.1/0x16-V7-Gas-Usage-And-Limitations.md
@@ -25,6 +25,7 @@ Category “V7” lists requirements related to gas and smart contract limitatio
25
| **7.9** | Verify that all library functions that should be upgradeable are not internal. |
26
| **7.10** | Verify that the *external* keyword is used for functions that can be called externally only to save gas. |
27
| **7.11** | Verify that there is no hard-coded amount of gas assigned to the function call (the gas prices may vary in the future). |
28
+| **7.12** | Verify that there are no vulnerabilities associated with gas usage & limitations category. |
29
30
## References
31
0 commit comments