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
Geth recently merged support for subscribing to full pending txes instead of their hashes. It works by such a request: .send('eth_subscribe', ['newPendingTransactions', true]. I.e a second optional parameter can be passed in to the method to signal interest in full objects. Maybe a new event type can be added in addition to pending for this purpose?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Geth recently merged support for subscribing to full pending txes instead of their hashes. It works by such a request:
.send('eth_subscribe', ['newPendingTransactions', true]
. I.e a second optional parameter can be passed in to the method to signal interest in full objects. Maybe a new event type can be added in addition topending
for this purpose?Beta Was this translation helpful? Give feedback.
All reactions