Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bitcoindevkit/bdk-ffi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d09c54ef217b6cd3c4a6a6b5b48f1cd6120ea6a1
Choose a base ref
..
head repository: bitcoindevkit/bdk-ffi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3aa3caac93e4a24a88df32eb1f0932e843c9991d
Choose a head ref
Showing with 8 additions and 0 deletions.
  1. +1 −0 .github/workflows/test-jvm.yaml
  2. +1 −0 .github/workflows/test-swift.yaml
  3. +2 −0 bdk-jvm/README.md
  4. +2 −0 bdk-python/README.md
  5. +2 −0 bdk-swift/README.md
1 change: 1 addition & 0 deletions .github/workflows/test-jvm.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Test Kotlin/JVM
on:
workflow_dispatch:
push:
paths:
- "bdk-ffi/**"
1 change: 1 addition & 0 deletions .github/workflows/test-swift.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Test Swift
on:
workflow_dispatch:
push:
paths:
- "bdk-ffi/**"
2 changes: 2 additions & 0 deletions bdk-jvm/README.md
Original file line number Diff line number Diff line change
@@ -98,3 +98,5 @@ dependencies {

[`bdk`]: https://github.com/bitcoindevkit/bdk
[`bdk-ffi`]: https://github.com/bitcoindevkit/bdk-ffi

Temporary line: needed to run CI
2 changes: 2 additions & 0 deletions bdk-python/README.md
Original file line number Diff line number Diff line change
@@ -46,3 +46,5 @@ tox -vv
```shell
pip install ./dist/bdkpython-<yourversion>-py3-none-any.whl
```

Temporary line: needed to run CI
2 changes: 2 additions & 0 deletions bdk-swift/README.md
Original file line number Diff line number Diff line change
@@ -50,3 +50,5 @@ own GitHub repository use the following steps:
[Xcode]: https://developer.apple.com/documentation/Xcode
[`bdk`]: https://github.com/bitcoindevkit/bdk
[`bdk-ffi`]: https://github.com/bitcoindevkit/bdk-ffi

Temporary line: needed to run CI