Skip to content

Commit f775a0c

Browse files
authored
Merge pull request Start9Labs#109 from Start9Labs/update/v24.0.1
Update/v24.0.1
2 parents 244ff42 + d64b1bd commit f775a0c

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PKG_VERSION := $(shell yq e ".version" manifest.yaml)
22
PKG_ID := $(shell yq e ".id" manifest.yaml)
33
MANAGER_SRC := $(shell find ./manager -name '*.rs') manager/Cargo.toml manager/Cargo.lock
4-
VERSION_CORE := "24.0"
4+
VERSION_CORE := "24.0.1"
55

66
.DELETE_ON_ERROR:
77

manifest.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
id: bitcoind
22
title: "Bitcoin Core"
3-
version: 24.0.0
3+
version: 24.0.1
44
release-notes: |
55
* Add build for x86
6-
* Update to latest upstream
6+
* Update to latest upstream (v24.0.1)
77
* Add Full RBF Config option
88
* Add action to delete peers.dat in case of corruption
99
* Remove dbcache limit (Please use large dbcache values with caution! We recommend not touching this setting unless you know what you're doing.)
@@ -186,7 +186,7 @@ migrations:
186186
mounts:
187187
main: /root/.bitcoin
188188
inject: false
189-
"=23.0.0 <24.0.0":
189+
">=23.0.0 <24.0.0":
190190
type: docker
191191
image: main
192192
system: false
@@ -225,7 +225,7 @@ migrations:
225225
mounts:
226226
main: /root/.bitcoin
227227
inject: false
228-
"=23.0.0 <24.0.0":
228+
">=23.0.0 <24.0.0":
229229
type: docker
230230
image: main
231231
system: false
@@ -235,7 +235,7 @@ migrations:
235235
mounts:
236236
main: /root/.bitcoin
237237
inject: false
238-
"=24.0.0":
238+
">=24.0.0 <25.0.0":
239239
type: docker
240240
image: main
241241
system: false

migrations/eq_23_0_0_lt_24_0_0.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ set -ea
55
if [ $1 = "from" ]; then
66
yq -i '.advanced.peers.addnode |= map(select(.hostname != ~ or . == "*"))' /root/.bitcoin/start9/config.yaml
77
yq -i '.advanced.peers.addnode.[] |= {"hostname":., "port":~}' /root/.bitcoin/start9/config.yaml
8-
yq -i '(.advanced.mempool.mempoolfullrbf) = false' /root/.bitcoin/start9/config.yaml
98
echo '{"configured": false }'
109
exit 0
1110
elif [ $1 = "to" ]; then

0 commit comments

Comments
 (0)