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

[Tokens]txdb: Add Cursor() method to CCoinsView to iterate over UTXO set - full port #120

Open
FornaxA opened this issue Feb 25, 2019 · 1 comment
Assignees
Labels
Feature Feature request, user suggestions and enhancements whic are not part of any milestone maintenance Maintenance related Tokens This is everything we are doing to add Tokens to ION
Milestone

Comments

@FornaxA
Copy link
Collaborator

FornaxA commented Feb 25, 2019

Implements bitcoin/bitcoin@509cb00

"Add a method Cursor() to CCoinsView that returns a cursor which can be
used to iterate over the whole UTXO set.

  • rpc: Change gettxoutsetinfo to use new Cursor method
  • txdb: Remove GetStats method - Now that GetStats is implemented in terms of Cursor, remove it."
@FornaxA FornaxA added Feature Feature request, user suggestions and enhancements whic are not part of any milestone maintenance Maintenance related labels Feb 25, 2019
@FornaxA
Copy link
Collaborator Author

FornaxA commented Feb 25, 2019

This functionality is a prerequisite for among others the scantxoutset function.

@raid12345678 raid12345678 added the Tokens This is everything we are doing to add Tokens to ION label Mar 1, 2019
@raid12345678 raid12345678 changed the title txdb: Add Cursor() method to CCoinsView to iterate over UTXO set - full port [Tokens]txdb: Add Cursor() method to CCoinsView to iterate over UTXO set - full port Mar 1, 2019
@raid12345678 raid12345678 added this to the v3.1.1 milestone Mar 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Feature request, user suggestions and enhancements whic are not part of any milestone maintenance Maintenance related Tokens This is everything we are doing to add Tokens to ION
Projects
None yet
Development

No branches or pull requests

2 participants