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

rpc: Find utxo #102

Merged
merged 7 commits into from
Dec 1, 2023
Merged

rpc: Find utxo #102

merged 7 commits into from
Dec 1, 2023

Conversation

Davidson-Souza
Copy link
Collaborator

An RPC that builds on our cfilters backend to find utxos inside the chain without an external utxo set.

This is useful for fetching utxos for their txid
Use a kv bucket to store all filters on disk
This commit update the gettxout (and removes findtxout) from our json
rpc that now uses compact block filters to find any given utxo. We also
use the same filters to figure if the TXO is spent or not.
@Davidson-Souza Davidson-Souza merged commit f28b87f into master Dec 1, 2023
11 checks passed
@Davidson-Souza Davidson-Souza deleted the find-utxo branch January 8, 2024 15:51
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.

1 participant