From 1a57f74704d63a160cffd079b4448a8ba55378e4 Mon Sep 17 00:00:00 2001 From: sairajzero Date: Thu, 31 Dec 2020 23:20:51 +0530 Subject: [PATCH 1/7] Alignment - Moving onLoadStartUp script tag to head --- standard_Operations.html | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/standard_Operations.html b/standard_Operations.html index 7917ae2..519f53d 100644 --- a/standard_Operations.html +++ b/standard_Operations.html @@ -33,7 +33,20 @@ lastVC: {} } + @@ -9312,19 +9325,5 @@ Bitcoin.Util = { } } - From b5532444fb47e0d5c2d9040a22ed23204a89d22f Mon Sep 17 00:00:00 2001 From: sairajzero Date: Sat, 2 Jan 2021 19:11:15 +0530 Subject: [PATCH 2/7] floCloudAPI_v2.0.2d | floDapps_v2.0.1b floCloudAPI_v2.0.2d - Fixed bug: syntax error in requestObjectData - Added closeRequest: closes the active live requests floDapps_v2.0.1b - minor improvements and alignment. - Fixed: deleteAppData deletes the lastTx data of the adminID. --- standard_Operations.html | 347 +++++++++++++++++++-------------------- 1 file changed, 165 insertions(+), 182 deletions(-) diff --git a/standard_Operations.html b/standard_Operations.html index 519f53d..1491c7c 100644 --- a/standard_Operations.html +++ b/standard_Operations.html @@ -38,7 +38,7 @@ //floDapps.addStartUpFunction('Sample', Promised Function) //floDapps.setAppObjectStores({sampleObs1:{}, sampleObs2:{options{autoIncrement:true, keyPath:'SampleKey'}, Indexes:{sampleIndex:{}}}}) - //floDapps.setCustomPrivKeyInput( () => { FUNCTION BODY *must return private key* } ) + //floDapps.setCustomPrivKeyInput( () => { FUNCTION BODY *must resolve private key* } ) floDapps.launchStartUp().then(result => { console.log(result) @@ -7925,7 +7925,7 @@ Bitcoin.Util = { } } - - - - - - - -