2514 Commits (a95a37277c986a72bf62ee8ab88153cabde2cebc)
 

Author SHA1 Message Date
CalDescent 074bfadb28 Don't bother locking if there are no new transactions to process 3 years ago
CalDescent bd60c793be Incoming transactions are now added to a queue, and then processed soon after. 3 years ago
CalDescent 90f3d2568a Log whenever the synchronizer can't obtain a blockchain lock, so that blockchain lock issues are more easily noticed. 3 years ago
CalDescent c73cdefe6f transactionV5Timestamp moved to blockchain.json 3 years ago
CalDescent c5093168b1 minAccountLevelToMint value moved to blockchain.json 3 years ago
CalDescent a35e309a2f minAccountLevelForBlockSubmissions moved to blockchain.json 3 years ago
CalDescent d4ff7bbe4d Fixed inaccurate README text that was accidentally merged from the data node repository. 3 years ago
CalDescent d4d73fc5fc
Merge pull request #67 from otaku/docker 3 years ago
CalDescent bb35030112
Merge pull request #65 from QuickMythril/reduce-doge-fee 3 years ago
CalDescent 7aed0354f1 We (currently) can't filter unconfirmed transactions by address, because only the public key is stored in the database until it is confirmed (at which point there is an entry in the TransactionParticipants table which contains the address). Given that this isn't a simple problem to solve, for now it makes sense to reject this combination if requested via the /transactions/search API. 3 years ago
CalDescent c4f763960c Don't delete a resource's cache if a build is in progress. 3 years ago
CalDescent c5182a4589 Increased MAX_ACCOUNT_COUNT in GetOnlineAccountsMessage from 1000 to 5000 3 years ago
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
Alexander Do a2b2b63932 feat: add Dockerfile 3 years ago
CalDescent af06774ba6 Clear the cache when deleting data, so that it disappears from the data management screen. 3 years ago
catbref 244d4f78e2 New network messages ONLINE_ACCOUNTS_V2 and GET_ONLINE_ACCOUNTS_V2. 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 dedf65bd4b Added initial protocol methods for metadata requests and forwarding. Not tested yet. 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 a79ed02ccf Added initial (unfinished) category list, as well as the GET /arbitrary/categories API, and converted the category field from a string to an enum 3 years ago
CalDescent 79f87babdf Limit the metadata string lengths 3 years ago
CalDescent f296d5138b Allow metadata to optionally be included with any arbitrary resource. 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