-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed LiteDB to v4 for stability. (#242)
* Changed LiteDB to v4 for stability. * Fixed the grouping for the wallet account and history * Generate test data * Regenerated test data for wallet with funds. * Updated with transactions in wallet with funds. * Update launchSettings.json * Add fix to handle downgrade of databases - Rename the database file name for addressindexer. This means users must manually delete the old file to clear up disk space. - Attempt to read the wallet database and if it fails, attempt to rename it away and try again (only one time). * Remove the zero check - The "affectedAddresses" query fails and must be updated to work properly with LiteDB V4. * Fix issue with query against LiteDB - This fixes a crash that occured due to LINQ resulting in an invalid query against V4 of LiteDB. Reverted back to old syntax. * Merge some old code into AddressIndexer * Restore the Address, HotAddress and ColdAddress support * Improve the purge performance - Improves the purge performance greatly by using query to perform a bulk delete. Co-authored-by: dangershony <dan.gershony@gmail.com> Co-authored-by: SondreB <sondre@outlook.com>
- Loading branch information
1 parent
f6bcf76
commit d4dcd41
Showing
26 changed files
with
166 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.