FuelLabs / fuel-specs

📝 Specifications for the Fuel protocol and the FuelVM, a blazingly fast blockchain VM.
https://fuellabs.github.io/fuel-specs/master
Apache License 2.0
1.78k stars 711 forks source link

Clean up overflow conditions #588

Closed Dentosal closed 4 months ago

Dentosal commented 4 months ago

Clarifies for all operations that pointer operation overflow (over Word::MAX) and over VM_MAX_RAM both panic. Unifies the formatting for this.

Before requesting review