1433 Commits (c256dae73660038d650935a23070d5c66293dd84)
 

Author SHA1 Message Date
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
Scythian 4772840b4c Reorganised translations 3 years ago
CalDescent cd7adc997b Prevent duplicate entries in a list. 3 years ago
CalDescent 9fdc901b7a Added POST /lists/blacklist/addresses and DELETE /lists/blacklist/addresses API endpoints. 3 years ago
Scythian 76ec3473d6 Updated TransactionValidity keys 3 years ago
CalDescent b29ae67501 Apply the address blacklist to chat transactions. 3 years ago
CalDescent 24f1fb566d Initial implementation of resource lists 3 years ago
CalDescent a253294890 Ensure frozen ATs are still executed every block. 3 years ago
Scythian 0b53de1bb6 Added Hungarian translations 3 years ago
Scythian 746c68c9f6 Reorganised translations 3 years ago
CalDescent ec008b4a16 Merge branch 'AT-sleep-until-message' 3 years ago
CalDescent 1d65e34fe5 Revert "Added DogecoinACCTv2 and DogecoinACCTv2TradeBot" 3 years ago
CalDescent 8ae78703ca Revert "Initial attempt at adding "sleep until message" functionality to DOGE ACCTv2." 3 years ago
CalDescent bd4b9a9fd3 Modified .gitignore to allow multiple testnets to exist by adding a number or other suffix. 3 years ago
CalDescent f09677d376 Added inputs, outputs and feeAmount to /crosschain//walletbalance endpoints 3 years ago
CalDescent f669e3f6c4 Fixed Dogecoin tests. 3 years ago
CalDescent 961c5ea962 Treat zero as null in sleepUntilHeight AT data. This is needed because we are unable to call setSleepUntilHeight() with a null value due to the datatype used in the CIYAM AT library. An alternate option would be to fork the AT library and use an Integer or Long rather than an int, but since we don't have a block zero, this is still a valid thing to check even when using that approach. 3 years ago
CalDescent a1c61a1146 Initial attempt at adding "sleep until message" functionality to DOGE ACCTv2. 3 years ago
CalDescent 797dff4752 Added DogecoinACCTv2 and DogecoinACCTv2TradeBot 3 years ago
CalDescent 711ad638b8 Renamed Chinese translation files. 3 years ago
CalDescent 4956c3328c Updated AdvancedInstaller project for v1.6.0 3 years ago
CalDescent 96a82381d1 Bump version to 1.6.0 3 years ago
CalDescent 68190c8c76 Fixed a build error relating to using an int rather than Integer in the CIYAM AT library. Solved for now by using 0 instead of null, but will review this again before release. 3 years ago
CalDescent dde47bc1fc Fixed build errors by adding sleepUntilMessageTimestamp to recent method additions. 3 years ago
CalDescent 744deaed8d Fixed merge issue due to differing db schemas. 3 years ago
CalDescent a62910c8b6 Merge branch 'master' into AT-sleep-until-message 3 years ago