2143 Commits (fc1a376fbdcf8fb9a3ab42a2bdf465ff21bb35ea)
 

Author SHA1 Message Date
CalDescent be9a73560d Added one more node 3 years ago
CalDescent e82b5a4ecf Added 7 qortalnodes.live nodes to the default list. 3 years ago
CalDescent a27d8ac828 Connect ACCTv3 trade bots to the ACCTv3 smart contracts 3 years ago
CalDescent 6267258189 Switch over to ACCTv3 for new listings 3 years ago
CalDescent e7527f532e Added LitecoinACCTv3 and DogecoinACCTv3 to SupportedBlockchain 3 years ago
CalDescent 8b6e74d505 Added ACCTv3 trade bots. Identical to v1 and v2. 3 years ago
CalDescent e6106c0c4e Added ACCTv3 tests, based on the same criteria as ACCTv1. Refunds are working as intended. 3 years ago
CalDescent f52bafc014 Removed second "SLEEP_UNTIL_MESSAGE" function code call in LitecoinACCTv3 and DogecoinACCTv3. 3 years ago
CalDescent 9e0630ea79 Added LitecoinACCTv3 and DogecoinACCTv3 - at the moment identical to ACCTv2 3 years ago
CalDescent 968bfb92d0 Fixed bugs in the GET /crosschain/tradeoffers API endpoint caused by the introduction of ACCTv2 3 years ago
CalDescent 284c9fcee2 Fixed bugs in the GET /crosschain/price API endpoint caused by the introduction of ACCTv2 3 years ago
CalDescent 5b0b939531 Fixed bugs in the GET /crosschain/trades API endpoint caused by the introduction of ACCTv2 3 years ago
CalDescent 2efac0c96b Modified zip implementation to preserve filenames of single file resources. 3 years ago
CalDescent dc52fd1dcf Only return OFFERING trades in GET /crosschain/tradeoffers 3 years ago
CalDescent 19240a9caf Removed duplicated strings in zip tests 3 years ago
CalDescent 4eef28f93d Added unit tests for zipping / unzipping 3 years ago
CalDescent c6e5c4e3b5 Tidy up of storage thresholds and comments. Also reduced deletion threshold from 100% to 98% to reduce the chances of filling up the disk and corrupting the db. 3 years ago
CalDescent 007f567c7a Improved directory cleanup process to avoid leaving empty parent directories lying around. 3 years ago
CalDescent ffe178c64c Delete directories in the data folder that have no associated transaction. 3 years ago
CalDescent c3835cefb1 Fixed bug relating to storage manager instances. 3 years ago
CalDescent 2c382f3d3f Fixed logging error. 3 years ago
CalDescent b592aa6a02 Added custom validation for websites. 3 years ago
CalDescent 57e82b62a1 Increased the capabilities of the service validation functions. 3 years ago
CalDescent 13f3aca838 Added GET /addresses/online/levels API endpoint to return the number of minters at each level 3 years ago
CalDescent 94b17eaff3 Added unit test for random file deletion, and fixed some issues found via the test. 3 years ago
CalDescent a3038da3d7 Moved some shared arbitrary test methods to a new ArbitraryUtils class. 3 years ago
CalDescent 6026b7800a Fixed some warnings. 3 years ago
CalDescent 36c5b71656 Delete data associated with a name at random, if a name is using more than its allocated limit. 3 years ago
CalDescent a320bea68a Limit the amount of data that can be stored per name. 3 years ago
CalDescent a87fe8b44d Combined path filtering into a single filter to avoid iterating through the list multiple times. 3 years ago
CalDescent 0a2b4dedc7 Don't sort the transactions in listAllHostedTransactions() as this is a waste of CPU. 3 years ago
CalDescent f7ed3eefc8 Verify that each data file matches the size reported by transaction. 3 years ago
CalDescent 8bb3a3f8a6 Added hosted transactions cache 3 years ago
CalDescent 89d08ca359 Renamed method from listAllHostedData() to listAllHostedTransactions() 3 years ago
CalDescent b80aec37e0 Added GET /arbitrary/hosted/resources API to list all arbitrary resources that the node is hosting (at least partial) data for. 3 years ago
CalDescent e34fd855a9 Added GET /arbitrary/hosted/transactions API to list all arbitrary transactions that the node is hosting (at least partial) data for. 3 years ago
CalDescent fc12ea18b8 Fixed bug in getArbitraryResources() 3 years ago
CalDescent f87df53791 Don't compute a nonce when creating arbitrary transactions. Instead this can be done by calling POST /arbitrary/compute, or more ideally by the client, such as the UI. 3 years ago
CalDescent d6746362a4 Reduced log spam when a file can't be served. 3 years ago
CalDescent 2850bd0b46 Added new GET /arbitrary/resources/names endpoint to fetch resources grouped by name. 3 years ago
CalDescent b762eff4eb Announce to the network when uploading a new file. 3 years ago
CalDescent 4b3b96447f Require an API key or prior authorization on GET /arbitrary/resource/status/* endpoints 3 years ago
CalDescent 13bcfbe3c5 Fixed issues preventing the loading screen from working when using the gateway. 3 years ago
CalDescent 8525fb89f8 Use a zero fee for ARBITRARY transactions, as we require a PoW nonce instead. 3 years ago
CalDescent ed2d1c4932 Improved logging 3 years ago
CalDescent 5091f8457e Terminate metadata files with a newline 3 years ago
CalDescent 84b69fc58c Revert "Use response code 102 ("Processing") instead of 503 ("Service Unavailable") for the loading screen" 3 years ago
CalDescent a2cac003a4 Major rework of chunk hashes 3 years ago
CalDescent 7c16a90221 Moved relocation code from isDataLocal() to onImportAsUnconfirmed() 3 years ago
CalDescent 97cdd53861 Fixed bugs in safeDeleteEmptyParentDirectories() 3 years ago