v0.7.3
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
- chore: release 0.7.2 by @klkvr in #1729
- chore: update release.toml by @klkvr in #1730
- feat: make Receipt rlp methods pub by @klkvr in #1731
- chore: add missing from impl by @mattsse in #1732
- chore: relax ommers root fn by @mattsse in #1736
- chore: rm redundant generic by @mattsse in #1737
- feat: specialized geth tracer by @loocapro in #1739
- Add non strict JSON decoding for engine Payloadv2 type by @ferranbt in #1740
- specialized geth tracer for debug trace call by @loocapro in #1741
- fix: wrong func sig by @loocapro in #1742
- docs: Fix
SignableTransaction
docs to usePrimitiveSignature
by @moricho in #1743 - feat: add missing new fn by @mattsse in #1747
- chore: Display instead of Debug the response JSON by @DaniPopes in #1748
- feat: move is_empty to trait function by @mattsse in #1749
- feat: Migrate to
TrieAccount
of alloy-trie by @moricho in #1750 - feat: add
BlockHeader::blob_fee
by @klkvr in #1754 - feat: add TrieAccount conversion for genesis account by @mattsse in #1755
- chore: re-export stateroot fns by @mattsse in #1753
- feat: impl Encodable / Decodable for Receipts by @Rjected in #1752
- chore: export storage root fns by @mattsse in #1756
New Contributors
- @ciaranmcveigh5 made their first contribution in #1705
- @ferranbt made their first contribution in #1740
Full Changelog: v0.7.0...v0.7.3