3057 Commits (8ad46b6344277a7b6869fc71d205c93280f60412)
 

Author SHA1 Message Date
CalDescent 510328db47 Removed unused timestamp value. 2 years ago
CalDescent 9d74f0eec0 Added haschatreference, with possible values of true, false, or null, to allow optional filtering by the presence or absense of a chat reference. 2 years ago
CalDescent 09014d07e0 Fixed issues retrieving chatReference from the db. 2 years ago
CalDescent f83d4bac7b Reduced online accounts mempow difficulty to 5 on testnets. 2 years ago
CalDescent b3273ff01a Removed all mempow feature trigger conditionals. 2 years ago
CalDescent 1dd039fb2d Merge branch 'master' into chat-reference 2 years ago
CalDescent 1d5497e484 Modifications to support a single node testnet: 2 years ago
CalDescent b37aa749c6 Removed onlineAccountsMemPoWEnabled setting as it's no longer needed. 2 years ago
CalDescent e45ad37eb5 Fixed bug which could prevent invalid accounts being removed from the queue until the next valid one is added. 2 years ago
CalDescent 72985b1fc6 Reduce log spam, especially around the time of node startup before online accounts have been retrieved. 2 years ago
CalDescent 6f27d3798c Improved online accounts processing, to avoid creating keys in the map before validation. 2 years ago
CalDescent 23a5c5f9b4 Fixed bug in original commit - we need to save the chat reference to the db. 2 years ago
CalDescent a4759a0ef4 Re-ordered chat transaction transformation, to simplify UI code. New additions are now at the end of the data bytes. 2 years ago
CalDescent 910191b074 Added optional chatReference field to CHAT transactions. 2 years ago
CalDescent 57125a91cf Bump version to 3.6.4 2 years ago
CalDescent 3c565638c1 onlineAccountsMemoryPoWTimestamp set to Sat Oct 22 2022 16:00:00 UTC 2 years ago
CalDescent c2d02aead9 Default minPeerVersion set to 3.6.3 2 years ago
CalDescent 0d9aafaf4e Reduced log spam 2 years ago
CalDescent 3844358380 Mark a peer as misbehaved if it fails to respond with a usable block 3 times in a row. 2 years ago
CalDescent b4125d2bf1 Fix for NPE in verifyMemoryPoW() 2 years ago
CalDescent 5c223179ed Updated AdvancedInstaller project for v3.6.3 2 years ago
CalDescent f3cb57417a Merge branch 'master' of github.com:Qortal/qortal 2 years ago
CalDescent 7c7f071eba Bump version to 3.6.3 2 years ago
CalDescent 7c15d88cbc Fix for issue in BLOCK_SUMMARIES_V2 when sending an empty array of summaries. 2 years ago
CalDescent d4aaba2293 Bump version to 3.6.2 2 years ago
CalDescent 10d3176e70 Revert "Always use BlockSummariesMessage V1 (instead of V2) when responding to GetBlockSummaries requests." 2 years ago
CalDescent 36fcd6792a Discard BLOCK_SUMMARIES_V2 messages with an ID (thanks to @catbref for the code) 2 years ago
CalDescent cb1eee8ff5 GenericUnknownMessage.MINIMUM_PEER_VERSION set to 3.6.1. 2 years ago
CalDescent 2d58118d7c Always use BlockSummariesMessage V1 (instead of V2) when responding to GetBlockSummaries requests. 2 years ago
CalDescent e6bb0b81cf Revert "Reduce INITIAL_BLOCK_STEP from 8 to 7." 2 years ago
CalDescent 77d60fc33f Revert "Skip GET_BLOCK_SUMMARIES requests if it can already be fulfilled entirely from the peer's chain tip block summaries cache." 2 years ago
CalDescent 504f38b42a
Merge pull request #97 from Nuc1eoN/patch-1 2 years ago
Nuc1eoN 3a18599d85
Mark start/stop scripts as executables 2 years ago
CalDescent 0088ba8485 Reduce INITIAL_BLOCK_STEP from 8 to 7. 2 years ago
CalDescent 8cedf618f4 Skip GET_BLOCK_SUMMARIES requests if it can already be fulfilled entirely from the peer's chain tip block summaries cache. 2 years ago
CalDescent fdd95eac56 Limit to 240 blocks in syncToPeerChain(). 2 years ago
CalDescent 10b0f0a054 Catch JSON exceptions in PirateChainWalletController. 2 years ago
CalDescent 1233ba6703 Bump version to 3.6.1 2 years ago
CalDescent c35c7180d4 Return empty levels in GET /addresses/online/levels 2 years ago
CalDescent 7080b55aac Reintroduced initial sleep period in block archiver. 2 years ago
CalDescent 3890fa8490 Renamed constant for consistency 2 years ago
CalDescent a9721bab3d Fixed issue causing startup of various components to be delayed by 30 seconds. 2 years ago
CalDescent 1bb8f1b6d2 Fixed bug in last commit. 2 years ago
CalDescent 765416db71 Yet another attempt to optimize the online accounts import queue processing. 2 years ago
CalDescent 5989473c8a Revert "Allow duplicate variations of each OnlineAccountData in the import queue, but don't allow two entries that match exactly." 2 years ago
CalDescent aa9da45c01 Added optional filtering by reference in GET /chat/messages 2 years ago
CalDescent 4681218416 Include total count in debug trade presence logging 2 years ago
CalDescent 5c746f0bd9 Fixed bug which required a node to hold local trade presences before it would request any. 2 years ago
CalDescent 309f27a6b8 Moved error to debug, as we now get a burst of these soon after startup, due to commit 99858f3. 2 years ago
CalDescent d2ebb215e6 Fixed Synchronizer.getBlockSummaries() which was expecting BLOCK_SUMMARIES, but updated peers send BLOCK_SUMMARIES_V2 2 years ago