Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Index pending transactions #250

Closed
KronicDeth opened this issue Jun 5, 2018 · 2 comments · Fixed by #255
Closed

Index pending transactions #250

KronicDeth opened this issue Jun 5, 2018 · 2 comments · Fixed by #255
Assignees
Milestone

Comments

@KronicDeth
Copy link
Contributor

Poll for the new pending block at the same interval as the realtime indexer, so that it is updated when the pending block becomes validated.

@KronicDeth
Copy link
Contributor Author

Don't use eth_getBlockByNumber with the "pending" tag it give the same result as the "latest" tag when all the transactions fit. Instead use the Parity-specific parity_pendingTransactions.

@acravenho
Copy link
Contributor

For geth we would use txpool. txpool.inspect looks like a good summarized view of all pending transactions.

https://github.com/ethereum/go-ethereum/wiki/Management-APIs#txpool

@KronicDeth KronicDeth changed the title Index pending block Index pending transactions Jun 6, 2018
@ghost ghost removed the in progress label Jun 7, 2018
shellteo added a commit to shellteo/blockscout that referenced this issue Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
@KronicDeth @acravenho and others