Skip to content

Commit 54fc561

Browse files
thunderbiscuitrustaceanrob
authored andcommitted
feat: add compact block filter client
Thanks to @thunderbiscuit for getting the work started initially.
1 parent db80ed6 commit 54fc561

File tree

14 files changed

+1261
-140
lines changed

14 files changed

+1261
-140
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
@@ -56,6 +56,7 @@ dependencies {
5656
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7")
5757
implementation("androidx.appcompat:appcompat:1.4.0")
5858
implementation("androidx.core:core-ktx:1.7.0")
59+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
5960
api("org.slf4j:slf4j-api:1.7.30")
6061

6162
androidTestImplementation("com.github.tony19:logback-android:2.0.0")

0 commit comments

Comments
 (0)