From 9cc354d1796cab04a479f471891e5289840d841f Mon Sep 17 00:00:00 2001 From: Patrik Stas Date: Mon, 2 Aug 2021 22:13:36 +0200 Subject: [PATCH 1/2] Fix wrong caption on rev reg entry in UI Signed-off-by: Patrik Stas --- indyscan-webapp/txtools/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indyscan-webapp/txtools/index.js b/indyscan-webapp/txtools/index.js index ac0192f..a891d1c 100644 --- a/indyscan-webapp/txtools/index.js +++ b/indyscan-webapp/txtools/index.js @@ -43,7 +43,7 @@ function extractClassDataRevRegDef (txExpansion) { function extractClassDataRevRegEntry (txExpansion) { let d = [ - { priority: 1, label: "Cred definition", value: txExpansion.idata.txn.data.revocRegDefId } + { priority: 1, label: "Revocation registry", value: txExpansion.idata.txn.data.revocRegDefId } ] if (txExpansion.idata.txn.data.value.issued) { let batchSize = txExpansion.idata.txn.data.value.issued.length From 9002bdfc44ab6f58bb2196af023e462e4f308db1 Mon Sep 17 00:00:00 2001 From: Patrik Stas Date: Mon, 2 Aug 2021 22:13:56 +0200 Subject: [PATCH 2/2] Bump version Signed-off-by: Patrik Stas --- indypool-client/package.json | 2 +- indyscan-api-client/package.json | 2 +- indyscan-api/package.json | 2 +- indyscan-daemon-api-client/package.json | 2 +- indyscan-daemon-ui/package.json | 2 +- indyscan-daemon/package.json | 2 +- indyscan-storage/package.json | 2 +- indyscan-txtype/package.json | 2 +- indyscan-webapp/package.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/indypool-client/package.json b/indypool-client/package.json index 0a7e40e..a4b8067 100644 --- a/indypool-client/package.json +++ b/indypool-client/package.json @@ -1,6 +1,6 @@ { "name": "indyscan-daemon", - "version": "4.3.0", + "version": "4.3.1", "author": "Patrik Staš", "license": "ISC", "description": "Application scanning Hyperledger Indy blockchain for fetching and processing transactions.", diff --git a/indyscan-api-client/package.json b/indyscan-api-client/package.json index 6a3db04..9318b90 100644 --- a/indyscan-api-client/package.json +++ b/indyscan-api-client/package.json @@ -1,6 +1,6 @@ { "name": "indyscan-api-client", - "version": "4.3.0", + "version": "4.3.1", "author": "Patrik Staš", "license": "ISC", "description": "IndyScan HTTP API client.", diff --git a/indyscan-api/package.json b/indyscan-api/package.json index a6196db..fd36635 100644 --- a/indyscan-api/package.json +++ b/indyscan-api/package.json @@ -1,6 +1,6 @@ { "name": "indyscan-api", - "version": "4.3.0", + "version": "4.3.1", "description": "Web application to browse Hyperledger Indy blockchain transactions.", "main": "index.js", "scripts": { diff --git a/indyscan-daemon-api-client/package.json b/indyscan-daemon-api-client/package.json index 3dc903b..a374faa 100644 --- a/indyscan-daemon-api-client/package.json +++ b/indyscan-daemon-api-client/package.json @@ -1,6 +1,6 @@ { "name": "indyscan-daemon-api-client", - "version": "4.3.0", + "version": "4.3.1", "author": "Patrik Staš", "license": "ISC", "description": "IndyScan Daemon HTTP API client.", diff --git a/indyscan-daemon-ui/package.json b/indyscan-daemon-ui/package.json index 8bbb227..435454a 100644 --- a/indyscan-daemon-ui/package.json +++ b/indyscan-daemon-ui/package.json @@ -1,6 +1,6 @@ { "name": "indyscan-daemon-ui", - "version": "4.3.0", + "version": "4.3.1", "author": "Patrik Staš", "license": "ISC", "description": "UI to view and manage the state of indyscan-daemon.", diff --git a/indyscan-daemon/package.json b/indyscan-daemon/package.json index ed84bb9..56c5b9f 100644 --- a/indyscan-daemon/package.json +++ b/indyscan-daemon/package.json @@ -1,6 +1,6 @@ { "name": "indyscan-daemon", - "version": "4.3.0", + "version": "4.3.1", "author": "Patrik Staš", "license": "ISC", "description": "Application scanning Hyperledger Indy blockchain for fetching and processing transactions.", diff --git a/indyscan-storage/package.json b/indyscan-storage/package.json index 6c57ee4..f94395a 100644 --- a/indyscan-storage/package.json +++ b/indyscan-storage/package.json @@ -1,6 +1,6 @@ { "name": "indyscan-storage", - "version": "4.3.0", + "version": "4.3.1", "author": "Patrik Staš", "license": "ISC", "description": "", diff --git a/indyscan-txtype/package.json b/indyscan-txtype/package.json index 930b2bb..d7b47df 100644 --- a/indyscan-txtype/package.json +++ b/indyscan-txtype/package.json @@ -1,6 +1,6 @@ { "name": "indyscan-txtype", - "version": "4.3.0", + "version": "4.3.1", "description": "", "main": "index.js", "scripts": { diff --git a/indyscan-webapp/package.json b/indyscan-webapp/package.json index c1eaee6..9240d6b 100644 --- a/indyscan-webapp/package.json +++ b/indyscan-webapp/package.json @@ -1,6 +1,6 @@ { "name": "indyscan-webapp", - "version": "4.3.0", + "version": "4.3.1", "description": "Web application to browse Hyperledger Indy blockchain transactions.", "main": "index.js", "scripts": {