From a90f4f579038cefd347a3505a6d739475b3dea5f Mon Sep 17 00:00:00 2001 From: sairajzero Date: Fri, 19 Mar 2021 15:30:09 +0530 Subject: [PATCH 01/13] bug fix -Fixed: floID and log were undefined when reading forwarded logs --- index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index a9416bf..c4dd50c 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@ //Required for blockchain API operators apiURL: { - FLO: ['https://explorer.mediciland.com/', 'https://flosight1.duckdns.org/', 'http://livenet-explorer.floexperiments.com/'], + FLO: ['https://explorer.mediciland.com/', 'https://livenet.flocha.in/', 'https://flosight.duckdns.org/', 'https://flosight1.duckdns.org/', 'http://livenet-explorer.floexperiments.com/'], FLO_TEST: ['https://testnet-flosight.duckdns.org/', 'https://testnet.flocha.in/'] }, adminID: "FRaBr5F665RVkQ1A1EYrMfbX2UF52vWjKr", @@ -1319,6 +1319,8 @@ } for(let i = startingIndex; i < endingIndex; i++){ let data = sheet[i] + if(!data.log || !data.floID || !data.vc) + continue; let row = document.createElement('tr') row.setAttribute("title", parseVectorClock(data.vc)) row.append(createCell(data.floID)) @@ -10761,8 +10763,8 @@ else if (floCrypto.validateAddr(l.message.forward.floID)) { sheet.push({ vc: vc, - floID: l.message.forward.floID, - log: l.message.forward.log, + floID: l.message.forward.message.floID, + log: l.message.forward.message.log, grade: l.message.grade }) vcIndex[vc] = sheet.length - 1; From 6ccf5af9a0e8f6eca51f304fd5c55f432b0ce616 Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Mon, 12 Apr 2021 12:01:22 +0530 Subject: [PATCH 02/13] Removing all non-working Flosights --- index.html | 319 +++++++++++++++++++++++++++-------------------------- 1 file changed, 163 insertions(+), 156 deletions(-) diff --git a/index.html b/index.html index c4dd50c..eae1f93 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@ //Required for blockchain API operators apiURL: { - FLO: ['https://explorer.mediciland.com/', 'https://livenet.flocha.in/', 'https://flosight.duckdns.org/', 'https://flosight1.duckdns.org/', 'http://livenet-explorer.floexperiments.com/'], + FLO: ['https://livenet.flocha.in/'], FLO_TEST: ['https://testnet-flosight.duckdns.org/', 'https://testnet.flocha.in/'] }, adminID: "FRaBr5F665RVkQ1A1EYrMfbX2UF52vWjKr", @@ -153,7 +153,7 @@ Sign out -
+

Theme

Turn dark theme on/off.

@@ -190,7 +190,7 @@ Add detail - +
@@ -222,7 +222,7 @@ Add this column - + @@ -240,7 +240,7 @@ Add this editor - + @@ -281,9 +281,9 @@

RanchiMall

LogSheet

-

Open • Distributed • Reliable

+

Open • Distributed • Reliable

- - +