reth
reth copied to clipboard
websocket: add transactionReceipts for receipts notification
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