From 5322cea4a53817c76ed495a01b8c54292fd40d0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Krac=C3=ADk?= Date: Mon, 6 May 2019 15:56:02 +0200 Subject: [PATCH] Bump Digibyte backend to 7.17.2 and enable integration tests (#172) * Bump Digibyte to 7.17.2 * Added digibyte to Integration tests --- .gitlab-ci.yml | 11 +++++++++++ configs/coins/digibyte.json | 8 ++++---- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd3ae980..8aecbffb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,6 +71,17 @@ backend-deploy-and-test-dash: - blockbook script: ./contrib/scripts/backend-deploy-and-test.sh dash +backend-deploy-and-test-digibyte: + stage: backend-deploy-and-test + only: + refs: + - master + changes: + - configs/coins/digibyte.json + tags: + - blockbook + script: ./contrib/scripts/backend-deploy-and-test.sh digibyte + backend-deploy-and-test-dogecoin: stage: backend-deploy-and-test only: diff --git a/configs/coins/digibyte.json b/configs/coins/digibyte.json index 4f879ee3..15c312eb 100644 --- a/configs/coins/digibyte.json +++ b/configs/coins/digibyte.json @@ -22,10 +22,10 @@ "package_name": "backend-digibyte", "package_revision": "satoshilabs-1", "system_user": "digibyte", - "version": "6.16.5.1", - "binary_url": "https://github.com/digibyte/digibyte/releases/download/v6.16.5.1/digibyte-6.16.5-x86_64-linux-gnu.tar.gz", + "version": "7.17.2", + "binary_url": "https://github.com/digibyte/digibyte/releases/download/v7.17.2/digibyte-7.17.2-x86_64-linux-gnu.tar.gz", "verification_type": "sha256", - "verification_source": "dd6bed0228087fbb51f08be55cbc08a0e3251acfe1be3249b634447837ecd857", + "verification_source": "caa8ecc42cbebbd2c43e742c7ecc2dd21d76a9e2db23676af428b67b131f6413", "extract_command": "tar -C backend --strip 1 -xf", "exclude_files": [ "bin/digibyte-qt" @@ -66,4 +66,4 @@ "package_maintainer": "Martin Boehm", "package_maintainer_email": "martin.bohm@satoshilabs.com" } -} \ No newline at end of file +}