risechain / pevm

Blazingly fast Parallel EVM
MIT License
217 stars 41 forks source link

Guard against balance overflow and underflow #311

Closed hai-rise closed 2 weeks ago

hai-rise commented 1 month ago

Should use saturating_add and saturating_sub by default, and raise errors where needed.

varun-doshi commented 2 weeks ago

I'd like to take this up

hai-rise commented 2 weeks ago

@thecactusblue Have you started on this one 🙏 ?

hai-rise commented 2 weeks ago

@varun-doshi this one is available, can I assign you now :pray:?

varun-doshi commented 2 weeks ago

Yes please

varun-doshi commented 2 weeks ago

Acknowledged