-
Notifications
You must be signed in to change notification settings - Fork 311
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
Add sqlite-bundled feature #566
Add sqlite-bundled feature #566
Conversation
Codecov Report
@@ Coverage Diff @@
## master #566 +/- ##
==========================================
- Coverage 73.26% 73.26% -0.01%
==========================================
Files 35 35
Lines 7586 7581 -5
==========================================
- Hits 5558 5554 -4
+ Misses 2028 2027 -1
Continue to review full report at Codecov.
|
12f4784 Add sqlite database option (Steve Myers) Pull request description: ### Description Add sqlite db database option. ### Notes to the reviewers When bitcoindevkit/bdk#566 is released we need to updated this project to use the `sqlite-packaged` feature, see TODO in Cargo.toml. ACKs for top commit: thunderbiscuit: Tested ACK [12f4784](12f4784). Tree-SHA512: c39472507596e036dd81c22a05d424c6d363545b1a8bd622bf9647967b1b86ab44764da1a15169ac542c80a62a79331b5abcda7b657cc28d93ffdda51a62bd6e
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.
ACK 6614ff7
6614ff7
to
c6eeb7b
Compare
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.
ReACK c6eeb7b
Description
Add
sqlite-bundled
feature for deployments that need a bundled version of sqlite, ie. for mobile platforms. This feature enables therusqlite
bundled
feature.Notes to the reviewers
The bundled version of sqlite is required for cross-compiling bdk with sqlite for mobile devices because we don't have the sqlite lib to link to for the mobile platforms. Using the bundled feature builds and links a recent version of sqlite.
Checklists
All Submissions:
cargo fmt
andcargo clippy
before committingNew Features:
CHANGELOG.md