From 30c13ae12f106042a2ccfff7189dc2e758c56f5c Mon Sep 17 00:00:00 2001 From: sairajzero Date: Tue, 15 Dec 2020 05:02:50 +0530 Subject: [PATCH] compactIDB v2.0.1 - Fixed bug: database upgrade not working correctly when upgrading existing db. - Added upgradeDB as a standalone function. (also called by initDB if upgrade is required) - Added getDBversion: resolves the version of the db - Improved openDB: rejects if the db is not found --- standard_Operations.html | 104 ++++++++++++++++++++++++++------------- 1 file changed, 70 insertions(+), 34 deletions(-) diff --git a/standard_Operations.html b/standard_Operations.html index 0dc345a..089e552 100644 --- a/standard_Operations.html +++ b/standard_Operations.html @@ -7667,7 +7667,7 @@ Bitcoin.Util = { } } -