From 10d0319f9c3eda53b0e4e70e599e32e41296f949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Hrnko?= Date: Tue, 25 Sep 2018 13:54:15 +0200 Subject: [PATCH] Dash 0.12.3.2 -> 0.12.3.3 (#56) * Dash 0.12.3.2 -> 0.12.3.3, switch to internal explorer --- configs/coins/dash.json | 8 ++++---- configs/coins/dash_testnet.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/configs/coins/dash.json b/configs/coins/dash.json index d2895671..e8681169 100644 --- a/configs/coins/dash.json +++ b/configs/coins/dash.json @@ -23,9 +23,9 @@ "package_revision": "satoshilabs-1", "system_user": "dash", "version": "0.12.3", - "binary_url": "https://github.com/dashpay/dash/releases/download/v0.12.3.2/dashcore-0.12.3.2-x86_64-linux-gnu.tar.gz", + "binary_url": "https://github.com/dashpay/dash/releases/download/v0.12.3.3/dashcore-0.12.3.3-x86_64-linux-gnu.tar.gz", "verification_type": "gpg-sha256", - "verification_source": "https://github.com/dashpay/dash/releases/download/v0.12.3.2/SHA256SUMS.asc", + "verification_source": "https://github.com/dashpay/dash/releases/download/v0.12.3.3/SHA256SUMS.asc", "extract_command": "tar -C backend --strip 1 -xf", "exclude_files": [ "bin/dash-qt" @@ -47,11 +47,11 @@ "system_user": "blockbook-dash", "internal_binding_template": ":{{.Ports.BlockbookInternal}}", "public_binding_template": ":{{.Ports.BlockbookPublic}}", - "explorer_url": "https://dash-explorer.trezor.io", + "explorer_url": "", "additional_params": "", "block_chain": { "parse": true, - "subversion": "/Dash Core:0.12.3.2/", + "subversion": "/Dash Core:0.12.3.3/", "mempool_workers": 8, "mempool_sub_workers": 2, "block_addresses_to_keep": 300, diff --git a/configs/coins/dash_testnet.json b/configs/coins/dash_testnet.json index 38407e37..e75c97a1 100644 --- a/configs/coins/dash_testnet.json +++ b/configs/coins/dash_testnet.json @@ -23,9 +23,9 @@ "package_revision": "satoshilabs-1", "system_user": "dash", "version": "0.12.3", - "binary_url": "https://github.com/dashpay/dash/releases/download/v0.12.3.2/dashcore-0.12.3.2-x86_64-linux-gnu.tar.gz", + "binary_url": "https://github.com/dashpay/dash/releases/download/v0.12.3.3/dashcore-0.12.3.3-x86_64-linux-gnu.tar.gz", "verification_type": "gpg-sha256", - "verification_source": "https://github.com/dashpay/dash/releases/download/v0.12.3.2/SHA256SUMS.asc", + "verification_source": "https://github.com/dashpay/dash/releases/download/v0.12.3.3/SHA256SUMS.asc", "extract_command": "tar -C backend --strip 1 -xf", "exclude_files": [ "bin/dash-qt" @@ -47,11 +47,11 @@ "system_user": "blockbook-dash", "internal_binding_template": ":{{.Ports.BlockbookInternal}}", "public_binding_template": ":{{.Ports.BlockbookPublic}}", - "explorer_url": "https://dash-explorer.trezor.io", + "explorer_url": "", "additional_params": "", "block_chain": { "parse": true, - "subversion": "/Dash Core:0.12.3.2/", + "subversion": "/Dash Core:0.12.3.3/", "mempool_workers": 8, "mempool_sub_workers": 2, "block_addresses_to_keep": 300,