issues
search
shazow
/
whatsabi
Extract the ABI (and resolve proxies, and get other metadata) from Ethereum bytecode, even without source code.
https://shazow.github.io/whatsabi/
MIT License
1.06k
stars
74
forks
source link
Become provider agnostic, reduce bundle size
#48
Closed
shazow
closed
1 year ago
shazow
commented
1 year ago
Re #46
Switched from ethers 5 to ethers 6 with better tree-shaking, only using the abi parsing sub-module
Implement our own hex/byte conversion and keccak wrapper
Use noble as a peer-dependency from ethers 6
Overall reduced bundle size from 144 KB to 12 KB!!!❗❗❗
Re #46