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

Get mempool from node #71

Open
SepehrGanji opened this issue Dec 27, 2022 · 1 comment
Open

Get mempool from node #71

SepehrGanji opened this issue Dec 27, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@SepehrGanji
Copy link
Collaborator

Instead of getting the mempool stuff from the database, we could request an ergo node. This way, we have fewer intermediaries and potentially faster calls.

@SepehrGanji SepehrGanji added the enhancement New feature or request label Dec 27, 2022
@SepehrGanji
Copy link
Collaborator Author

By further investigation, I can see the mempool support of the node is not sufficient.
On the ergo-graphql project, we need to fetch the mempool size, algonside with the transactions and boxes.
But on the node API, other than wallet stuff which we can't use, there's only getting boxes by Id including mempool.
@capt-nemo429

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant