Skip to content

Commit b239481

Browse files
committed
scripts+GitHub: use bitcoind v29.0rc2
1 parent 5235f3b commit b239481

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defaults:
2121
shell: bash
2222

2323
env:
24-
BITCOIN_VERSION: "28"
24+
BITCOIN_VERSION: "29"
2525

2626
# TRANCHES defines the number of tranches used in the itests.
2727
TRANCHES: 16

Diff for: scripts/install_bitcoind.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ set -ev
55
BITCOIND_VERSION=$1
66

77
# Useful for testing RCs: e.g. TAG_SUFFIX=.0rc1, DIR_SUFFIX=.0rc1
8-
TAG_SUFFIX=
9-
DIR_SUFFIX=.0
8+
TAG_SUFFIX=rc2
9+
DIR_SUFFIX=.0rc2
1010

1111
# Useful for testing against an image pushed to a different Docker repo.
12-
REPO=lightninglabs/bitcoin-core
12+
REPO=guggero/bitcoin-core
1313

1414
if [ -z "$BITCOIND_VERSION" ]; then
1515
echo "Must specify a version of bitcoind to install."

0 commit comments

Comments
 (0)