1970 Commits (1bd493ea378a2a8c4d15db9cb43c97e5eaca6a7b)
 

Author SHA1 Message Date
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
CalDescent b7ee00fb22 Fixed errors in Admin API tests due to failing authentication. 3 years ago
CalDescent ef2ee20820 Merge remote-tracking branch 'qortal/master' 3 years ago
CalDescent 4866e5050a If a single file resource is being published and a complete file patch has been chosen, make sure to use PUT instead of PATCH as there's nothing to be gained by adding another layer. 3 years ago
CalDescent 8e36c456e1 Wait for storage space to be calculated before running storage policy tests. 3 years ago
CalDescent 4b8bcd265b Make sure unit test use a different lists directory, and delete it before and after each test. 3 years ago
CalDescent 0db681eeda Fixed failing storage policy tests due to not calculating the available storage 3 years ago
CalDescent 8823f69256 Use response code 102 ("Processing") instead of 503 ("Service Unavailable") for the loading screen 3 years ago
CalDescent f3e9dfe734 Return a 404 instead of a 500 if a resource is unavailable. 3 years ago
CalDescent a7b31ab1f9 Small bug fixes 3 years ago
CalDescent 644ab27186 Updated wording 3 years ago
CalDescent e90ecd2085 Adapted GET /arbitrary/resources endpoint to allow filtering by identifier 3 years ago
CalDescent bc38184ebf Major rework of local data directory structure 3 years ago
CalDescent d9de27e6f2 Updated AdvancedInstaller project for v2.1.0 3 years ago
CalDescent 6930bf0200 Bump version to 2.1.0 3 years ago
CalDescent 199833bdd4 Fixed issue with GET /crosschain/trades API endpoint where the minimumTimestamp parameter returned inconsistent results. 3 years ago
CalDescent 0dcd2e6e93 Fixed bug in GET ​/crosschain​/price​/{blockchain} inverse price API endpoint when the "inverse" parameter is null. 3 years ago
CalDescent 0dd43d5c9a Fixed bug in storage calculation 3 years ago
CalDescent e879bd0fc5 Delete some random chunks when we reach the storage capacity 3 years ago
CalDescent 8bf7daff65 Track the storage capacity and the total data/temp directory sizes 3 years ago
CalDescent ae0f01d326 Added storage policy unit tests 3 years ago
CalDescent af8d0a3965 Separated computeNonce() from build() in the transaction builder. 3 years ago
CalDescent 1b170c74c0 Modified storage code to support 2 new settings: 3 years ago
CalDescent f6b9ff50c3 More loading screen improvements 3 years ago