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 5eb84fe
Show file tree
Hide file tree
Showing 2 changed files with 6 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/[email protected]
with:
submodules: 'true'

- name: Setup Java JDK
uses: actions/[email protected]
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

0 comments on commit 5eb84fe

Please sign in to comment.