What's Changed
Breaking Changes
Ethers.Utils.human_arg/2now returns checksummed addresses instead of lowercase addresses for better EIP-55 compliance
Bug Fixes
- Fix
Ethers.Utils.human_arg/2incorrectly handling 20-byte binary addresses that start with bytes0x30and0x78(which represent the string "0x")
Pull Requests in Release
- Fix address parsing and display errors by @alisinabh in #229
- Bump ethereumex from 0.12.1 to 0.12.2 by @dependabot[bot] in #227
- Upgrade CI elixir/erlang and bump minimum to 1.15 by @alisinabh in #230
- Bump credo from 1.7.12 to 1.7.13 by @dependabot[bot] in #228
- Release 0.6.10 by @alisinabh in #231
Full Changelog: v0.6.9...v0.6.10