v0.7.2
What's Changed
- chore(general): bump MSRV to 1.81, use
core::error::Error
onno-std
compatible crates by @Evalir in #1552 - fix: use B256::new instead of from by @DaniPopes in #1701
- chore: use encoded2718 by @mattsse in #1702
- chore(deps): bump thiserror 2 by @DaniPopes in #1700
- feat: EIP-7685 requests helpers by @klkvr in #1699
- chore: disable serde-with default features by @mattsse in #1703
- feat: add blob_gas_used by @mattsse in #1704
- fix: omit empty requests by @klkvr in #1706
- Update docs for eip7685
Requests
by @moricho in #1714 - fix: adjust EIP-7742 to latest spec by @klkvr in #1713
- Change BlobsBundleV1Ssz unwrap implementation to safe code by @SozinM in #1723
- Remove wrapper BlobsBundleV1Ssz by @SozinM in #1726
- feat(rpc-types-eth) add test for syncing by @DoTheBestToGetTheBest in #1724
- feat: impl
Encodable2718
forReceiptWithBloom
by @klkvr in #1719 - fix: remove
Borrow
impl for RPC receipt by @klkvr in #1721 - feat: receipt root fn by @mattsse in #1708
- block_number_index added to callBundle reference type by @ciaranmcveigh5 in #1705
New Contributors
- @ciaranmcveigh5 made their first contribution in #1705
Full Changelog: v0.7.0...v0.7.2