Skip to content

Commit ac16869

Browse files
Upgrade Bark to 0.0.0-alpha.20 (#27)
* Initial commit of upgrading to alpha.20 and fixing all breaking changes. * Fix all breaking changes and clean up c++ code. * Fix dangling pointer bug.
1 parent d1444cc commit ac16869

File tree

14 files changed

+546
-271
lines changed

14 files changed

+546
-271
lines changed

bark-cpp/Cargo.lock

Lines changed: 131 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bark-cpp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
bark-wallet = { git = "https://codeberg.org/ark-bitcoin/bark.git", tag = "bark-0.0.0-alpha.19", features = [
7+
bark-wallet = { git = "https://codeberg.org/ark-bitcoin/bark.git", tag = "bark-0.0.0-alpha.20", features = [
88
"tls-webpki-roots",
99
"onchain_bdk"
1010
], default-features = false }
1111

12-
bark-bitcoin-ext = { git = "https://codeberg.org/ark-bitcoin/bark.git", tag = "bark-0.0.0-alpha.19", default-features = false }
12+
bark-bitcoin-ext = { git = "https://codeberg.org/ark-bitcoin/bark.git", tag = "bark-0.0.0-alpha.20", default-features = false }
1313
bdk_wallet = { version = "2.1.0" }
1414
bdk_bitcoind_rpc = { version = "0.21.0" }
1515

0 commit comments

Comments
 (0)