Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2025

This PR contains the following updates:

Package Type Update Change
alloy dev-dependencies minor 1.0.421.3.0
alloy dependencies minor 1.0.421.3.0

Release Notes

alloy-rs/alloy (alloy)

v1.3.0

Compare Source

Bug Fixes
  • [rpc-types-engine] Correct doc comment for PrePragueBlockWithEip7702Transactions (#​3437)
  • Update SidecarBuilder::build to allow 7594 (#​3428)
Dependencies
  • [deps] Bump crate-ci/typos from 1.40.1 to 1.41.0 (#​3438)
  • [deps] Bump taiki-e/install-action from 2.65.7 to 2.65.13 (#​3439)
  • [deps] Bump taiki-e/install-action from 2.65.1 to 2.65.7 (#​3419)
  • [deps] Bump crate-ci/typos from 1.40.0 to 1.40.1 (#​3418)
Documentation
  • [consensus] Correct doc comment for authorization_list (#​3442)
  • Add host setter to Reth builder (#​3435)
  • s/EIP-4337/ERC-4337/g; (#​3431)
  • Add host setter to Geth builder (#​3420)
Features
  • [consensus] Add HeaderRoots type (#​3427)
  • Add try_from_blobs for BlobTransactionSidecarEip7594 (#​3425)
  • [contract] Add sidecar_7594 to CallBuilder (#​3424)
  • Add host setter to the anvil builder (#​3415)
Miscellaneous Tasks
Performance
  • [provider] Skip batch calls when client disconnects (#​3440)
Testing
  • [rpc-types-admin] Add serialization round-trip tests (#​3432)

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
  • Release 1.2.1
  • 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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@codecov
Copy link

codecov bot commented Nov 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.39%. Comparing base (0f3c0ce) to head (87f0f62).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #118      +/-   ##
==========================================
+ Coverage   91.96%   92.39%   +0.42%     
==========================================
  Files           7        7              
  Lines         647      644       -3     
==========================================
  Hits          595      595              
+ Misses         52       49       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch from fac4736 to 71e2256 Compare November 4, 2025 19:50
@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch from 71e2256 to 9437bda Compare November 13, 2025 20:57
@renovate renovate bot changed the title Update Rust crate alloy to v1.1.0 Update Rust crate alloy to v1.1.1 Nov 13, 2025
@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch 4 times, most recently from a17a3e6 to 75c6e26 Compare November 20, 2025 21:33
@renovate renovate bot changed the title Update Rust crate alloy to v1.1.1 Update Rust crate alloy to v1.1.2 Nov 20, 2025
@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch 2 times, most recently from 01383be to d18b06d Compare November 25, 2025 21:19
@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch from d18b06d to c97615d Compare December 6, 2025 13:55
@renovate renovate bot changed the title Update Rust crate alloy to v1.1.2 Update Rust crate alloy to v1.1.3 Dec 6, 2025
@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch 3 times, most recently from 8bef7dd to 351a234 Compare December 9, 2025 10:51
@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch from 351a234 to 87f0f62 Compare December 23, 2025 12:55
@renovate renovate bot changed the title Update Rust crate alloy to v1.1.3 Update Rust crate alloy to v1.2.1 Dec 23, 2025
@renovate renovate bot force-pushed the renovate/alloy-1.x-lockfile branch from 87f0f62 to 3005f0f Compare January 6, 2026 12:30
@renovate renovate bot changed the title Update Rust crate alloy to v1.2.1 Update Rust crate alloy to v1.3.0 Jan 6, 2026
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.

0 participants