Rari-Capital / nova

Read and write to L1 with minimal latency and no trust tradeoffs.
GNU Affero General Public License v3.0
216 stars 18 forks source link

Use SafeMath in L1_NovaExecutionManager #38

Closed transmissions11 closed 3 years ago

transmissions11 commented 3 years ago

We're hitting the dreaded "stack limit" error in the exec function right now if we add SafeMath, so will have to wait until #37 is complete (which removes some memory writes in exec) to fix.