From 0398de34fde8936f5f0fb74a5585ccb3a6884f41 Mon Sep 17 00:00:00 2001 From: sairajzero Date: Fri, 25 Sep 2020 02:49:11 +0530 Subject: [PATCH] Migration and bug fixes Fixed: Migration feature issues Fixed: minor bug from previous update --- app/index.html | 1094 +++++++++++++++--------------------------------- 1 file changed, 336 insertions(+), 758 deletions(-) diff --git a/app/index.html b/app/index.html index 20dc343..4594f53 100644 --- a/app/index.html +++ b/app/index.html @@ -25,7 +25,7 @@ FLO: ['https://explorer.mediciland.com/', 'https://livenet.flocha.in/', 'https://flosight.duckdns.org/', 'http://livenet-explorer.floexperiments.com'], FLO_TEST: ['https://testnet-flosight.duckdns.org', 'https://testnet.flocha.in/'] }, - SNStorageID: "FEzk75EGMPEQMrCuPosGiwuK162hcEu49E", + SNStorageID: "FR876VRTna3DremwQKZ421xPGMTREzctRB", //sendAmt: 0.001, //fee: 0.0005, @@ -41,8 +41,9 @@ /* List of supernode configurations (all blockchain controlled by SNStorageID) backupDepth - (Interger) Number of backup nodes refreshDelay - (Interger) Count of requests for triggering read-blockchain and autodelete - deleteDelay - (Interger) Maximum number of duration (milliseconds) an unauthorised data is stored + deleteDelay - (Interger) Maximum duration (milliseconds) an unauthorised data is stored errorFeedback - (Boolean) Send error (if any) feedback to the requestor + delayDelta - (Interger) Maximum allowed delay from the data-time */ } @@ -52,52 +53,6 @@ -