-
Notifications
You must be signed in to change notification settings - Fork 440
Applying blocks APIs #903
Copy link
Copy link
Closed
Labels
new featureNew feature or requestNew feature or request
Description
We need a set of APIs to easily apply blocks to a keychain tracker. I propse the following:
ChainGraph::<ConfirmationTime>::from_block(block): This creates a chain graph with two checkpoints (one for the block at height and one for prev block hash).KeychainTracker::apply_update_relevant(scan: KeychainScan), does this same thing asapply_updatebut doesn't not take transactions that don't send to or from things in the txout index. Also adddetermine_relevant_changeset.ChainGraph::apply_update_relevant(|tx| is_this_relevant(tx))same as above except you can pass a predicate (also needs the changeset option).
In addition to adding these APIs it looks like KeychainTracker::determine_changeset has a TODO in it that needs to be fixed before this whole workflow will work properly:
Old ticket: LLFourn/bdk_core_staging#193
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
new featureNew feature or requestNew feature or request
Type
Projects
Status
Done