v1.0.38
What's Changed
- fix(beacon): use u64 for gas equality errors by @VolodymyrBg in #2961
- refactor(consensus): unify try_get_provider body across std/no_std by @MozirDmitriy in #2963
- refactor: simplify PreStateConfig initialization in tests by @reject-i in #2964
- fix(provider): use StateContext::default() placeholder in eth_callMany serialization by @Forostovec in #2968
- fix(provider): correct TxFiller rustdoc link by @reject-i in #2973
- fix: silent truncation in Ledger message signing by @viktorking7 in #2971
- chore: remove outdated TODO about current-thread polling by @radik878 in #2977
- fix(cache): prevent caching for tag-based BlockId in get_block_receipts by @Forostovec in #2969
- refactor: remove redundant struct update syntax in AnyHeader construction by @rnkrtt in #2980
- chore: deduplicate Either async_trait attribute by @reject-i in #2982
- chore(rpc-client): remove duplicate localhost:8545 parsing assertion by @GarmashAlex in #2989
- feat: relax Clone bound for PollerBuilder and prepare_static_poller by @Forostovec in #2993
- chore(deps): bump taiki-e/install-action from 2.62.13 to 2.62.21 by @dependabot[bot] in #2992
- docs(rpc-types-eth): clarify EIP-4844 preferred_type docs to include blob_versioned_hashes by @prestoalvarez in #2978
- feat(beacon-types):
GetBlobsResponseby @klkvr in #2994 - chore(deps): bump foundry-rs/foundry-toolchain from 1.4.0 to 1.5.0 by @dependabot[bot] in #2991
- fix: Use injected #alloy_rlp path in generated typed_decode error mapping by @GarmashAlex in #2996
- chore(deps): bump crate-ci/typos from 1.36.3 to 1.37.2 by @dependabot[bot] in #2990
- chore(meta): add onbjerg + zerosnacks, remove yash as a code owner by @onbjerg in #3000
- perf(serde): avoid allocation in B256 hex serialization by @prestoalvarez in #2998
- Add grandizzy as codeowner by @grandizzy in #3002
- feat: generate TypedTransaction enum in envelope macro by @stevencartavia in #2925
- fix(eip7547): InclusionListStatusV1 serialize_map size hint by @Galoretka in #3005
- chore: release 1.0.38 by @klkvr in #3007
New Contributors
Full Changelog: v1.0.37...v1.0.38