From 34aafeebb9da238ca76ad61c382f8c32358e0674 Mon Sep 17 00:00:00 2001 From: kenshin-samourai Date: Wed, 8 Apr 2020 14:52:23 +0200 Subject: [PATCH 1/3] initialize dojoVersion with version of dojo app --- docker/my-dojo/node/keys.index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/my-dojo/node/keys.index.js b/docker/my-dojo/node/keys.index.js index a6aae97..ff49450 100644 --- a/docker/my-dojo/node/keys.index.js +++ b/docker/my-dojo/node/keys.index.js @@ -18,7 +18,7 @@ module.exports = { /* * Dojo version */ - dojoVersion: process.env.DOJO_VERSION_TAG, + dojoVersion: process.env.DOJO_NODEJS_VERSION_TAG, /* * Bitcoind */ From b302d762babc6f8d8f0ccdab916ae3799aef64b4 Mon Sep 17 00:00:00 2001 From: kenshin-samourai Date: Wed, 8 Apr 2020 14:52:55 +0200 Subject: [PATCH 2/3] add missing dojoVersion in index-example.js --- keys/index-example.js | 1 + 1 file changed, 1 insertion(+) diff --git a/keys/index-example.js b/keys/index-example.js index 6a9c950..583540b 100644 --- a/keys/index-example.js +++ b/keys/index-example.js @@ -216,6 +216,7 @@ module.exports = { * Testnet parameters */ testnet: { + dojoVersion: '1.5.0', bitcoind: { rpc: { user: 'user', From ac38bed196ed2e709bcd4840151e64291bc87598 Mon Sep 17 00:00:00 2001 From: kenshin-samourai Date: Wed, 8 Apr 2020 15:52:00 +0200 Subject: [PATCH 3/3] display dojo version in header of maintenance tool --- static/admin/tool/index.html | 2 +- static/admin/tool/index.js | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/static/admin/tool/index.html b/static/admin/tool/index.html index db72299..6d94410 100644 --- a/static/admin/tool/index.html +++ b/static/admin/tool/index.html @@ -22,7 +22,7 @@