From 19082ad4cc16804011da2d87b47718895d853b58 Mon Sep 17 00:00:00 2001 From: Amiga500 <16525337+Amiga500@users.noreply.github.com> Date: Wed, 4 Dec 2019 05:24:24 +0100 Subject: [PATCH 1/2] mynode_post_upgrade.sh (#86) JoinMarket 0.6.0 --- rootfs/standard/usr/bin/mynode_post_upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/standard/usr/bin/mynode_post_upgrade.sh b/rootfs/standard/usr/bin/mynode_post_upgrade.sh index 4abaf951..8b06083e 100755 --- a/rootfs/standard/usr/bin/mynode_post_upgrade.sh +++ b/rootfs/standard/usr/bin/mynode_post_upgrade.sh @@ -175,7 +175,7 @@ fi # Upgrade Joinmarket echo "Upgrading JoinMarket..." if [ $IS_PREMIUM -eq 1 ]; then - JOINMARKET_VERSION=0.5.5 + JOINMARKET_VERSION=0.6.0 JOINMARKET_GITHUB_URL=https://github.com/JoinMarket-Org/joinmarket-clientserver.git JOINMARKET_VERSION_FILE=/home/bitcoin/.mynode/.joinmarket_version CURRENT="" From 050800794e3faed5dac6383e93b313ad34d8d59d Mon Sep 17 00:00:00 2001 From: Amiga500 <16525337+Amiga500@users.noreply.github.com> Date: Thu, 5 Dec 2019 05:26:26 +0100 Subject: [PATCH 2/2] btc-rpc-explorer v1.1.4 (#88) * Update setup_device.sh * Update mynode_post_upgrade.sh --- rootfs/standard/usr/bin/mynode_post_upgrade.sh | 2 +- setup/setup_device.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rootfs/standard/usr/bin/mynode_post_upgrade.sh b/rootfs/standard/usr/bin/mynode_post_upgrade.sh index 8b06083e..f26400e3 100755 --- a/rootfs/standard/usr/bin/mynode_post_upgrade.sh +++ b/rootfs/standard/usr/bin/mynode_post_upgrade.sh @@ -229,7 +229,7 @@ if [ "$CURRENT" != "$RTL_UPGRADE_URL" ]; then fi # Upgrade Bitcoin RPC Explorer -BTCRPCEXPLORER_UPGRADE_URL=https://github.com/janoside/btc-rpc-explorer/archive/v1.1.2.tar.gz +BTCRPCEXPLORER_UPGRADE_URL=https://github.com/janoside/btc-rpc-explorer/archive/v1.1.4.tar.gz BTCRPCEXPLORER_UPGRADE_URL_FILE=/home/bitcoin/.mynode/.btcrpcexplorer_url CURRENT="" if [ -f $BTCRPCEXPLORER_UPGRADE_URL_FILE ]; then diff --git a/setup/setup_device.sh b/setup/setup_device.sh index 0ea568a0..1141d459 100755 --- a/setup/setup_device.sh +++ b/setup/setup_device.sh @@ -302,7 +302,7 @@ fi # Install Bitcoin RPC Explorer -BTCRPCEXPLORER_UPGRADE_URL=https://github.com/janoside/btc-rpc-explorer/archive/v1.1.2.tar.gz +BTCRPCEXPLORER_UPGRADE_URL=https://github.com/janoside/btc-rpc-explorer/archive/v1.1.4.tar.gz BTCRPCEXPLORER_UPGRADE_URL_FILE=/home/bitcoin/.mynode/.btcrpcexplorer_url CURRENT="" if [ -f $BTCRPCEXPLORER_UPGRADE_URL_FILE ]; then