-
Notifications
You must be signed in to change notification settings - Fork 70
Implements Mempool endpoint #89
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
Conversation
|
@shrimalmadhur could you review this PR if possible, please? |
|
@shrimalmadhur do I need to do something more to merge? Btw, I don't have access to the merge button |
@thepabloaguilar there is problem on our side. I am trying to fix it. You don't have to do anything. will circle back once I fix it. |
|
Ok, thanks a lot @shrimalmadhur |
|
@thepabloaguilar merged it now. apologies for the delay. we had some internal issues with approval. |
|
No worries @shrimalmadhur, thanks for the support! Btw, there's another approved PR of mine #87 |
Fixes #71
Motivation
Implementing Mempool endpoint.
Solution
To get the transactions in "memory" I've used the
txpool_contentmethod which returns all pending and queued transactions.More about on https://geth.ethereum.org/docs/rpc/ns-txpool#txpool_content