1796 Commits (054860b38db36171df01518a41d67a75f4689936)
 

Author SHA1 Message Date
CalDescent ca7f42c409 Reduced unnecessary database queries in the block archiver. 3 years ago
CalDescent ca02cd72ae Fixed issue in block archiver, which caused it to hold a transaction open for a very long time. This caused deadlocks when trying to create bootstraps or perform repository maintenance. 3 years ago
CalDescent 1ba542eb50 Simplified minting code in block archive tests. 3 years ago
CalDescent 53cd967541 Added defrag (repository maintenance) tests. 3 years ago
CalDescent 49749a0bc7 Added more precise checking of database states to the bulk pruning test. This highlighted a major bug in the bulk prune process whereby the recent AT states weren't being retained. 3 years ago
CalDescent 446f924380 Added bulk pruning test, which highlighted some bugs in both bulk and regular pruning. 3 years ago
CalDescent 5b231170cd Fixed small issues with block archive tests. 3 years ago
CalDescent 7375357b11 Added bootstrap tests 3 years ago
CalDescent 347d799d85 Reduce log spam. 3 years ago
CalDescent 0d17f02191 Pass a repository instance into the bulk archiving and pruning methods. 3 years ago
CalDescent ce5bc80347 Increased threshold of BlockArchiveWriter.isArchiverUpToDate() from 90 to 95%. 3 years ago
CalDescent 0a4479fe9e Initial implementation of automatic bootstrapping 3 years ago
CalDescent de8e96cd75 Added Blockchain.validateAllBlocks() to check every block back to genesis. 3 years ago
CalDescent e2a62f88a6 Modified repository backup and recovery to allow a custom filename to be specified. 3 years ago
CalDescent 8926d2a73c Rework of import/export process. 3 years ago
CalDescent 114833cf8e Fixed NPE when attempting to lookup a block signature that doesn't exist. 3 years ago
CalDescent 32227436e0 Updated AdvancedInstaller project for v1.7.0 3 years ago
CalDescent 28ff5636af Bump version to 1.7.0 3 years ago
CalDescent 656896d16f Fixed issue causing base block prune/trim heights to not be updated on the final pass. 3 years ago
CalDescent 19bf8afece Fixed bug in pruning phase on node startup 3 years ago
CalDescent 841b6c4ddf Fixed another issue causing ATStatesHeightIndex to go missing after pruning. 3 years ago
CalDescent 4c171df848 Disable archiving and pruning if the AtStatesHeightIndex is missing, and log it so that the user knows they should bootstrap or resync. 3 years ago
CalDescent 1f79d88840 Fixed errors found in unit tests. 3 years ago
CalDescent 6ee7e9d731 Merge branch 'block-archive' of github.com:Qortal/qortal into block-archive 3 years ago
CalDescent 4856223838 Fixed error in rebase. 3 years ago
CalDescent 74ea2a847d Added unit tests for trimming, pruning, and archiving. 3 years ago
CalDescent 9813dde3d9 Added importFromArchive() feature 3 years ago
CalDescent fea7b62b9c Fixed some bugs found in unit testing. 3 years ago
CalDescent 37e03bf2bb Removed BLOCK_LIMIT_REACHED result from the block archive writer. 3 years ago
CalDescent 5656de79a2 Removed maxDuplicatedBlocksWhenArchiving setting as it's no longer needed. 3 years ago
CalDescent 70c6048cc1 Added block archive mode 3 years ago
CalDescent 87595fd704 Synchronized LatestATStates, to make rebuildLatestAtStates() thread safe. 3 years ago
CalDescent dc030a42bb Moved trimming and pruning classes into a single package (org.qortal.controller.repository) 3 years ago
CalDescent 89283ed179 Increased atStatesPruneBatchSize from 10 to 25. 3 years ago
CalDescent 64e8a05a9f Prune ATStatesData as well as the ATStates when switching to pruning mode. 3 years ago
CalDescent 676320586a Updated tests to use the renamed method. 3 years ago
CalDescent 734fa51806 Unified the code to build the LatestATStates table, as it's now used by more than one class. 3 years ago
CalDescent f056ecc8d8 Added bulk pruning phase on node startup the first time that pruning mode is enabled. 3 years ago
CalDescent 1a722c1517 Break out of the AT pruning inner loops if we're stopping the app. 3 years ago
CalDescent 44607ba6a4 Fixed NPE introduced in earlier commit. 3 years ago
CalDescent 01d66212da Updated AT states pruner as it previously relied on blocks being present in the db to make decisions. As a side effect, this now prunes ATs up the the pruneBlockLimit too, rather than keeping the last 35 days or so. Will review this later but I don't think we will need the missing ones. 3 years ago
CalDescent 925e10b19b Rework of Blockchain.validate() to account for pruning mode. 3 years ago
CalDescent 1b4c75a76e Prune all blocks up until the blockPruneLimit 3 years ago
CalDescent 3400e36ac4 Started work on pruning mode (top-only-sync) 3 years ago
CalDescent 78e2ae4f36 Allow trade bots in the REFUNDING state to be deleted, if the user chooses to via the DELETE /crosschain/tradebot API endpoint. 3 years ago
CalDescent 957944f6a5 Revert "original design" 3 years ago
CalDescent 9eab500e2c atStatesMaxLifetime reduced from 14 days to 5 days 3 years ago
CalDescent 573f4675a1 Reduced online account signatures min and max lifetimes 3 years ago
CalDescent e6bde3e1f4 Minimum order size set to 0.01 LTC, to avoid dust errors. 3 years ago
CalDescent 5869174021 Combined the three invalid name registration block patches into a single class. This should allow syncing from genesis again. 3 years ago