Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 17, 2025

This PR contains the following updates:

Package Type Update Change
alloy dev-dependencies minor 1.0.30 -> 1.1.2
alloy dependencies minor 1.0.30 -> 1.1.2

Release Notes

alloy-rs/alloy (alloy)

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
  • [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)

Configuration

📅 Schedule: Branch creation - "before 6am every weekday" (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 these updates 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 changed the title chore(deps): update rust crate alloy to v1.0.32 chore(deps): update rust crate alloy to v1.0.33 Sep 19, 2025
@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.0.33 chore(deps): update rust crate alloy to v1.0.34 Sep 21, 2025
@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.0.34 chore(deps): update rust crate alloy to v1.0.35 Sep 22, 2025
@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 Oct 1, 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 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 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 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 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 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
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