1408 Commits (41c2ed7c67ca7498d068558aca3c9a27c79ad739)
 

Author SHA1 Message Date
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 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 b4f980b349 Restrict lists API endpoints to local/apiKey requests only. 3 years ago
CalDescent 673f23b6a0 Improvement to commit f71516f 3 years ago
QuickMythril 8c325f3a8a
original design 3 years ago
CalDescent f71516f36f Skip finished ATs in the refund API endpoints. 3 years ago
CalDescent 1752386a6c Fixed logging errors in previous commit. 3 years ago
CalDescent 112675c782 Better handling of RPC errors. 3 years ago
CalDescent 3b6ba7641d Updated icon for Qortal.exe 3 years ago
CalDescent 477a35a685 Fixed response schema for GET /lists/blacklist/addresses endpoint 3 years ago
CalDescent 2a0a39a95a Avoid creation of lists directory until the first item is added to a list. 3 years ago
CalDescent dfc77db51d
Merge pull request #57 from ScythianQortal/translations 3 years ago
CalDescent c9596fd8c4 Catch exceptions thrown during GUI initialization. 3 years ago
CalDescent 78373f3746 HTLC redeem/refund APIs switched from GET to POST. 3 years ago
CalDescent ebc3db8aed Default file path for repository data imports set to "qortal-backup/TradeBotStates.json". This allows the trade bot backup to be imported in a single click, and can now be potentially added as a button in the UI. 3 years ago
CalDescent 756601c1ce Initialize to an empty list. 3 years ago
CalDescent 8bb5077e76 Catch occasional NPE when setting tray icon. 3 years ago
CalDescent 5b85f01427 Added defensiveness to list management methods in ResourceList.java 3 years ago
CalDescent a7d594e566 Log the AT states reshape progress, as it seems to be taking a very long time. 3 years ago
CalDescent 481e6671c2 Added GET /lists/blacklist/addresses API endpoint 3 years ago
Scythian b890e02a6a Added new TransactionValidity keys 3 years ago