-
Notifications
You must be signed in to change notification settings - Fork 1k
wallet: add bwatch-backed output and transaction tables #9298
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
Open
sangbida
wants to merge
18
commits into
ElementsProject:master
Choose a base branch
from
sangbida:sangbida/bwatch-wallet
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,266
−628
Open
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
365df2f
wallet: add our_outputs + our_txs schema migrations
sangbida 4ffcd67
wallet: record bwatch-discovered wallet outputs
sangbida 1bedd1d
lightningd: dispatch bwatch wallet scriptpubkey watches
sangbida 3208292
wallet: add migrate_backfill_bwatch_tables
sangbida 2540275
wallet: handle bwatch wallet/utxo spend notifications
sangbida c9cf0c5
wallet: handle reorgs for our_outputs/our_txs by hand
sangbida 5986a1c
wallet: mirror bwatch writes into legacy outputs table
sangbida 3e619b8
wallet: dual-write chaintopology UTXO changes into our_outputs
sangbida 2adc817
wallet: read UTXO state from our_outputs
sangbida 2ece18b
tests: query our_outputs in test_connection.py
sangbida fbf7efd
tests: query our_outputs in test_misc.py
sangbida 013f67b
tests: add our_tables backfill upgrade test
sangbida b8b4f82
wallet: route transaction reads/writes through our_txs
sangbida 2cad933
wallet: rename b32script to scriptpubkey in PSBT change paths
sangbida 816fa03
wallet: make datastore helpers self-wrap a wallet transaction
sangbida be2ad5c
lightningd: only run watchman under --experimental-bwatch
sangbida c6040e9
wallet: register scriptpubkey watches at startup
sangbida 139b18c
tests: update test_wallet.py raw-SQL queries for our_outputs
sangbida File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
++prefix skipsindex=0if I'm not mistaken, is that intentional? Also the iteration stops one aftermaxindex.