bitcoindevkit / bdk-ffi

Please consider this project *experimental*.
Other
87 stars 39 forks source link

Bugs in bdk-ffi 0.6.0 #155

Closed thunderbiscuit closed 2 years ago

thunderbiscuit commented 2 years ago

Just opening this so others can find it.

0.6.0 came with a sqlite-related bug in bdk 0.18.0. Issue bitcoindevkit/bdk#591 and fix in PR bitcoindevkit/bdk#605.

This made the balance increase on each sync of the wallet and the wallet.getTransactions error out. Fix will be provided in bdk 0.19.0, which we will bring into bdk-ffi 0.6.1.

notmandatory commented 2 years ago

Good idea opening an issue. One small change is I think we'll need to bump the bdk-ffi version to 0.7.0 when we go to bdk 0.19.0 since it will big a big bdk change that also includes new (experimental) P2TR support.

thunderbiscuit commented 2 years ago

Oh that makes sense 🚀.

i5hi commented 2 years ago

Just bumped into this issue. Thanks for mentioning. Waiting for 0.19.0 :)