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

Utxo counts #422

Open
wants to merge 48 commits into
base: master
Choose a base branch
from
Open

Utxo counts #422

wants to merge 48 commits into from

Conversation

D-Stacks
Copy link
Collaborator

Add utxo counts to storage, logs, api and more.

This PR:

  1. caches both the pruning point as well as virtual utxo entry counts.
  2. adds init code, sanity checks (if enabled) and tests for these counts.
  3. exposes them to rpc via get-block-dag-info.
  4. signals the expected amount of utxos to sync from during ibd.
  5. expands all utxo sync logs to include more sync progress info.
  6. adds corresponding logs to the wallet's StateObserver.

@D-Stacks D-Stacks changed the base branch from master to dev August 28, 2024 17:20
@michaelsutton michaelsutton deleted the branch kaspanet:master September 11, 2024 18:34
@michaelsutton michaelsutton reopened this Sep 11, 2024
@michaelsutton michaelsutton changed the base branch from dev to master September 11, 2024 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants