diff --git a/.github/scripts/setup.sh b/.github/scripts/setup.sh index 4a7ebd5bc..10a38791e 100755 --- a/.github/scripts/setup.sh +++ b/.github/scripts/setup.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e export DEBIAN_FRONTEND=noninteractive -export BITCOIN_VERSION=24.0.1 +export BITCOIN_VERSION=24.1 export ELEMENTS_VERSION=22.0.2 export RUST_VERSION=stable diff --git a/.github/workflows/bsd.yml b/.github/workflows/bsd.yml index 96cd61dad..e0957e441 100644 --- a/.github/workflows/bsd.yml +++ b/.github/workflows/bsd.yml @@ -46,12 +46,12 @@ jobs: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly-2021-08-3z1 cd /tmp/ || exit 1 - wget https://bitcoincore.org/bin/bitcoin-core-24.0.1/bitcoin-24.0.1-x86_64-linux-gnu.tar.gz - tar -xf bitcoin-24.0.1-x86_64-linux-gnu.tar.bz2 - sudo mv bitcoin-24.0.1/bin/* /usr/local/bin + wget https://bitcoincore.org/bin/bitcoin-core-24.1/bitcoin-24.1-x86_64-linux-gnu.tar.gz + tar -xf bitcoin-24.1-x86_64-linux-gnu.tar.bz2 + sudo mv bitcoin-24.1/bin/* /usr/local/bin rm -rf \ - bitcoin-24.0.1-x86_64-linux-gnu.tar.gz \ - bitcoin-24.0.1 + bitcoin-24.1-x86_64-linux-gnu.tar.gz \ + bitcoin-24.1 run: | PATH=/root/.local/bin:$PATH diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3715ef139..9353c9480 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -203,7 +203,7 @@ jobs: timeout-minutes: 120 env: COMPAT: 1 - BITCOIN_VERSION: 24.0.1 + BITCOIN_VERSION: 24.1 ELEMENTS_VERSION: 22.0.2 RUST_PROFILE: release # Has to match the one in the compile step PYTEST_OPTS: --timeout=1200 @@ -311,7 +311,7 @@ jobs: timeout-minutes: 120 env: COMPAT: 1 - BITCOIN_VERSION: 24.0.1 + BITCOIN_VERSION: 24.1 ELEMENTS_VERSION: 22.0.2 RUST_PROFILE: release # Has to match the one in the compile step VALGRIND: 1 diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index a7c96d830..bb8373690 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -22,7 +22,7 @@ jobs: run: | export PATH="/usr/local/opt:/Users/runner/.local/bin:/Users/runner/Library/Python/3.10/bin:$PATH" - export BITCOIN_VERSION=24.0.1 + export BITCOIN_VERSION=24.1 brew install wget autoconf automake libtool python@3.10 gmp gnu-sed gettext libsodium (