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

Support getting unconfirmed transfers from monero-wallet-rpc without fetching from pool #9298

Open
woodser opened this issue Apr 21, 2024 · 0 comments

Comments

@woodser
Copy link
Contributor

woodser commented Apr 21, 2024

Currently monero-wallet-rpc supports getting transfers with the pool option to return unconfirmed transfers in the pool.

However, this option will always update the pool state from the daemon to get the latest pool transfers.

There is no way to get unconfirmed transfers already known to be in the pool without fetching the latest pool state, which is unnecessary if the wallet is already regularly syncing from the pool, and the extra request can be problematic with mainnet nodes rejecting too many requests from too many client wallets.

This issue requests being able to get transfers already known to be in the pool without fetching the latest pool state from monerod.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants