v0.6.1
Changelog
- Added Hardhat for testing modern EVM smartcontracts
- Can now load abis from a map for use cases where abis are stored as JSONB in a database with
ExW3.Abi.load_abi_map/1 - Can now load abis from hardhat generated
.jsonfiles withExW3.Abi.load_hardhat_abi/1 - Can now load bins from from hardhat abi file generated
.jsonfiles withExW3.Abi.load_hardhat_bin/1 - Adde erc721 test contract & tested reading the erc721
:symbolfunction - Fixed bug for decoding functions calls with a single
:stringtype as output