You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.The text was updated successfully, but these errors were encountered: