What's Changed
Bug Fixes
- Fix encoding of transactions without any input data
- Encode
access_list
andblob_versioned_hashed
correctly in RPC transaction requests
Enhancements
- Support EIP-1191: Add chain id to mixed-case checksum address encoding
- Add EIP-4844 transaction support
- Add EIP-2930 transaction support
- Add
Ethers.blob_base_fee/1
to calculate blob fee per gas - Make default gas and fee margin configurable
Pull Requests in Release
- Add EIP-1191 checksum encoding by @BlazeWasHere in #174
- Bump ex_keccak from 0.7.5 to 0.7.6 by @dependabot in #176
- Add EIP-4844 transaction reading by @BlazeWasHere in #177
- Add EIP-2930 support by @alisinabh in #179
- Add
Ethers.blob_base_fee/1
and fix minor encoding bugs by @alisinabh in #180
Full Changelog: v0.6.1...v0.6.2