What's Changed
- chore: add helper to collect rpc logs by @mattsse in #2712
- fix: don't stack overflow when deserring new sidecars by @prestwich in #2713
- fix: start head - 1 for heartbeat block stream by @mattsse in #2715
- feat: add helpers for obtaining the tx requests by @mattsse in #2716
- feat: add paused state to poller by @mattsse in #2717
- chore: bump msrv to 1.86 by @mattsse in #2721
- chore: add tx getters by @mattsse in #2720
- feat: Allow sharing Ledger transport in LedgerSigner by @varun-doshi in #2707
- feat(mev): add support for
eth_sendBlobsmethod to mev api by @cakevm in #2723 - feat(mev): implement call_bundle and send/cancel_private_transaction by @cakevm in #2725
- feat(mev): implement
send_private_raw_transactionmethod by @cakevm in #2726 - feat(mev): implement
send_end_of_block_bundlemethod by @cakevm in #2727 - feat(mev): implement
send_mev_bundlemethod by @cakevm in #2728 - chore: added blob endpoints for anvil by @Soubhik-10 in #2731
- chore: bump precompute default to 8 by @mattsse in #2732
- chore: refine optional rpc-types features by @mattsse in #2734
- fix: return abi decoding errors as multicall failures by @Corn3333 in #2724
New Contributors
Full Changelog: v1.0.22...v1.0.23