Skip to content

Commit 44b1c58

Browse files
thunderbiscuitrustaceanrob
authored andcommitted
feat: add compact block filter client
Thanks to @thunderbiscuit for getting the work started initially.
1 parent 85c650c commit 44b1c58

File tree

15 files changed

+3391
-23
lines changed

15 files changed

+3391
-23
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 --filter Offline

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ local.properties
1010
*.log
1111
*.dylib
1212
*.so
13+
*.db
14+
*/data/signet
1315
.DS_Store
1416
testdb
1517
.lsp

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)