2143 Commits (fc1a376fbdcf8fb9a3ab42a2bdf465ff21bb35ea)
 

Author SHA1 Message Date
CalDescent fc1a376fbd Added POST /transaction/fee API endpoint, to return the recommended fee for the supplied transaction data. 3 years ago
CalDescent 27387a134f Fixed typo 3 years ago
CalDescent be7bb2df9e Added GET /transaction/unitfee API endpoint, to obtain the unit fee for a transaction type 3 years ago
CalDescent 72a291a54a Added initial support of different unit fees per transaction type. 3 years ago
CalDescent b1342d84fb Updated potentially misleading log message. 3 years ago
CalDescent cdd57190ce Use getEffectiveMintingLevel() rather than getLevel() 3 years ago
CalDescent d200a098cd Updated AdvancedInstaller project for v3.0.4 3 years ago
CalDescent a0ed3f53a4 Merge branch 'master' of github.com:Qortal/qortal 3 years ago
CalDescent e5c12b18af Bump version to 3.0.4 3 years ago
CalDescent 7808a1553e Fixed case sensitive ordering issues in other aspects of QDN. 3 years ago
CalDescent a0ba016171 Fixed case sensitive ordering issue in websites list. 3 years ago
CalDescent 344704b6bf MIN_LEVEL_FOR_BLOCK_SUBMISSION temporarily increased to 6. 3 years ago
CalDescent 3303e41a39 Fixed unhandled case in GET /arbitrary/{service}/{name}* endpoints 3 years ago
CalDescent 4e71ae0e59 Allow QDN data to be served without authentication by setting "qdnAuthBypassEnabled":true 3 years ago
CalDescent 9daf7a6668 Synchronize lists, to prevent an occasional ConcurrentModificationException 3 years ago
CalDescent af06774ba6 Clear the cache when deleting data, so that it disappears from the data management screen. 3 years ago
CalDescent 311fe98f44 Bump version to 3.0.3 3 years ago
CalDescent 6f7c8d96b9 Removed ApiService instance creation in ApplyUpdate as it wasn't really needed, and probably not sensible to instantiate it here. 3 years ago
CalDescent ff6ec83b1c Removed localAuthBypassEnabled override in unit tests. 3 years ago
CalDescent ea10eec926 Fixed bug in auto update process - use the API key when stopping the node. 3 years ago
CalDescent be561a1609 Add default "dataPath" to Windows installer builds, so that QDN data is located in AppData 3 years ago
CalDescent 6f724f648d Fixed testDirectoryDigest() which has been failing for a couple of versions (due to gitignore removing the cache file) 3 years ago
CalDescent 048776e090 Ignore failing test due to recent API update, which makes the test incompatible. To be fixed later. 3 years ago
CalDescent a7c02733ec Updated approve-auto-update.sh to use new service format 3 years ago
CalDescent 59346db427 Bump version to 3.0.2 3 years ago
CalDescent 25efee55b8 Added networking optimization, to avoid wasted processing on every read. 3 years ago
CalDescent b30445c5f8 Increase MAX_ACCOUNT_COUNT to 5000 (around 0.5MB of data) to see if it helps with minting efficiency. 3 years ago
CalDescent d105613e51 Improvements to some /blocks API endpoints 3 years ago
CalDescent ef43e78d54 Reduced log spam 3 years ago
CalDescent 6f61fbb127 Reduced strictness of rate limiter, to allow two additional file list requests (15 and 30 seconds after initial attempt) 3 years ago
CalDescent 9f9b7cab99 Include "size" in /arbitrary/resource APIs 3 years ago
CalDescent f129e16878 Added retry mechanism to relay file deletions, just in case it fails on the first try. 3 years ago
CalDescent 8a42dce763 Use the first responding peer in the relay map. 3 years ago
CalDescent 6423d5e474 Optimized onNetworkGetArbitraryDataFileListMessage() to remove duplicate calls to Files.exists() 3 years ago
CalDescent 6e91157dcf Improved cache clearing process and logging. 3 years ago
CalDescent 85c61c1bc1 Added GET /arbitrary/resources/search API 3 years ago
CalDescent 54af36fb85 Remove duplicates in GET /arbitrary/hosted/resources response 3 years ago
CalDescent fcdcc939e6 Sort hosted data in reverse order (newest first) 3 years ago
CalDescent 13450d5afa Added limit/offset to GET /arbitrary/hosted API endpoints 3 years ago
CalDescent 5e1e653095 Removed unnecessary database lookups in GET /hosted/resources API 3 years ago
CalDescent e8fabcb449 Removed extra isDataLocal() check in GET /hosted/resources which was evading the cache. 3 years ago
CalDescent a4ce41ed39 Updated qort and qdata to check for apikey.txt in $HOME/qortal, which is the most commonly installed location. 3 years ago
CalDescent 1b42062d57 Default minPeerVersion set to 3.0.1 3 years ago
CalDescent c2a4b01a9c Allow local playback of media files 3 years ago
CalDescent 47e763b0cf Take a copy of the IP address history so it can be safely iterated. Without this, another thread could remove an element, resulting in an exception. 3 years ago
CalDescent 0278f6c9f2 Reduced more log spam 3 years ago
CalDescent d96bc14516 Allow execution of inline scripts, at least for now. 3 years ago
CalDescent 318f433f22 Reduced log spam when checking for avatars. 3 years ago
CalDescent cfc80cb9b0 Use a header instead of a meta tag for Content-Security-Policy, because we can't guarantee that we are parsing all HTML files. 3 years ago
CalDescent 01c6149422 Restrict websites to same origin requests only, using a Content-Security-Policy meta tag. 3 years ago