You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue here is where I check if the transactions are pending or not, where in all cases they are not. Also, it seems that I only receive "new transactions" when lets say "a new block is added into my node" which suggest me that I am only seen the transactions that have been processed in the latest block, each time a new block gets mined.
I dont know if this is intended or Im missing something with my node configuration. At the moment I am only running a read only node (not a validator).
Thanks in advance!
The text was updated successfully, but these errors were encountered:
So basically Im trying to run the following code using my node as my RPC to get the pending transactions.
The issue here is where I check if the transactions are pending or not, where in all cases they are not. Also, it seems that I only receive "new transactions" when lets say "a new block is added into my node" which suggest me that I am only seen the transactions that have been processed in the latest block, each time a new block gets mined.
I dont know if this is intended or Im missing something with my node configuration. At the moment I am only running a read only node (not a validator).
Thanks in advance!
The text was updated successfully, but these errors were encountered: