This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Parity client does not trigger pendingTransactions event on Web socket RPC connection. #7152
Labels
M6-rpcapi 📣
RPC API.
Z7-duplicate 🖨
Issue is a duplicate. Closer should comment with a link to the duplicate.
Milestone
Before filing a new issue, please provide the following information.
Your issue description goes here below. Try to include actual vs. expected behavior and steps to reproduce the issue.
steps to reproduce
docker pull parity/parity:v1.8.3
docker run -it parity/parity:v1.8.3 --no-ui -p 8546:8546 --chain="ropsten" --ws-origins="all" --ws-interface="all"
pendingTransactions
event handler:Actual output produced
Expected output
Pending transaction data according to web3.js subscribe API: https://web3js.readthedocs.io/en/1.0/web3-eth-subscribe.html#subscribe-pendingtransactions
This issue is also mentioned in Web3 project: web3/web3.js#992
P.S. fixing this will improve UX of Dapps relying on Parity client, allowing to display pending transactions immediately just like on etherscan. Also this event works fine with Geth.
The text was updated successfully, but these errors were encountered: