acuarica / evm

A Symbolic Ethereum Virtual Machine (EVM) bytecode interpreter, parser and decompiler, along with several other utils for programmatically extracting information from EVM bytecode.
https://acuarica.github.io/evm/
MIT License
46 stars 5 forks source link

Fix `Exp`'s arithmetic `eval` when result exceeds `2^256` #128

Closed acuarica closed 3 days ago

acuarica commented 3 days ago

Similar case as https://github.com/acuarica/evm/pull/127 but for Exp's eval.

github-actions[bot] commented 3 days ago

size-limit report 📦

Path Size
dist/sevm.js 17.29 KB (0%)
codecov[bot] commented 3 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.14%. Comparing base (c7256fc) to head (cde5222).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #128 +/- ## ======================================= Coverage 94.13% 94.14% ======================================= Files 23 23 Lines 5354 5362 +8 Branches 931 931 ======================================= + Hits 5040 5048 +8 Misses 299 299 Partials 15 15 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.