What's Changed
- feat(rpc-client): allow setting terminal error codes on pollers by @siosw in #3421
- fix(contract): propagate TransportError when all eth_call overrides fail by @phrwlk in #3316
- ci: increase nextest retries for flaky reth test by @mattsse in #3582
- feat(rpc-types-eth): add blob_base_fee to BlockOverrides by @mattsse in #3585
- fix: clarify boolean return docs by @Olexandr88 in #3586
- fix(rpc-types-eth): add serde alias for MovePrecompileToAddress by @mattsse in #3589
- perf: avoid cloning Filter in cache
get_logsby @ANtutov in #3597 - feat: Adding an ECDSA verify by @hecmas in #3595
- chore(deps): bump crate-ci/typos from 1.42.1 to 1.42.2 by @dependabot[bot] in #3601
- chore(deps): bump foundry-rs/foundry-toolchain from 1.6.0 to 1.7.0 by @dependabot[bot] in #3602
- chore(deps): bump taiki-e/install-action from 2.66.7 to 2.67.13 by @dependabot[bot] in #3603
- fix(consensus): mark tx_mut as hidden with invalidation warning by @mattsse in #3608
- feat(rpc-types-eth): add optional timestamp field to Transaction by @mattsse in #3606
- feat(provider): add get_header methods by @gakonst in #3617
- [rpc-types-eth] Remove redundant is_some checks in TransactionInput normalization by @Aleksandr1732 in #3613
- Use collect_str for FunctionSelector serialization by @Perekup1 in #3622
- feat(rpc-types-engine): add into_payload_and_sidecar to V4 and V5 envelopes by @gakonst in #3624
- fix: reduce test flakiness for node-bindings and network tests by @mattsse in #3632
- fix(ci, signer-aws): increase recursion limit to fix
error: queries overflow the depth limit!by @zerosnacks in #3633 - fix(clippy): remove instrumentation to prevent deep recursion violating regular 128 limit, undo #3633 by @zerosnacks in #3634
- feat(provider): add EIP-7928 block access list helper methods by @gakonst in #3637
- feat(rpc-types-engine): add ExecutionPayloadBodyV2 for EIP-7928 by @gakonst in #3636
- fix(node-bindings): kill anvil child on timeout by @SashaMalysehko in #3635
New Contributors
- @Olexandr88 made their first contribution in #3586
- @hecmas made their first contribution in #3595
- @gakonst made their first contribution in #3617
- @Perekup1 made their first contribution in #3622
Full Changelog: v1.5.2...v1.6.0