Commit 8c6ac77
2 files changed
+1
-4
lines changed- .github/workflows/cont_integration.yml+1-5
- .github/workflows/kotlin-api-docs.yaml+4-16
- .github/workflows/test-android.yaml+31-21
- .github/workflows/trigger-external-bindings.yml+36
- README.md+1-1
- bdk-android/lib/src/androidTest/assets/persistence_test_db.sqlite3
- bdk-android/lib/src/androidTest/kotlin/org/bitcoindevkit/Constants.kt+38
- bdk-android/lib/src/androidTest/kotlin/org/bitcoindevkit/CreatingWalletTest.kt+94
- bdk-android/lib/src/androidTest/kotlin/org/bitcoindevkit/DescriptorTest.kt+50
- bdk-android/lib/src/androidTest/kotlin/org/bitcoindevkit/LiveTxBuilderTest.kt-82
- bdk-android/lib/src/androidTest/kotlin/org/bitcoindevkit/LiveWalletTest.kt-93
- bdk-android/lib/src/androidTest/kotlin/org/bitcoindevkit/MnemonicTest.kt+5-4
- bdk-android/lib/src/androidTest/kotlin/org/bitcoindevkit/OfflineWalletTest.kt-74
- bdk-android/lib/src/androidTest/kotlin/org/bitcoindevkit/PersistenceTest.kt+53
- bdk-android/lib/src/androidTest/kotlin/org/bitcoindevkit/WalletTest.kt+68
- bdk-android/scripts/build-linux-x86_64.sh-1
- bdk-android/scripts/build-macos-aarch64.sh-1
- bdk-android/scripts/build-windows-x86_64.sh-1
- bdk-ffi/Cargo.lock+4-4
- bdk-ffi/Cargo.toml+1-1
- bdk-ffi/build.rs-3
- bdk-ffi/rust-toolchain.toml+3
- bdk-ffi/src/bdk.udl-10
- bdk-ffi/src/bitcoin.rs+19-1
- bdk-ffi/src/error.rs+32
- bdk-ffi/src/kyoto.rs+1-35
- bdk-ffi/src/lib.rs+1-3
- bdk-ffi/src/wallet.rs+76-8
- bdk-swift/Tests/BitcoinDevKitTests/LiveKyotoTests.swift+3
- bdk-swift/build-xcframework.sh+3-4
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
67 | | - | |
68 | 66 | | |
69 | 67 | | |
70 | 68 | | |
| |||
77 | 75 | | |
78 | 76 | | |
79 | 77 | | |
80 | | - | |
81 | 78 | | |
82 | 79 | | |
83 | 80 | | |
| |||
0 commit comments