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
{{ message }}
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
Platform
Linux mech 5.15.133.1-microsoft-standard-WSL2 #1 SMP Thu Oct 5 21:02:42 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Description
I am trying to get full pending transaction using subscribe_full_pending_txs. But stream does not return anything. subscribe_pending_txs works well but I don't want manually call get_transaction for each pending transaction.
I tried alchemy and infura
Version
Platform
Linux mech 5.15.133.1-microsoft-standard-WSL2 #1 SMP Thu Oct 5 21:02:42 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Description
I am trying to get full pending transaction using
subscribe_full_pending_txs
. But stream does not return anything.subscribe_pending_txs
works well but I don't want manually callget_transaction
for each pending transaction.I tried alchemy and infura
I tried this code:
I expected to see this happen:
Receive
Transaction
objects from stream returned fromsubscribe_full_pending_txs
Instead, this happened:
After setup tracing I see logs like that:
And does not receive anything from this stream.
The text was updated successfully, but these errors were encountered: