Skip to content

Commit

Permalink
Merge pull request #109 from Start9Labs/update/v24.0.1
Browse files Browse the repository at this point in the history
Update/v24.0.1
  • Loading branch information
kn0wmad authored Dec 16, 2022
2 parents 244ff42 + d64b1bd commit f775a0c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PKG_VERSION := $(shell yq e ".version" manifest.yaml)
PKG_ID := $(shell yq e ".id" manifest.yaml)
MANAGER_SRC := $(shell find ./manager -name '*.rs') manager/Cargo.toml manager/Cargo.lock
VERSION_CORE := "24.0"
VERSION_CORE := "24.0.1"

.DELETE_ON_ERROR:

Expand Down
10 changes: 5 additions & 5 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
id: bitcoind
title: "Bitcoin Core"
version: 24.0.0
version: 24.0.1
release-notes: |
* Add build for x86
* Update to latest upstream
* Update to latest upstream (v24.0.1)
* Add Full RBF Config option
* Add action to delete peers.dat in case of corruption
* Remove dbcache limit (Please use large dbcache values with caution! We recommend not touching this setting unless you know what you're doing.)
Expand Down Expand Up @@ -186,7 +186,7 @@ migrations:
mounts:
main: /root/.bitcoin
inject: false
"=23.0.0 <24.0.0":
">=23.0.0 <24.0.0":
type: docker
image: main
system: false
Expand Down Expand Up @@ -225,7 +225,7 @@ migrations:
mounts:
main: /root/.bitcoin
inject: false
"=23.0.0 <24.0.0":
">=23.0.0 <24.0.0":
type: docker
image: main
system: false
Expand All @@ -235,7 +235,7 @@ migrations:
mounts:
main: /root/.bitcoin
inject: false
"=24.0.0":
">=24.0.0 <25.0.0":
type: docker
image: main
system: false
Expand Down
1 change: 0 additions & 1 deletion migrations/eq_23_0_0_lt_24_0_0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ set -ea
if [ $1 = "from" ]; then
yq -i '.advanced.peers.addnode |= map(select(.hostname != ~ or . == "*"))' /root/.bitcoin/start9/config.yaml
yq -i '.advanced.peers.addnode.[] |= {"hostname":., "port":~}' /root/.bitcoin/start9/config.yaml
yq -i '(.advanced.mempool.mempoolfullrbf) = false' /root/.bitcoin/start9/config.yaml
echo '{"configured": false }'
exit 0
elif [ $1 = "to" ]; then
Expand Down

0 comments on commit f775a0c

Please sign in to comment.