Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 26, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
alloy dependencies minor 1.0.111.2.1

Release Notes

alloy-rs/alloy (alloy)

v1.2.1

Compare Source

Bug Fixes
  • Simplify size functions (#​3403)
  • Remove ring spec and bump gcloud version (#​2768)
  • Saturate gas price in deser for unknown networks (#​3095)
  • Clarify KMS signer EIP-155 documentation (#​3335)
  • [node-bindings] Generalize ReadLineError output description (#​3359)
  • Incorrect debug log message in heartbeat transaction watcher (#​3362)
  • Don't blow up header maps when using auth (#​3360)
  • [transport-ipc] Avoid false error on normal EOF (#​3358)
  • Misleading Ledger signer debug log and align error handling (#​3356)
  • [eip7547] Correct InclusionListSummaryEntryV1 Display name (#​3354)
  • Resolve clippy and doctest warnings (#​3333)
  • [rpc-types-eth] Correct build_7702 panic documentation (#​3332)
  • Align EIP1186AccountProofResponse::is_empty with EIP-161 (#​3303)
  • More flexible BadBlock type (#​3322)
Dependencies
  • [deps] Bump taiki-e/install-action from 2.63.3 to 2.65.1 (#​3406)
  • [deps] Run cargo shear (#​3405)
  • [deps] Bump taiki-e/install-action from 2.62.64 to 2.63.3 (#​3352)
  • [deps] Bump foundry-rs/foundry-toolchain from 1.5.0 to 1.6.0 (#​3353)
  • [deps] Bump taiki-e/install-action from 2.62.60 to 2.62.64 (#​3310)
Documentation
  • Add tenderly, turnkey, and tx-macros crates to README (#​3385)
  • Add EIP-5792 and EIP-7547 crates to README (#​3382)
  • [signer] Add Turnkey to signer implementations list (#​3334)
  • Correct BlockOpcodeGas comment to block-level usage (#​3349)
  • [network] Fix outdated Network trait example in README (#​3346)
  • Fix Maybe*PayloadFields into_inner doc comments (#​3324)
  • [provider] Fix debug trace call option type (#​3318)
  • Fix try_into_eip7702 documentation (#​3317)
  • Fix SendableTx::try_into_request documentation (#​3311)
  • Fix swapped filter doc comments (#​3308)
  • [rpc-types-eth] Fix swapped docs for get_to_block/get_from_block (#​3307)
Features
  • Add Signer implementation for secp256 key (#​3337)
  • Add transactionReceipts into SubscriptionKind (#​2974)
  • [consensus] Add buffer-based signer recovery methods (#​3340)
  • Add bincode compat support for BlobTransactionSidecarVariant (#​3325)
  • Allow fusaka sidecars in the tx request (#​3321)
Miscellaneous Tasks
  • Remove cyclic dev dep (#​3411)
  • Aggregate PRs (#​3404)
  • [rpc-types-mev] Remove unused #![allow(deprecated)] directive (#​3376)
  • Make receipt generic (#​3357)
  • Remove redundant clone in provider test (#​3342)
  • Rm all deprecations (#​3341)
  • [eip5792] Drop redundant Vec import (#​3323)
Other
  • Remove transactionReceipts subscription kind (#​3409)
  • Add a layer to alloy-transport-http that allows propagating trace information (#​3367)
  • Reapply "chore: adds erc7562 tracer variant" (#​3038)
  • Remove redundant std::self import from CallBuilder (#​3313)
Refactor
  • [json-rpc] Remove unnecessary copying (#​3348)
  • [transport] Remove redundant clones in dual transport test (#​3336)
  • Remove unnecessary Encode bound in parse_request_payload (#​3184)

v1.1.3

Compare Source

Bug Fixes
  • [network] Correct priority_fee_or_price field order in UnknownTypedTransaction (#​3301)
  • [geth] Treat “execution reverted” as revert in CallFrame::is_revert (#​3295)
  • [consensus] Silence unused generic param in Recovered::try_convert (#​3274)
  • [ens] Use ENS_REVERSE_REGISTRAR_DOMAIN in get_reverse_registrar (#​3276)
  • [eip1898] RpcBlockHash serde to use rename_all = "camelCase" (#​3255)
  • Fix/fallback sequential for sync methods (#​3211)
  • Correct SyncInfo.stages doc to list of Stage entries (#​3226)
Dependencies
  • [deps] Bump Swatinem/rust-cache from 2.8.1 to 2.8.2 (#​3281)
  • [deps] Bump taiki-e/install-action from 2.62.57 to 2.62.60 (#​3280)
  • [deps] Bump crate-ci/typos from 1.39.2 to 1.40.0 (#​3282)
  • [deps] Bump crate-ci/typos from 1.39.0 to 1.39.2 (#​3244)
  • [deps] Bump taiki-e/install-action from 2.62.49 to 2.62.57 (#​3245)
  • [deps] Bump actions/checkout from 5 to 6 (#​3246)
Documentation
  • Align ExecutionWitness docs with list-based schema and RLP headers (#​3298)
  • Add an example in alloy meta crate (#​3291)
  • [provider] Properly format references (#​3292)
  • Add more links, tests for README in transport and signer-local (#​3019)
  • Add documentation for build_unsigned and build methods (#​3187)
  • [provider] Expand on filler documentation (#​3283)
  • [meta] Fix re-export docs (#​3284)
  • Fix incorrect max_fee_per_gas field documentation (#​3250)
Features
  • Make BuiltInConnectionString::connect configurable (#​3296)
  • Add Erc7562Frame::is_revert method (#​3299)
  • Add extract_block_range for Filter (#​3300)
  • Add ensure_success method to ReceiptResponse (#​3287)
  • [provider] Add verify_flashbots_signature function (#​3273)
  • Add blocknumhash helper (#​3263)
  • Add into-hashes-vec (#​3257)
  • Include DecodeError in SszDecodeError display (#​3232)
  • [provider] Add fill_transaction method to Provider trait (#​3221)
Miscellaneous Tasks
  • Release 1.1.3
  • Add contains helper (#​3302)
  • Deprecate DecodedValue::typ in favor of ty (#​3293)
  • Enable rlp when consensus/eips are active (#​3279)
  • Prefix hash constants with 0x (#​3272)
  • Remove unnecessary Unpin bound on decoder in EthCall futures (#​3267)
  • [alloy] consensus-secp256k1 feature (#​3270)
Other
  • Wasm32 wasip support (#​3289)
  • Align sequential fallback top-N selection with truncate (#​3242)
  • Avoid redundant allocation when ranking fallback transports (#​3241)
  • Add contract eth_call block overrides (#​3233)
Refactor
  • [contract] Remove redundant PhantomData from StorageSlotFinder (#​3277)
Styling
  • [Feature] Introduce MinedTransactionInfo (#​3275)

v1.1.2

Compare Source

Bug Fixes
  • Use BlockHash for ForkedNetwork.fork_block_hash (#​3224)
  • [rpc-types] Correct BeaconExecutionPayloadV3 doc (#​3216)
  • Eliminate ambiguity regarding missing subscriptions (#​3206)
  • Normalize recovery bytes in flashbots signature (#​3192)
  • Increase average CU cost from 17 to 20 per updated Alchemy docs (#​3208)
  • Trezor derivation path (#​3148)
Dependencies
  • [deps] Bump taiki-e/install-action from 2.62.45 to 2.62.49 (#​3173)
Documentation
  • [rpc-types-engine] Correct ExecutionPayloadV3 spec URL and Execu… (#​3203)
Features
  • Eip2718DecodableReceipt (#​3225)
  • Add helper TypedTransaction::decode_unsigned() (#​3198)
  • Add prestate helpers (#​3209)
  • [rpc-types] Add FillTransaction response type (#​3210)
  • Obtain the transaction hash if eth_sendrawSync (#​3202)
  • Add CallBuilder::send,deploy_sync (#​3200)
Miscellaneous Tasks
  • Release 1.1.2
  • [node-bindings/anvil] Unify startup timeout with shared NODE_STARTUP_TIMEOUT (#​3193)

v1.1.1

Compare Source

Bug Fixes
  • [provider] Skip cache for eth_getLogs with dynamic block tags (#​3176)
  • Use IgnoredAny for unknown fields in PubSubItem deserializer (#​3157)
  • [pubsub] Avoid BiBTreeMap remove/insert in SubscriptionManager::notify (#​3141)
  • [consensus] Correct Option type in Header::size() method (#​3143)
Documentation
  • Fix EIP-2930 transaction handling documentation (#​3154)
Features
  • Support send_transaction_sync (#​3177)
  • Feature Arbsym Provider Builder (#​3156)
  • Add EIP-7594 conversion and sidecar manipulation API (#​3144)
  • Improve PrivacyHint deserialization error to include offending value (#​3174)
  • [genesis] Add parent hash field in Genesis (#​3138)
  • Genesis endpoint JSON types (#​3167)
  • [provider] Add sendawsync to Provider trait (#​3164)
  • Add Transaction bound to Network::TxEnvelope (#​3147)
  • [consensus,eips,genesis] Add Borsh support (#​2946)
Miscellaneous Tasks
  • Release 1.1.1
  • Remove redundant UUID clone in signer-local keystore test (#​3185)
  • Correct ExecutionPayload V3 method doc references (#​3181)
Other
  • Avoid cloning EIP-4844 sidecar during request build (#​3179)
Refactor
  • [consensus] Remove Borsh skip attributes from tx structs (#​3155)
Styling
  • Refactor StorageSlotFinder::find_slot to avoid redundant clones (#​3180)
  • Fmt (#​3170)

v1.1.0

Compare Source

Bug Fixes
  • Remove redundant Vec clones in multicall builders (#​3118)
  • BlobParams bincode deserialization (#​3132)
Dependencies
  • [deps] Bump crate-ci/typos from 1.38.1 to 1.39.0 (#​3135)
  • [deps] Bump taiki-e/install-action from 2.62.38 to 2.62.45 (#​3134)
  • Bump MSRV to 1.88 (#​3123)
Documentation
  • [network] Add usage examples for try_into_either and try_map_unknown (#​3121)
Features
Miscellaneous Tasks
  • Release 1.1.0
  • [ens] Bumped ens crate with appropriate features (#​3128)
Other
  • Restrict consensus transaction tests to the serde feature (#​3130)

v1.0.42

Compare Source

Bug Fixes
  • [json-rpc] Correct RequestPacket doc references to RequestPacket::{Single,Batch} (#​3100)
  • Correct gas field types in Header::size() method (#​3074)
  • [rpc-client] Remove redundant into_box_transport (#​3071)
  • [transport] Decrement request counter on retry limit exceeded (#​3069)
  • Add defaults for blob response flags and drop unused serde_as (#​3057)
  • [tx-macro] Correctly generate uppercase aliases (#​3053)
  • [signer] Propagate semver parse errors instead of unwrap (#​3039)
Dependencies
  • Move alloy_primitives to dev-deps (#​3106)
  • [deps] Bump taiki-e/install-action from 2.62.33 to 2.62.38 (#​3086)
  • [deps] Bump taiki-e/install-action from 2.62.28 to 2.62.33 (#​3056)
Documentation
  • Clarify unsupported tx type in complete_type (#​3112)
  • Add MEV API limitations and timing warnings (#​3098)
Features
  • [provider] Add debug_dbGet method to retrieve values from db (#​3109)
  • Forward more-tuple-impls to alloy-core (#​3090)
  • Implement CallBuilder::legacy() to prefer legacy by setting gas_price (#​3085)
  • [ens] Add alloy-ens to alloy metacrate (#​3083)
  • [provider] Add tenderly admin api bindings (#​3047)
  • Add blobs & into_blobs methods (#​3072)
  • [signer-turnkey] Bump to 0.5 and add to main alloy package (#​3043)
  • [envelope] Add try_into_* consuming helpers for EthereumTxEnvelope and tests (#​3062)
  • [ens-txt] Added txt resolution functions to provider (#​3059)
  • Add convenience fn for TxEip4844WithSidecar 7594 conversion (#​3040)
Miscellaneous Tasks
  • Release 1.0.42
  • Remove useless TODO comment in MEV stats module (#​3099)
  • Add number value to MAX_TX_GAS_LIMIT_OSAKA (#​3093)
  • [network] Remove outdated TODO about Ethereum-only block responses (#​3089)
  • Expose WebSocketConfig in RPC client and provider for non-WASM builds (#​3088)
  • [ens] Remove empty ens.rs file (#​3079)
  • Enable debug_code_by_hash test (#​3052)
  • Fix clippy (#​3044)
  • Remove unnecessary todo (#​3042)
Other
  • [rpc-types-beacon] Mark redundant Beacon/Beacon2 type aliases as deprecated (#​3081)
  • Add transport-throttle feature (#​3046)
  • Remove redundant clone in fallback transport (#​3045)
  • [geth] Remove duplicate --miner.etherbase arg in Clique mode (#​3050)
Refactor
  • [provider] Simplify HyperClient init with layer method (#​3114)
  • [rpc-types-eth] Remove duplicate block range filtering logic (#​3077)

v1.0.41

Compare Source

Miscellaneous Tasks
  • Release 1.0.41
  • Release 1.0.41
Other
  • Revert "chore: adds erc7562 tracer variant" (#​3037)

v1.0.40

Compare Source

Features
  • Add methods to build EIP-7594 sidecars with default and custom settings (#​3036)
  • Add block helper methods to EthCall and EthCallMany (#​3035)
Miscellaneous Tasks
  • Release 1.0.40
  • Release 1.0.40

v1.0.39

Compare Source

Bug Fixes
  • [provider] Correct EthCallParams serialize length when no options set (#​3030)
  • Saturate gas_price deser for TxLegacy (#​3010)
  • Fixes for tx-envelope macro (#​3008)
Dependencies
  • [deps] Bump crate-ci/typos from 1.37.2 to 1.38.1 (#​3023)
  • [deps] Bump taiki-e/install-action from 2.62.21 to 2.62.28 (#​3024)
  • [deps] Bump github/codeql-action from 3 to 4 (#​3025)
Documentation
  • Fix broken intra-doc links in provider crate (#​3031)
Features
  • [rpc-trace] Add tx_index for traceCall (#​2881)
  • [provider] Add subscribe_noparams helper and use in admin (#​3028)
  • [signer-turnkey] Add Turnkey signer implementation (#​2962)
  • Add helper for legacy -> 7594 sidecar conversion (#​3013)
Miscellaneous Tasks
Testing
  • Add serde test for GethDebugTracingOptions with prestateTracer (#​3016)

v1.0.38

Compare Source

Bug Fixes
  • [eip7547] InclusionListStatusV1 serialize_map size hint (#​3005)
  • Use injected #alloy_rlp path in generated typed_decode error mapping (#​2996)
  • [cache] Prevent caching for tag-based BlockId in get_block_receipts (#​2969)
  • Silent truncation in Ledger message signing (#​2971)
  • [provider] Correct TxFiller rustdoc link (#​2973)
  • [provider] Use StateContext::default() placeholder in eth_callMany serialization (#​2968)
  • [beacon] Use u64 for gas equality errors (#​2961)
Dependencies
  • [deps] Bump crate-ci/typos from 1.36.3 to 1.37.2 (#​2990)
  • [deps] Bump foundry-rs/foundry-toolchain from 1.4.0 to 1.5.0 (#​2991)
  • [deps] Bump taiki-e/install-action from 2.62.13 to 2.62.21 (#​2992)
Documentation
  • [rpc-types-eth] Clarify EIP-4844 preferred_type docs to include blob_versioned_hashes (#​2978)
Features
  • Generate TypedTransaction enum in envelope macro (#​2925)
  • [beacon-types] GetBlobsResponse (#​2994)
  • Relax Clone bound for PollerBuilder and prepare_static_poller (#​2993)
Miscellaneous Tasks
  • Release 1.0.38 (#​3007)
  • [meta] Add onbjerg + zerosnacks, remove yash as a code owner (#​3000)
  • [rpc-client] Remove duplicate localhost:8545 parsing assertion (#​2989)
  • Deduplicate Either async_trait attribute (#​2982)
  • Remove outdated TODO about current-thread polling (#​2977)
Other
Performance
  • [serde] Avoid allocation in B256 hex serialization (#​2998)
Refactor
  • Remove redundant struct update syntax in AnyHeader construction (#​2980)
  • Simplify PreStateConfig initialization in tests (#​2964)
  • [consensus] Unify try_get_provider body across std/no_std (#​2963)

v1.0.37

Compare Source

Bug Fixes
  • Use correct base update fraction (#​2958)
  • [consensus] Correct deprecated method references in Recovered (#​2950)
  • [consensus] Replace redundant set_chain_id call with comment in set_chain_id_checked (#​2948)
  • JWT Token Validation Logic in AuthService (#​2935)
  • Convert static vectors to arrays (#​2926)
  • [pubsub] Remove redundant shutdown try_recv check in recv_from_frontend (#​2922)
Dependencies
  • [deps] Bump crate-ci/typos from 1.36.2 to 1.36.3 (#​2953)
  • [deps] Bump taiki-e/install-action from 2.62.1 to 2.62.13 (#​2952)
Features
  • [provider] Include inner cause in DecodeError message (#​2945)
  • [network] Add tx type helper methods to AnyTxEnvelope and AnyRpcTransaction (#​2936)
  • Add UnsupportedTransactionType error (#​2928)
Miscellaneous Tasks
  • Release 1.0.37
  • Use fqs for tx_hash_with_type forwarding (#​2944)
  • [beacon] Remove redundant DisplayFromStr on header.block_number (#​2943)
  • Align tracing targets (#​2932)
  • Remove unused core::panic import (#​2939)
  • Remove feature(doc_auto_cfg) (#​2941)
  • Fix a couple of grammatical errors (#​2931)
  • [eip-7702] Remove the leading whitespace of predeployed contract (#​2937)
  • [rpc-types-eth] Remove useless serde deny_unknown_fields on enums (#​2927)
Other
  • Recognize IPv6 loopback in guess_local_url (treat ::1 as local) (#​2954)
  • Use is_subscription() in RequestPacket::subscription_request_ids (#​2947)
  • Do not cache tag-based BlockId requests in provider cache (#​2942)
  • Avoid unnecessary String allocation in serde display serialization (#​2930)
Refactor
  • [rpc-client] Remove dead SerError state from BatchFuture (#​2934)
  • [beacon-events] Use BeaconBlockHeader in light client finality (#​2933)
Styling
  • [signer-gcp] Remove unused fmt::Debug import (#​2951)
Testing
  • Test display of UnsupportedTransactionType error and its conversion into TransactionBuilderError (#​2929)

v1.0.36

Compare Source

Bug Fixes
  • [jwt] Report parent directory path in try_create_random (#​2921)
Dependencies
  • [deps] Bump taiki-e/install-action from 2.61.9 to 2.62.1 (#​2915)
Features
  • [rpc-types-beacon] Add BeaconBlockData conversion to execution payload (#​2919)
Miscellaneous Tasks
  • Release 1.0.36
  • Forward std optional (#​2917)
  • Remove redundant copy (#​2916)

v1.0.35

Compare Source

Bug Fixes
  • [provider] Require context in eth_callMany params (#​2910)
  • Don't use serde private API (#​2909)
Features
  • Add bpo initalizers (#​2914)
  • [signer-local] Add mnemonic builder helpers and iterator (#​2864)
Miscellaneous Tasks
  • Release 1.0.35
  • Add helper for init blobparams (#​2913)

v1.0.34

Compare Source

Bug Fixes
  • [node-bindings] Correct docs for Anvil chain_id, Geth new, and Reth chain_or_path (#​2904)
Dependencies
Features
  • [eips] Add MAX_TX_GAS_LIMIT_OSAKA for EIP-7825 (#​2906)
Miscellaneous Tasks
  • Release 1.0.34

v1.0.33

Compare Source

Bug Fixes
  • [eip4844] Clippy no warning (#​2898)
  • [jwt] Jwt iat offset test flaky (#​2899)
  • [signer-aws] Return structured error instead of panic on parity recovery failure (#​2880)
Dependencies
  • [deps] Bump Swatinem/rust-cache from 2.8.0 to 2.8.1 (#​2902)
Miscellaneous Tasks
  • Release 1.0.33
  • Enable rustls by default (#​2905)
  • [ci] Enable CodeQL as part of ci.yml (#​2903)
  • [ci] Harden ci + add dependabot for managing pinned hashes (#​2900)
  • Add missing helpers (#​2897)
  • Re-export transport (#​2895)
  • Mark cloudflare error as retryable (#​2894)

v1.0.32

Compare Source

Bug Fixes
  • Use serde private mod patch notation (#​2886)
  • [consensus] Include EIP-7702 in ReceiptEnvelope Arbitrary range (#​2883)
  • [provider] Use correct admin_peerEvents subscription method (#​2877)
Miscellaneous Tasks
  • Release 1.0.32
Other
  • Avoid panic in AnvilInstance::drop; fail soft on kill error (#​2878)

v1.0.31

Compare Source

Bug Fixes
  • Compilation issues (#​2875)
  • Skip receipt fetch if more confirmations are requested (#​2851)
  • Make responses_by_ids accept HashSet keys Borrow (#​2852)
Documentation
  • Move EIP-4844 blob fee to BlobGasFiller (#​2857)
Features
  • [rpc-types-engine] Add transaction helper methods to ExecutionPayload (#​2871)
  • [rpc-client] Add connect convenience method (#​2854)
  • [providers] Pause heartbeat when no transactions are pending (#​2800)
Miscellaneous Tasks
  • Release 1.0.31
  • Treat 1008 rpc error as retryable (#​2870)
  • Add missing defaults (#​2867)
  • Add reqwest-default-tls feature (#​2865)
  • Avoid panic in HTTP transport: return error instead of expect (#​2862)
  • Mark legacy blob gas fn deprecated (#​2863)
  • Avoid panic on TempDir cleanup in node-bindings utils (#​2860)
  • Fix unused warning (#​2849)
Refactor
  • Consolidate effective gas price calculation into eip1559 module (#​2872)
Testing
  • Add serde test for CallLogFrame with regular JSON numbers (#​2866)

v1.0.30

Compare Source

Bug Fixes
  • [rpc] Add missing error code eth_sendRawTransactionSync timeout (#​2846)
Features
  • Add with_request to storage slot finder (#​2847)
  • Re-export signer dep crates (#​2845)
  • Add helper json deserde fn (#​2841)
Miscellaneous Tasks
  • Release 1.0.30

v1.0.29

Compare Source

Dependencies
  • Revert "chore(deps): internal dep bumps" (#​2839)
Miscellaneous Tasks
  • Release 1.0.29

v1.0.28

Compare Source

Dependencies
Documentation
  • Update version in installation example from 1.0.1 to 1.0.27 (#​2836)
Features
  • [rpc] Add optional index field to CallLogFrame (#​2748)
  • Add Asref for recovered withencoded (#​2828)
  • Add helpers for MnemonicBuilder (#​2825)
  • Add as_* helper methods to Delta (#​2823)
Miscellaneous Tasks
Other
  • Return correct arbitrum block numbers w/ BatchLayer (#​2835)
  • Add auto_impersonate helper to anvil bindings (#​2824)
Refactor
  • Change op in StructLog from String to Cow<'static, str> (#​2730)
Styling
  • [Feature] Implement support different signatures in envelope macro (#​2794)

v1.0.27

Compare Source

Dependencies
Documentation
  • Update version in installation example from 1.0.1 to 1.0.27 (#​2836)
Features
  • [rpc] Add optional index field to CallLogFrame (#​2748)
  • Add Asref for recovered withencoded (#​2828)
  • Add helpers for MnemonicBuilder (#​2825)
  • Add as_* helper methods to Delta (#​2823)
Miscellaneous Tasks
Other
  • Return correct arbitrum block numbers w/ BatchLayer (#​2835)
  • Add auto_impersonate helper to anvil bindings (#​2824)
Refactor
  • Change op in StructLog from String to Cow<'static, str> (#​2730)
Styling
  • [Feature] Implement support different signatures in envelope macro (#​2794)

v1.0.26

Compare Source

Bug Fixes
  • [eip4844] Prevent overflow panic in fake_exponential with large excess blob gas (#​2806)
Features
  • Add TxHashRef trait and implementations (#​2751)
  • Tenderly provider ext (#​2699)
  • Add specialized debug trace methods (#​2815)
  • Add into_localized_trace method to RewardAction (#​2813)
  • Add helpers for encoding block from parts (#​2809)
  • Add helper methods to decode logs in TransactionReceipt (#​2811)
  • [rpc] Add cost() default function to ReceiptResponse trait (#​2808)
  • Add fromstr for TransactionInputKind (#​2805)
  • Add convenience fn for setting 7702 delegation designator (#​2802)
  • Add debug state dump struct (#​2790)
Miscellaneous Tasks
  • Release 1.0.26
  • Add changelog
  • Release 1.0.26
  • [rpc-types-trace] Re-export CallKind (#​2801)
Testing
  • Add sanity GethDebugTracingCallOptions test (#​2814)

v1.0.25

Compare Source

Bug Fixes
  • [docs] Correct typos in EIP reference (#​2759)
  • [CallBatchLayer] Don't batch if single request (#​2397)
  • [batch.rs] Reference BatchFuture in panic message (#​2771)
  • Typo in code comment (#​2767)
Features
  • Add scale helper (#​2797)
  • Add authorization list to CallBuilder (#​2798)
  • [rpc-types-trace] Move CallKind from revm-inspector (#​2779)
  • Add orretrypolicyfn (#​2785)
  • Complete execution payload getter methods (#​2782)
  • Implement Drop for MnemonicBuilder make sure passphrase and password will be cleaned up (#​2756)
  • Expose alloy trie (#​2773)
  • Add callframe utils (#​2769)
Miscellaneous Tasks
Other
  • Clarify as_revert_data docs to reflect None on missing hex (#​2786)
Styling

v1.0.24

Compare Source

Bug Fixes
  • Poller breaks if server drops the filter (#​2755)
  • With_avg_unit_cost (#​2757)
  • Fix simple error therefor - therefore in eip1898.rs (#​2739)
Features
  • Allow ProviderBuilder to use TransportConnect and PubSubConnect (#​2764)
  • Add headerinfo helper type (#​2766)
  • Auto-impl for transport connect types (#​2758)
  • Add value to Multicallitem trait (#​2746)
  • Add with_failure_allowed (#​2749)
  • Added type for debug_storageRangeAt (#​2741)
Miscellaneous Tasks
  • Release 1.0.24
  • Feature gate serde test (#​2765)
  • Serialize return data with prefix (#​2763)

v1.0.23

Compare Source

Bug Fixes
  • Return abi decoding errors as multicall failures (#​2724)
  • Start head - 1 for heartbeat block stream (#​2715)
  • Don't stack overflow when deserring new sidecars (#​2713)
Dependencies
Features
  • [mev] Implement send_mev_bundle method (#​2728)
  • [mev] Implement send_end_of_block_bundle method (#​2727)
  • [mev] Implement send_private_raw_transaction method (#​2726)
  • [mev] Implement call_bundle and send/cancel_private_transaction (#​2725)
  • [mev] Add support for eth_sendBlobs method to mev api (#​2723)
  • Allow sharing Ledger transport in LedgerSigner (#​2707)
  • Add paused state to poller (#​2717)
  • Add helpers for obtaining the tx requests (#​2716)
Miscellaneous Tasks
  • Release 1.0.23
  • Refine optional rpc-types features (#​2734)
  • Added blob endpoints for anvil (#​2731)
  • Add tx getters (#​2720)
  • Add helper to collect rpc logs (#​2712)

v1.0.22

Compare Source

Bug Fixes
  • No-std for serde-bincode-compat (#​2711)
Dependencies
  • [rpc-client] Replace impl Stream with dedicated PollerStream type (#​2695)
Features
  • Add filter_receipts iterator for filtering logs from receipts (#​2701)
Miscellaneous Tasks
  • Release 1.0.22
  • Pin latest patch (#​2710)

v1.0.21

Compare Source

Bug Fixes
Features
  • Impl AsRef for TransactionRequest (#​2708)
  • Add sidecar helpers (#​2697)
  • Allowed mev_calls::SendBundleRequest to be bincodable (#​2692)
  • Added bincodable version of a TransactionRequest struct (#​2687)
  • Erc-7562 frame (#​2682)
  • Re-export serde-bincode-compat (#​2688)
  • [rpc-types-engine] Add into_block_raw methods for payload types (#​2684)
  • [rpc-types-engine] Custom ssz decode to distinguish Fulu and Electra payload (#​2679)
  • Added Eip7594 support to Simplecoder for creating blob sidecars (#​2653)
Miscellaneous Tasks
  • Release 1.0.21
  • Sidecar helper fns (#​2700)
  • Add into_with_bloom_unchecked (#​2683)
  • Add Recovered::copied (#​2680)
Other
  • Remove redundant comment in BlockBody arbitrary implementation (#​2702)
  • Add EIP-2930 link and clarify access_list docs ([#​2691](

Configuration

📅 Schedule: Branch creation - "before 6am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch from a4f70da to d7b889f Compare May 27, 2025 13:56
@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.0.7 chore(deps): update rust crate alloy to v1.0.8 May 27, 2025
@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch from d7b889f to 616a1a4 Compare May 28, 2025 20:48
@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.0.8 chore(deps): update rust crate alloy to v1.0.9 May 28, 2025
@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch from 616a1a4 to 74c4d72 Compare June 17, 2025 12:57
@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.0.9 chore(deps): update rust crate alloy to v1.0.11 Jun 17, 2025
@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.0.11 chore(deps): update rust crate alloy to v1.0.11 - autoclosed Jun 17, 2025
@renovate renovate bot closed this Jun 17, 2025
@renovate renovate bot deleted the renovate/alloy-1.x-lockfile branch June 17, 2025 19:32
@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.0.11 - autoclosed chore(deps): update rust crate alloy to v1.0.11 Jun 23, 2025
@renovate renovate bot reopened this Jun 23, 2025
@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch from b6cbb2e to 74c4d72 Compare June 23, 2025 03:36
@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.0.11 chore(deps): update rust crate alloy to v1.0.12 Jun 23, 2025
@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch 2 times, most recently from 1c904b2 to fc110cf Compare June 26, 2025 11:29
@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.0.12 chore(deps): update rust crate alloy to v1.0.13 Jun 26, 2025
@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch from fc110cf to 62df3df Compare June 27, 2025 15:58
@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.0.13 chore(deps): update rust crate alloy to v1.0.15 Jun 27, 2025
@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch from 62df3df to a104f85 Compare June 27, 2025 18:36
@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.0.15 chore(deps): update rust crate alloy to v1.0.16 Jun 27, 2025
@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch from a104f85 to 6aaba71 Compare July 2, 2025 15:07
@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.0.16 chore(deps): update rust crate alloy to v1.0.17 Jul 2, 2025
@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch from 6aaba71 to f369a60 Compare July 8, 2025 14:05
@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.0.17 chore(deps): update rust crate alloy to v1.0.18 Jul 8, 2025
@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch from f369a60 to b6eda1e Compare July 8, 2025 20:49
@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.0.18 chore(deps): update rust crate alloy to v1.0.19 Jul 8, 2025
@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch from b6eda1e to 374a5ec Compare July 9, 2025 16:06
@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.0.19 chore(deps): update rust crate alloy to v1.0.20 Jul 9, 2025
@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch from 374a5ec to 89cd801 Compare July 14, 2025 16:10
@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.0.20 chore(deps): update rust crate alloy to v1.0.22 Jul 14, 2025
@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch from 7138f20 to df27112 Compare September 24, 2025 12:52
@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.0.35 chore(deps): update rust crate alloy to v1.0.36 Sep 24, 2025
@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.0.36 chore(deps): update rust crate alloy to v1.0.37 Sep 30, 2025
@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.0.37 chore(deps): update rust crate alloy to v1.0.38 Oct 8, 2025
@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch from df27112 to 2a7e4c7 Compare October 17, 2025 12:53
@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.0.38 chore(deps): update rust crate alloy to v1.0.41 Oct 17, 2025
@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch from 2a7e4c7 to 63c694c Compare October 31, 2025 13:02
@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.0.41 chore(deps): update rust crate alloy to v1.0.42 Oct 31, 2025
@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch from 63c694c to 80e23a2 Compare November 4, 2025 20:57
@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.0.42 chore(deps): update rust crate alloy to v1.1.0 Nov 4, 2025
@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch from 80e23a2 to 4fcef25 Compare November 13, 2025 12:59
@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.1.0 chore(deps): update rust crate alloy to v1.1.1 Nov 13, 2025
@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch 2 times, most recently from 5d739ff to 3e894d2 Compare November 20, 2025 20:45
@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.1.1 chore(deps): update rust crate alloy to v1.1.2 Nov 20, 2025
@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch from 3e894d2 to 8bb0753 Compare December 6, 2025 12:43
@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.1.2 chore(deps): update rust crate alloy to v1.1.3 Dec 6, 2025
@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch 8 times, most recently from 90cba8a to 6144d38 Compare December 12, 2025 18:41
@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch from 6144d38 to 9e82d53 Compare December 23, 2025 13:50
@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.1.3 chore(deps): update rust crate alloy to v1.2.1 Dec 23, 2025
@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch from 9e82d53 to 800d7d5 Compare December 23, 2025 20:42
@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch from 800d7d5 to 34ce304 Compare December 31, 2025 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant