0.2.1
What's Changed
New features
- Add
Ethers.get_balance/2
function to query native chain balance of accounts.
Bug fixes
- Encode integers to hex even when they are part of params
Pull Requests in Release
- Fix integer encoding in parameters of transactions by @alisinabh in #72
- Implement
Ethers.get_balance/2
with tests by @alisinabh in #73
Full Changelog: v0.2.0...v0.2.1