-
Notifications
You must be signed in to change notification settings - Fork 69
(DRAFT) 3.0 #971
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
Draft
reez
wants to merge
17
commits into
bitcoindevkit:master
Choose a base branch
from
reez:rc1
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.
Draft
(DRAFT) 3.0 #971
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
6e4a03f
chore: align bdk-ffi with bdk_wallet 3.0.0-rc.1
reez 8c4248f
chore: replace vendored kyoto with kyoto rc1
reez 01e5620
feat(wallet): expose apply_unconfirmed_txs_events
reez ce0e4ba
feat(wallet): expose apply_evicted_txs_events
reez f38f630
feat(wallet): expose checkpoints
reez 2ff90b7
feat(wallet): expose start_sync_with_revealed_spks_at
reez 7f8dcfc
feat(wallet): expose start_full_scan_at
reez be532ed
feat(tx-builder): expose sighash
reez bb19766
feat(tx-builder): expose add_foreign_utxo_with_sequence
reez 5bb7094
feat(tx-builder): expose ordering
reez 402c1e2
feat(wallet): expose locked outpoints and persist them in changesets
reez 32ed879
deps: bump bdk_wallet to 3.0.0-rc.2
reez 71f9583
feat(store): expose pre-v1 sqlite migration helper
reez 3b0a1e3
deps: bump bdk_wallet to 3.0.0
reez 27be17f
deps: bump bdk_kyoto to 0.16.0
reez 6cca30e
chore: update pre-v1 migration docs for `PreV1WalletKeychain`
reez 061266b
chore: mark as 3.0.0-alpha.0
reez 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
I still need to get to grips with the
NetworkKindtype. Are there situations where we'd like to use that instead of theNetworkfor example? Not sure.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.
I don’t have any concrete ffi facing cases that come to mind, since NetworkKind only has Main and Test... I’ve been thinking of it as mostly an internal/upstream type for apis that only care about that distinction, where bdk-ffi consumers would usually want the full Network to preserve the actual chain. But I need to keep thinking about it more too so im glad you commented on it here