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

Update getutxo #237

Merged
merged 2 commits into from
Sep 23, 2024
Merged

Conversation

Davidson-Souza
Copy link
Collaborator

@Davidson-Souza Davidson-Souza commented Sep 19, 2024

Update the gettxout rpc to only return cached UTXOs, and create a findtxout to look for non-cached UTXOs using block filters. After calling this method, the address and UTXO will be cached, so any further call to gettxout or findtxout will return instantly.

If you know the block range to look for, this index will save you some
time. It has a granularity of 50k blocks, as a space-saving choice.
@Davidson-Souza Davidson-Souza merged commit 362c0ea into vinteumorg:master Sep 23, 2024
5 checks passed
@Giwaruly
Copy link

Merged me into that I'm very interested

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.

2 participants