Skip to content

feat(rpc): support transactionReceipts subscription in eth_subscribe#23485

Merged
mattsse merged 2 commits into
paradigmxyz:mainfrom
yottaes:feat/transaction-receipts-subscription
Apr 14, 2026
Merged

feat(rpc): support transactionReceipts subscription in eth_subscribe#23485
mattsse merged 2 commits into
paradigmxyz:mainfrom
yottaes:feat/transaction-receipts-subscription

Conversation

@yottaes
Copy link
Copy Markdown
Contributor

@yottaes yottaes commented Apr 13, 2026

Adds handler for SubscriptionKind::TransactionReceipts that streams RPC-formatted receipts for each new block. Supports optional transactionHashes filter parameter.

Closes #23440

@yottaes yottaes requested review from Rjected and mattsse as code owners April 13, 2026 15:29
@github-project-automation github-project-automation Bot moved this to Backlog in Reth Tracker Apr 13, 2026
@yottaes yottaes changed the title feat(rpc): support transactionReceipts subscription in eth_subscribe (#23440) feat(rpc): support transactionReceipts subscription in eth_subscribe Apr 13, 2026
@yottaes yottaes force-pushed the feat/transaction-receipts-subscription branch from 06effb5 to 49adc3a Compare April 13, 2026 16:02
Adds handler for SubscriptionKind::TransactionReceipts that streams
RPC-formatted receipts for each new block. Supports optional
transactionHashes filter parameter.

Includes temporary alloy patches and amsterdam header field fixes.
These will be removed once alloy releases alloy-rs/alloy#3410 and
reth bumps the dependency.
@yottaes yottaes force-pushed the feat/transaction-receipts-subscription branch from 49adc3a to df7964f Compare April 13, 2026 16:18
@github-project-automation github-project-automation Bot moved this from Backlog to In Progress in Reth Tracker Apr 14, 2026
@mattsse mattsse enabled auto-merge April 14, 2026 08:30
@mattsse mattsse added this pull request to the merge queue Apr 14, 2026
Merged via the queue into paradigmxyz:main with commit 1a2836f Apr 14, 2026
34 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in Reth Tracker Apr 14, 2026
@yottaes yottaes deleted the feat/transaction-receipts-subscription branch April 17, 2026 03:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Support transactionReceipts subscription in eth_subscribe

2 participants