1731 Commits (c63d238316bbfe735fcb8d719c4312999085e36f)
 

Author SHA1 Message Date
CalDescent 14f6fd19ef Added unit tests for trimming, pruning, and archiving. 3 years ago
CalDescent 1d8351f921 Added importFromArchive() feature 3 years ago
CalDescent 6a55b052f5 Fixed some bugs found in unit testing. 3 years ago
CalDescent 2a36b83dea Removed BLOCK_LIMIT_REACHED result from the block archive writer. 3 years ago
CalDescent 14acc4feb9 Removed maxDuplicatedBlocksWhenArchiving setting as it's no longer needed. 3 years ago
CalDescent 0657ca2969 atStatesMaxLifetime increased to 5 days 3 years ago
CalDescent e90c3a78d1 Updated default "data" field text in the API documentation, to match the value the UI uses. 3 years ago
CalDescent 63c9bc5c1c Revert "Workaround for block 535658 problem" 3 years ago
CalDescent a6bbc81962 Revert "Merge pull request #58 from QuickMythril/536140-fix" 3 years ago
CalDescent b800fb5846 Treat a REGISTER_NAME transaction as an UPDATE_NAME if the creator matches. 3 years ago
CalDescent 172a629da3 Added comments 3 years ago
CalDescent 6d1f7b36a7
Merge pull request #58 from QuickMythril/536140-fix 3 years ago
QuickMythril 673ee4aeed
Update Block.java 3 years ago
QuickMythril 25b787f6f2
Add files via upload 3 years ago
CalDescent 6b74ef77e6 Increased log level of invalid transaction message. 3 years ago
CalDescent 278201e87c Workaround for block 535658 problem 3 years ago
CalDescent 703cdfe174 Added block archive mode 3 years ago
CalDescent 02988989ad Reduced online account signatures min and max lifetimes 3 years ago
CalDescent 25c17d3704 atStatesMaxLifetime reduced from 14 days to 24 hours 3 years ago
CalDescent 9b4d832d17 Default minPeerVersion set to 0.1.0. TODO: revert this if ever merged into the main repo. 3 years ago
CalDescent 52ab19dec6 Added method and name to the /site/upload endpoint params. 3 years ago
CalDescent 9973fe4326 Synchronized LatestATStates, to make rebuildLatestAtStates() thread safe. 3 years ago
CalDescent 2479f2d65d Moved trimming and pruning classes into a single package (org.qortal.controller.repository) 3 years ago
CalDescent 9056cb7026 Increased atStatesPruneBatchSize from 10 to 25. 3 years ago
CalDescent cd9d9b31ef Prune ATStatesData as well as the ATStates when switching to pruning mode. 3 years ago
CalDescent ff841c28e3 Updated tests to use the renamed method. 3 years ago
CalDescent ca1379d9f8 Unified the code to build the LatestATStates table, as it's now used by more than one class. 3 years ago
CalDescent 5127f94423 Added bulk pruning phase on node startup the first time that pruning mode is enabled. 3 years ago
CalDescent f5910ab950 Break out of the AT pruning inner loops if we're stopping the app. 3 years ago
CalDescent 22efaccd4a Fixed NPE introduced in earlier commit. 3 years ago
CalDescent c8466a2e7a 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 209a9fa8c3 Rework of Blockchain.validate() to account for pruning mode. 3 years ago
CalDescent bc1af12655 Prune all blocks up until the blockPruneLimit 3 years ago
CalDescent e7e4cb7579 Started work on pruning mode (top-only-sync) 3 years ago
CalDescent 1b39db664c Added missing ATStatesHeightIndex to the reshape code. 3 years ago
CalDescent 7397b9fa87 Added more detail to exception message. 3 years ago
CalDescent 5bed5fb8fd Removed unnecessary code in ArbitraryResource.uploadFileAtPath() 3 years ago
CalDescent fd795b4361 Don't attempt to cleanup the filesystem if a build is in progress. 3 years ago
CalDescent b2c0915a71 Removed accidentally duplicated code 3 years ago
CalDescent 095083bcfb Use lowercase directory names for consistency 3 years ago
CalDescent 4ba72f7eeb Regularly clean up old and unused files/folders in the temp directory 3 years ago
CalDescent 6cb39795a9 Removed requirement to have connected peers in order to cleanup directories. 3 years ago
CalDescent 00ba16f536 Fixed incorrect ArbitraryTransactionTransformer layout. 3 years ago
CalDescent 988a839623 Improved response value of ArbitraryDataFile.deleteAllChunks() as it was inaccurate. 3 years ago
CalDescent 8fa61e628c Delete files related to transactions that have a more recent PUT 3 years ago
CalDescent 8f3620e07b Fixed bug introduced in commit 51b1256 3 years ago
CalDescent 190f70f332 Removed unused, buggy code in HSQLDBArbitraryRepository.save() 3 years ago
CalDescent 6730683919 Added arbitrary data cleanup manager 3 years ago
CalDescent 51b12567e8 Switched ArbitraryDataFile.filePath from String to Path 3 years ago
CalDescent d01cdeded8 Added pagination to ArbitraryDataManager 3 years ago