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 Jan 30, 2025
1 parent 6eb8793 commit d1b98fd
Show file tree
Hide file tree
Showing 13 changed files with 1,260 additions and 140 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
Loading

0 comments on commit d1b98fd

Please sign in to comment.