0.6.4
What's Changed
Breaking Changes (Internal Private API)
Ethers.TxDatauses hex_decoded values instead of hex encoded ones
Enhancements
- Update
Ethersmodule to RPCfy eth_call request params - Removed unnecessary hex decode/encodes in requests
- Use
@external_resourcein generated contracts to track ABI changes and recompile if needed. (Thanks @sitch)
Pull Requests in Release
- Refactor and remove unnecessary hex encode/decode by @alisinabh in #185
- Bump excoveralls from 0.18.4 to 0.18.5 by @dependabot in #186
- Improve documentation by @alisinabh in #187
- Use
@external_resourcemodule attribute by @alisinabh in #189
Full Changelog: v0.6.3...v0.6.4