Bitcoin 29.1

Benefits from `v2transport`, `mempoolfullrbf`, and potentially TRUC.
This commit is contained in:
Luke Parker
2025-09-06 04:09:39 -04:00
parent ea275df26c
commit 865e351f96
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ inputs:
version:
description: "Version to download and run"
required: false
default: "27.0"
default: "29.1"
runs:
using: "composite"

View File

@@ -10,7 +10,7 @@ inputs:
bitcoin-version:
description: "Bitcoin version to download and run as a regtest node"
required: false
default: "27.1"
default: "29.1"
runs:
using: "composite"

View File

@@ -7,7 +7,7 @@ pub fn bitcoin(orchestration_path: &Path, network: Network) {
const DOWNLOAD_BITCOIN: &str = r#"
FROM alpine:latest AS bitcoin
ENV BITCOIN_VERSION=27.1
ENV BITCOIN_VERSION=29.1
RUN apk --no-cache add wget git gnupg