rosetta-helium icon indicating copy to clipboard operation
rosetta-helium copied to clipboard

Mempool API

Open syuan100 opened this issue 3 years ago • 0 comments

The Rosetta Mempool API is not a requirement, but I suspect it will speed adoption by exchanges if it is properly implemented.

Implementation suggestions:

  • For the /mempool/transaction endpoint, pending transactions submitted to blockchain-node can be monitored by hash using the pending_transaction_status endpoint.
  • For the /mempool endpoint, we might need to add code to blockchain-node to support getting all pending transactions in a given rocksdb instance.

syuan100 avatar Jun 01 '21 22:06 syuan100