What's Changed
Breaking Changes (Internal Private API)
Ethers.TxData
uses hex_decoded values instead of hex encoded ones
Enhancements
- Update
Ethers
module to RPCfy eth_call request params - Removed unnecessary hex decode/encodes in requests
- Use
@external_resource
in 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_resource
module attribute by @alisinabh in #189
Full Changelog: v0.6.3...v0.6.4