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

Publish `fetch` 4byte adapter in package #73

Closed acuarica closed 5 months ago

acuarica commented 5 months ago

The 4byte fetch is missing in the published package. See https://www.npmjs.com/package/sevm/v/0.6.8?activeTab=code.

acuarica commented 5 months ago

Fixed in ab4f966.