Skip to content

Commit d154117

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

File tree

12 files changed

+1135
-21
lines changed

12 files changed

+1135
-21
lines changed

.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)