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
62 stars 9 forks source link

Improve `4byte`'s `patch` method documentation #126

Closed acuarica closed 3 months ago

acuarica commented 3 months ago

In addition, this PR includes typedoc-plugin-missing-exports to avoid exposing 4byte internal types.

github-actions[bot] commented 3 months ago

size-limit report 📦

Path Size
dist/sevm.js 17.3 KB (-0.07% 🔽)
codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 94.12%. Comparing base (8b58da7) to head (b8caacd).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #126 +/- ## ======================================= Coverage 94.12% 94.12% ======================================= Files 23 23 Lines 5343 5343 Branches 929 929 ======================================= Hits 5029 5029 Misses 299 299 Partials 15 15 ```

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