reth icon indicating copy to clipboard operation
reth copied to clipboard

websocket: add transactionReceipts for receipts notification

Open 10gic opened this issue 1 month ago • 6 comments
trafficstars

Currently, we can get transaction receipts from the HTTP API eth_getTransactionReceipt. In this PR, I add support for getting transaction receipts from the WebSocket API: Add a new subscription_name: transactionReceipts, which accepts an optional transaction hashes filter.

For more information, see: https://github.com/ethereum/go-ethereum/pull/32697

10gic avatar Oct 03 '25 10:10 10gic