Skip to content

Commit 5ca066c

Browse files
thunderbiscuitrustaceanrob
authored andcommitted
feat: add compact block filter client
Thanks to @thunderbiscuit for getting the work started initially.
1 parent 6eb8793 commit 5ca066c

File tree

13 files changed

+1258
-140
lines changed

13 files changed

+1258
-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

0 commit comments

Comments
 (0)