Skip to content

Commit

Permalink
Add wallets/bitcoind submodule
Browse files Browse the repository at this point in the history
We use the same bitcoind regtest module in Bisq 1 and 2. To avoid
duplicate code I moved the bitcoind module to its own repository.
  • Loading branch information
alvasw committed Nov 6, 2024
1 parent a7e7263 commit ca8af22
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_bisq_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4.2.0
with:
submodules: 'true'

- name: Setup Java JDK
uses: actions/setup-java@v4.5.0
Expand All @@ -33,4 +35,4 @@ jobs:
arguments: build -x test
build-root-directory: ${{ inputs.build-root-dir }}
gradle-executable: ./gradlew
gradle-version: 8.9
gradle-version: 8.9
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "wallets/bitcoind"]
path = wallets/bitcoind
url = https://github.com/bisq-network/bitcoind.git
1 change: 1 addition & 0 deletions wallets/bitcoind
Submodule bitcoind added at 5571e2

0 comments on commit ca8af22

Please sign in to comment.