Skip to content

v0.6.1

Choose a tag to compare

@willjleong willjleong released this 27 Sep 02:34
· 24 commits to master since this release
3a62cb5

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 .json files with ExW3.Abi.load_hardhat_abi/1
  • Can now load bins from from hardhat abi file generated .json files with ExW3.Abi.load_hardhat_bin/1
  • Adde erc721 test contract & tested reading the erc721 :symbol function
  • Fixed bug for decoding functions calls with a single :string type as output