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

Support to specify `--rpc-url` flag using env var `SEVM_RPC_URL` #124

Closed acuarica closed 1 week ago

github-actions[bot] commented 1 week ago

size-limit report 📦

Path Size
dist/sevm.js 17.31 KB (0%)
codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 87.50000% with 1 line in your changes missing coverage. Please review.

Project coverage is 94.12%. Comparing base (23587f8) to head (d17c683). Report is 8 commits behind head on main.

Files Patch % Lines
bin/sevm.mjs 87.50% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #124 +/- ## ========================================== + Coverage 94.03% 94.12% +0.08% ========================================== Files 23 23 Lines 5330 5343 +13 Branches 923 929 +6 ========================================== + Hits 5012 5029 +17 + Misses 303 299 -4 Partials 15 15 ```

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