What's Changed
Enhancements
- Add
from_block
andto_block
options toEthers.get_logs/2
- Add RPC adapter behaviour and proxy for Ethereumex.HttpClient
- Move and export abi decode functionality to
Ethers.TxData
module - Export
Ethers.TxData.to_map/2
in docs - Add
Ethers.Event.find_and_decode/2
function
Pull Requests in Release
- Bump credo from 1.7.8 to 1.7.10 by @dependabot in #150
- Add Adapter for RPC client by @joaop21 in #152
- Bump dialyxir from 1.4.4 to 1.4.5 by @dependabot in #153
- Improve
Ethers.TxData
module by @alisinabh in #155 - Bump ex_doc from 0.34.2 to 0.35.1 by @dependabot in #154
- Add
Ethers.Utils.find_and_decode/2
function by @alisinabh in #156
New Contributors
Full Changelog: v0.5.4...v0.5.5