Skip to content

Commit 7fd0885

Browse files
committed
Merge #1566: Prepare 23.3.4rc1
87a57e7 Update manpages (Pablo Greco) 14659b9 Bump version to 23.3.4-rc1 (Pablo Greco) 3a07baa fix: minor fixes (Byron Hambly) 9453858 Remove cirrus YML file (Tom Trevethan) 411fffb Migrate CI to GHA (Tom Trevethan) 83b0fdf Revert "add 'src/rpc/blockchain.cpp:.*trim' to the KNOWN_VIOLATIONS lint checks" (Pablo Greco) 83059be Revert "fix help man" (Pablo Greco) 3e60144 Revert "fix help man" (Pablo Greco) 9584316 datacarrier: Undeprecate configuration option (Anthony Towns) 27f5a4e Merge bitcoin/bitcoin#32406: policy: uncap datacarrier by default (ivanlele) fecf4f1 fix help man (Ruslan Kasheparov) 7647638 add 'src/rpc/blockchain.cpp:.*trim' to the KNOWN_VIOLATIONS lint checks (Ruslan Kasheparov) 8408b79 fix help man (Ruslan Kasheparov) 60a97d1 Enable ELIP203 by default in liquidv1 (Pablo Greco) 7577eb9 Enable ELIP203 by default in liquidtestnet (Pablo Greco) 72e4e1c use break-system-packages for pip (Tom Trevethan) 6515f58 change test order in feature_discount_ct to fix intermittent failure (Tom Trevethan) Pull request description: Updates master to dee90f2, which fixes CI and enables ELIP 203 by default, also reverts some RPC changes that we don't want in a minor version. Also cherry-picks #1552 As usual, bump version and update manpages ACKs for top commit: tomt1664: Tested ACK 87a57e7 delta1: ACK 87a57e7; tested locally Tree-SHA512: 708b636ff33e3930fe74b9a76cbe32aa401675fd24a0d1294dcd441b0d3d706c4e1ae4ba63be3b7a61a0df98d744472c6e2cb4b2f5ba615f97679142e475007d
2 parents 1af7a4d + 87a57e7 commit 7fd0885

23 files changed

Lines changed: 859 additions & 415 deletions

.cirrus.yml

Lines changed: 0 additions & 339 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: 'Clear unnecessary files'
2+
description: 'Clear out unnecessary files to make space on the VM'
3+
runs:
4+
using: 'composite'
5+
steps:
6+
- name: Clear unnecessary files
7+
shell: bash
8+
env:
9+
DEBIAN_FRONTEND: noninteractive
10+
run: |
11+
set +o errexit
12+
sudo bash -c '(ionice -c 3 nice -n 19 rm -rf /usr/share/dotnet/ /usr/local/graalvm/ /usr/local/.ghcup/ /usr/local/share/powershell /usr/local/share/chromium /usr/local/lib/android /usr/local/lib/node_modules)&'

0 commit comments

Comments
 (0)