What's Changed
- fix(pubsub): remove redundant shutdown try_recv check in recv_from_frontend by @radik878 in #2922
- fix: Convert static vectors to arrays by @RomanHodulak in #2926
- feat: Add
UnsupportedTransactionTypeerror by @RomanHodulak in #2928 - test: Test display of
UnsupportedTransactionTypeerror and its conversion intoTransactionBuilderErrorby @RomanHodulak in #2929 - chore(rpc-types-eth): remove useless serde deny_unknown_fields on enums by @sashass1315 in #2927
- Avoid unnecessary String allocation in serde display serialization by @maximevtush in #2930
- refactor(beacon-events): use BeaconBlockHeader in light client finality by @GarmashAlex in #2933
- refactor(rpc-client): remove dead SerError state from BatchFuture by @MozirDmitriy in #2934
- chore(eip-7702): remove the leading whitespace of predeployed contract by @jsvisa in #2937
- chore: fix a couple of grammatical errors by @gap-editor in #2931
- fix: JWT Token Validation Logic in AuthService by @maradini77 in #2935
- chore: remove feature(doc_auto_cfg) by @DaniPopes in #2941
- Do not cache tag-based BlockId requests in provider cache by @anim001k in #2942
- feat(network): add tx type helper methods to AnyTxEnvelope and AnyRpcTransaction by @mattsse in #2936
- chore: remove unused core::panic import by @MozirDmitriy in #2939
- chore: Align tracing targets by @jenniferzelo in #2932
- chore(beacon): remove redundant DisplayFromStr on header.block_number by @radik878 in #2943
- chore: use fqs for tx_hash_with_type forwarding by @mattsse in #2944
- Use is_subscription() in RequestPacket::subscription_request_ids by @radik878 in #2947
- fix(consensus): replace redundant set_chain_id call with comment in set_chain_id_checked by @rnkrtt in #2948
- feat(provider): include inner cause in DecodeError message by @MozirDmitriy in #2945
- chore(signer-gcp): remove unused fmt::Debug import by @radik878 in #2951
- fix(consensus): correct deprecated method references in Recovered by @rnkrtt in #2950
- chore(deps): bump taiki-e/install-action from 2.62.1 to 2.62.13 by @dependabot[bot] in #2952
- chore(deps): bump crate-ci/typos from 1.36.2 to 1.36.3 by @dependabot[bot] in #2953
- Recognize IPv6 loopback in guess_local_url (treat
::1as local) by @viktorking7 in #2954 - fix: use correct base update fraction by @mattsse in #2958
New Contributors
- @maximevtush made their first contribution in #2930
- @maradini77 made their first contribution in #2935
- @anim001k made their first contribution in #2942
- @jenniferzelo made their first contribution in #2932
Full Changelog: v1.0.36...v1.0.37