-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update into_tx_graph_update and add syncing
Update into_tx_graph_update to take a Vec of tuples of blocks and transactions as input to create a TxGraph. Add syncing with Nakamoto client. We start by creating a list of scripts to sync and we continue to scan the chain until we have satisfied stop_gap condition. On each scan we get a fresh list of script to watch. We then update the IndexedGraph and return the IndexedAdditions.
- Loading branch information
1 parent
68072da
commit 4167445
Showing
1 changed file
with
136 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters