0.2.3
What's Changed
New features
- Add
Ethers.get_transaction_receipt/2
function to query native chain transaction receipt by transaction hash.
Enhancements
- Add more metadata to
Ethers.Transaction
struct. - Return
Ethers.Transaction
struct inEthers.get_transaction/2
function. - Support
get_transaction
in batch requests.
Pull Requests in Release
- Bump ex_doc from 0.31.0 to 0.31.1 by @dependabot in #77
- Add Ethers.get_transaction_receipt by @calvin-nl in #80
- Decode transaction body by @wchenNL in #76
New Contributors
- @calvin-nl made their first contribution in #80
Full Changelog: v0.2.2...v0.2.3