From 481ec83f78a466c99b14799c8528cb2505ad86b3 Mon Sep 17 00:00:00 2001 From: sairajzero Date: Tue, 8 Mar 2022 04:28:40 +0530 Subject: [PATCH] floBlockchainAPI v2.2.1a | floCloudAPI v2.1.3 floBlockchainAPI v2.2.1a - Minor bug fixed: Out of bound index when handling unconfirmed transactions in readData floCloudAPI v2.1.3 - fetching object-data will now properly check for correct object when updating in local and ignores vc that have been parsed previously - fetching general-data will now use afterTime instead of lowerVectorClock (thus, any change in tag/note is reflected in it). . existing apps will automatically change the stored lastVC of generalData to respective afterTime value - Fixed: objectifier not called on singleRequests for objectData and generalData --- standard_Operations.html | 52 +++++++++++++++++++++------------------- 1 file changed, 27 insertions(+), 25 deletions(-) diff --git a/standard_Operations.html b/standard_Operations.html index db1664a..1293274 100644 --- a/standard_Operations.html +++ b/standard_Operations.html @@ -6982,7 +6982,7 @@ })(typeof global !== "undefined" ? global : window); - -