Skip to content

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

@woodser

Description

@woodser

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions