Skip to content

Commit 8861ae8

Browse files
thunderbiscuitrustaceanrob
authored andcommitted
feat: add compact block filter client
temp 2 temp 3 temp 4 pass wallet to builder remove async builder make ip a type, bump bdk-kyoto, add connections add more configurations fix datadir builder bump kyoto add trait bound for logger update logger update bdk-ffi feat: add compact block filter client temp 2 temp 3 temp 4 pass wallet to builder remove async builder make ip a type, bump bdk-kyoto, add connections add more configurations fix datadir builder bump kyoto add trait bound for logger update logger update bdk-ffi feat: add compact block filter client temp 2 temp 3 temp 4 pass wallet to builder remove async builder make ip a type, bump bdk-kyoto, add connections add more configurations fix datadir builder bump kyoto add trait bound for logger update logger update bdk-ffi
1 parent 20eebc8 commit 8861ae8

File tree

14 files changed

+960
-139
lines changed

14 files changed

+960
-139
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)