Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 964 Bytes

Use of hardcoded gas limits can be problematic.md

File metadata and controls

22 lines (19 loc) · 964 Bytes

Hardcoded gas limits can be problematic as the past has shown that gas economics in Ethereum have changed, and may change again potentially rendering the contract system unusable in the future.

Recommendation:

Be conscious about this potential limitation and prepare for the case where gas prices might change in a way that negatively affects the contract system.


Slide Screenshot

116.jpg


Slide Text

  • ConsenSys Audit 1inch Finding 4.7
  • Denial-of-Service
  • Hardcoded Gas Assumptions
  • Document & Validate

References


Tags