-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Subscription "newPendingTransactions" doesn't work properly #8714
Comments
Can you provide an example as well as how you subscribe to new pending transactions and verify that it's not working as expected? |
I also use this, it seems it works without issue with |
Can you share how you subscribe? This visual way of checking is not very straightforward for us to pinpoint problems? |
By websocket in my program (python):
CPU of server with my program - 2 GB, CPU of server with node - 8 GB |
This could be due to the new transaction queue, @tomusdrw can you have a look? |
You can downgrade to the latest stable release, v1.10.6 that also has the security patch ;) |
@madnadyka I can't reproduce the issue on 11.4, pending subscription returns all transactions that are entering the pool. Perhaps your pool is full and only small portion of transactions actually get there? Try increasing the pool size with You can compare the results by running with |
Few months before I have issued also, that the |
Yeah, In 1.11.x series it has an optional |
Getting 10-15k pending transaction have taken 6-12 sec. This is a great speed, idk why was hanging. |
@5chdn i don't think i have seen the |
Yeah, the wiki. We are having automated API docs soon (tm), we just need to make the CI pipeline actually finish. |
@madnadyka if still of any interest, i have tested |
Please re-open if the issues persists. We now also have #9745 to efficiently query the pool content. |
Subscription "newPendingTransactions" doesn't work properly - I am receiving only small part of all new pending transactions. In version 1.10.4 this subscription is ok.
The text was updated successfully, but these errors were encountered: