From a5c7884ca086ff2887dd2a0b1f5d9fb71e9fb7b5 Mon Sep 17 00:00:00 2001 From: CrypticaScriptura <7396812+CrypticaScriptura@users.noreply.github.com> Date: Mon, 28 Aug 2023 15:30:59 -0400 Subject: [PATCH] chore: update wallet nodes (#1583) --- lib/blockchain/common.js | 20 +++++++++++--------- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/lib/blockchain/common.js b/lib/blockchain/common.js index 4b7fdc7e..a055d650 100644 --- a/lib/blockchain/common.js +++ b/lib/blockchain/common.js @@ -30,20 +30,22 @@ const BINARIES = { BTC: { defaultUrl: 'https://bitcoincore.org/bin/bitcoin-core-0.20.1/bitcoin-0.20.1-x86_64-linux-gnu.tar.gz', defaultDir: 'bitcoin-0.20.1/bin', - url: 'https://bitcoincore.org/bin/bitcoin-core-23.1/bitcoin-23.1-x86_64-linux-gnu.tar.gz', - dir: 'bitcoin-23.1/bin' + url: 'https://bitcoincore.org/bin/bitcoin-core-25.0/bitcoin-25.0-x86_64-linux-gnu.tar.gz', + dir: 'bitcoin-25.0/bin' }, ETH: { - url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.12.0-e501b3b0.tar.gz', - dir: 'geth-linux-amd64-1.12.0-e501b3b0' + url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.12.2-bed84606.tar.gz', + dir: 'geth-linux-amd64-1.12.2-bed84606' }, ZEC: { - url: 'https://z.cash/downloads/zcash-5.5.1-linux64-debian-bullseye.tar.gz', - dir: 'zcash-5.5.1/bin' + url: 'https://z.cash/downloads/zcash-5.6.1-linux64-debian-bullseye.tar.gz', + dir: 'zcash-5.6.1/bin' }, DASH: { - url: 'https://github.com/dashpay/dash/releases/download/v18.1.0/dashcore-18.1.0-x86_64-linux-gnu.tar.gz', - dir: 'dashcore-18.1.0/bin' + defaultUrl: 'https://github.com/dashpay/dash/releases/download/v18.1.0/dashcore-18.1.0-x86_64-linux-gnu.tar.gz', + defaultDir: 'dashcore-18.1.0/bin', + url: 'https://github.com/dashpay/dash/releases/download/v19.3.0/dashcore-19.3.0-x86_64-linux-gnu.tar.gz', + dir: 'dashcore-19.3.0/bin' }, LTC: { defaultUrl: 'https://download.litecoin.org/litecoin-0.18.1/linux/litecoin-0.18.1-x86_64-linux-gnu.tar.gz', @@ -63,7 +65,7 @@ const BINARIES = { } } -const coinsUpdateDependent = ['BTC', 'LTC'] +const coinsUpdateDependent = ['BTC', 'LTC', 'DASH'] function firewall (ports) { if (!ports || ports.length === 0) throw new Error('No ports supplied') diff --git a/package-lock.json b/package-lock.json index 98a122eb..c06b410f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "lamassu-server", - "version": "8.6.0-beta.6", + "version": "8.6.0-beta.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b0233cff..7c0e87ae 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lamassu-server", "description": "bitcoin atm client server protocol module", "keywords": [], - "version": "8.6.0-beta.6", + "version": "8.6.0-beta.7", "license": "Unlicense", "author": "Lamassu (https://lamassu.is)", "dependencies": {