coinbase / mesh-ethereum

Ethereum Mesh API Implementation
Apache License 2.0
102 stars 70 forks source link

Implements Mempool endpoint #89

Closed thepabloaguilar closed 2 years ago

thepabloaguilar commented 2 years ago

Fixes #71

Motivation

Implementing Mempool endpoint.

Solution

To get the transactions in "memory" I've used the txpool_content method which returns all pending and queued transactions. More about on https://geth.ethereum.org/docs/rpc/ns-txpool#txpool_content

thepabloaguilar commented 2 years ago

@shrimalmadhur could you review this PR if possible, please?

thepabloaguilar commented 2 years ago

@shrimalmadhur do I need to do something more to merge? Btw, I don't have access to the merge button

shrimalmadhur commented 2 years ago

@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.

thepabloaguilar commented 2 years ago

Ok, thanks a lot @shrimalmadhur

shrimalmadhur commented 2 years ago

@thepabloaguilar merged it now. apologies for the delay. we had some internal issues with approval.

thepabloaguilar commented 2 years ago

No worries @shrimalmadhur, thanks for the support! Btw, there's another approved PR of mine #87