Skip to content

Commit

Permalink
feat: add compact block filter client
Browse files Browse the repository at this point in the history
Thanks to @thunderbiscuit for getting the work started initially.
  • Loading branch information
thunderbiscuit authored and rustaceanrob committed Dec 11, 2024
1 parent b61bb97 commit a813f2b
Show file tree
Hide file tree
Showing 15 changed files with 1,130 additions and 141 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-swift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:

- name: "Run Swift tests"
working-directory: bdk-swift
run: swift test --skip LiveElectrumClientTests --skip LiveMemoryWalletTests --skip LiveTransactionTests --skip LiveTxBuilderTests --skip LiveWalletTests
run: swift test --skip LiveElectrumClientTests --skip LiveMemoryWalletTests --skip LiveTransactionTests --skip LiveTxBuilderTests --skip LiveWalletTests --skip LiveKyotoTests
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ local.properties
*.log
*.dylib
*.so
*.db
*/data/signet
.DS_Store
testdb
xcuserdata
Expand Down
1 change: 1 addition & 0 deletions bdk-android/lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ dependencies {
implementation("net.java.dev.jna:jna:5.14.0@aar")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7")
implementation("androidx.appcompat:appcompat:1.4.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
implementation("androidx.core:core-ktx:1.7.0")
api("org.slf4j:slf4j-api:1.7.30")

Expand Down
Loading

0 comments on commit a813f2b

Please sign in to comment.