Skip to content

Commit 3531825

Browse files
thunderbiscuitrustaceanrob
authored andcommitted
feat: add compact block filter client
temp 2 temp 3 temp 4 pass wallet to builder remove async builder make ip a type, bump bdk-kyoto, add connections add more configurations fix datadir builder bump kyoto add trait bound for logger update logger update bdk-ffi feat: add compact block filter client temp 2 temp 3 temp 4 pass wallet to builder remove async builder make ip a type, bump bdk-kyoto, add connections add more configurations fix datadir builder bump kyoto add trait bound for logger update logger update bdk-ffi feat: add compact block filter client temp 2 temp 3 temp 4 pass wallet to builder remove async builder make ip a type, bump bdk-kyoto, add connections add more configurations fix datadir builder bump kyoto add trait bound for logger update logger update bdk-ffi
1 parent 53f93ad commit 3531825

File tree

15 files changed

+965
-139
lines changed

15 files changed

+965
-139
lines changed

.github/workflows/test-swift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424

2525
- name: "Run Swift tests"
2626
working-directory: bdk-swift
27-
run: swift test --skip LiveElectrumClientTests --skip LiveMemoryWalletTests --skip LiveTransactionTests --skip LiveTxBuilderTests --skip LiveWalletTests
27+
run: swift test --skip LiveElectrumClientTests --skip LiveMemoryWalletTests --skip LiveTransactionTests --skip LiveTxBuilderTests --skip LiveWalletTests --skip LiveKyotoTests

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ local.properties
77
*.log
88
*.dylib
99
*.so
10+
*.db
11+
*/data/signet
1012
.DS_Store
1113
testdb
1214
xcuserdata

bdk-android/lib/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ dependencies {
5353
implementation("net.java.dev.jna:jna:5.14.0@aar")
5454
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7")
5555
implementation("androidx.appcompat:appcompat:1.4.0")
56+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
5657
implementation("androidx.core:core-ktx:1.7.0")
5758
api("org.slf4j:slf4j-api:1.7.30")
5859

0 commit comments

Comments
 (0)