From faae20fbca88987eab9c50bfec45805b700961df Mon Sep 17 00:00:00 2001 From: rootzoll Date: Wed, 15 Dec 2021 00:22:53 +0100 Subject: [PATCH] #2796 update BTC RPC Explorer to 3.3.0 --- CHANGES.md | 1 + home.admin/config.scripts/bonus.btc-rpc-explorer.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 98bfb1eef..ee0ac05ef 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,6 +12,7 @@ - Update: JoinMarket v0.9.4 [details](https://github.com/JoinMarket-Org/joinmarket-clientserver/releases/tag/v0.9.4) - Update: JoininBox v0.6.5 [details](https://github.com/openoms/joininbox/releases/tag/v0.6.5) - Update: Thunderhub v0.12.31 [details](https://github.com/apotdevin/thunderhub/releases/tag/v0.12.31) +- Update: BTC-RPC-Explorer v3.3.0 [details](https://github.com/janoside/btc-rpc-explorer/blob/master/CHANGELOG.md#v330) - Update: C-lightningREST v0.5.2 [details](https://github.com/Ride-The-Lightning/c-lightning-REST/releases/tag/v0.5.2) - Update: Specter Desktop 1.7.2 [details](https://github.com/cryptoadvance/specter-desktop/releases/tag/v1.7.2) - Update: Re-Add connecting node with Zap mobile wallet iOS & Android diff --git a/home.admin/config.scripts/bonus.btc-rpc-explorer.sh b/home.admin/config.scripts/bonus.btc-rpc-explorer.sh index 1b3611b7e..d83236ba8 100755 --- a/home.admin/config.scripts/bonus.btc-rpc-explorer.sh +++ b/home.admin/config.scripts/bonus.btc-rpc-explorer.sh @@ -191,7 +191,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then cd /home/btcrpcexplorer sudo -u btcrpcexplorer git clone https://github.com/janoside/btc-rpc-explorer.git cd btc-rpc-explorer - sudo -u btcrpcexplorer git reset --hard v3.2.0 + sudo -u btcrpcexplorer git reset --hard v3.3.0 sudo -u btcrpcexplorer /home/admin/config.scripts/blitz.git-verify.sh \ "${PGPsigner}" "${PGPpubkeyLink}" "${PGPpubkeyFingerprint}" || exit 1 sudo -u btcrpcexplorer npm install