Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated all pagination queries to work with the
Stream
instead of `…
…Iterator` (#2337) This change updates all pagination queries to work with the async stream instead of the sync iterator. It is preparation for the next PR to move the fetching of transactions, coins, and messages into a separate thread and await the return of the result from this thread. Also, this PR limits the maximum number of requested coins from the `coins_to_spend` query to `max_inputs`. ## Checklist - [x] Breaking changes are clearly marked as such in the PR description and changelog ### Before requesting review - [x] I have reviewed the code myself
- Loading branch information