nethermind
nethermind copied to clipboard
Support transactionReceipts subscription in eth_subscribe
Currently, we can get transaction receipts from the HTTP API eth_getTransactionReceipt.
It would be beneficial to also support retrieving transaction receipts through WebSocket subscriptions.
For more information, please refer to https://github.com/ethereum/go-ethereum/pull/32697
Geth has already released this feature in version 1.16.5