VeriBlock / vbk-ri-btc

Bitcoin Core integration/staging tree
https://bitcoincore.org/en/download
Other
4 stars 6 forks source link

listoperations does not show more than 50 operations #306

Closed Leonardiae closed 4 years ago

Leonardiae commented 4 years ago

listoperations does not show more than 50 operations, is there a way to see all of them or at least all that are running (not paid yet)?

Leonardiae commented 4 years ago

If it's not possible to show more than x operations I would prefer the most recent operations to be shown first. That way if not all operations can be shown some of the older ones are not displayed instead of the latest.

BernatCarbo commented 4 years ago

Solved with: https://github.com/VeriBlock/nodecore/commit/f839a4e30112e6f131c99e5387daddc4088ece7b, now you can pass the limit & offset to display the operations (same as in the API)

Leonardiae commented 4 years ago

Great, thanks!