3100 Commits (11654ba9c6963445ffaa3f323a7a15f45ccdf54b)
 

Author SHA1 Message Date
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
Nuc1eoN 8ddf4c9f9f Add polish translation 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
CalDescent 7a60f713ea Fixed error in rebase. 2 years ago
CalDescent e80dd31fb4 BlockSummariesV2Message.MINIMUM_PEER_VERSION set to 3.6.1 2 years ago
catbref 94cdc10151 Initial work on BLOCK_SUMMARIES_V2, part of a bigger arc to improve synchronization. 2 years ago
CalDescent 863a5eff97 Moved various online accounts logs to TRACE level, to make it easier to monitor the queue processing when in DEBUG. 2 years ago
CalDescent 5b81b30974 Modified online accounts request interval, and introduced bursting. 2 years ago
CalDescent 174a779e4c Add accounts from the import queue individually, and then skip future duplicates before unnecessarily validating them again. 2 years ago
CalDescent c7cf33ef78 Set hasOurOnlineAccounts to true if one of our accounts is found before signing. 2 years ago
CalDescent ea4f4d949b When validating online accounts, enforce mempow if the online account's timestamp is after the feature trigger. 2 years ago
CalDescent 6d9e6e8d4c Allow duplicate variations of each OnlineAccountData in the import queue, but don't allow two entries that match exactly. 2 years ago
CalDescent 99858f3781 Wait 30 seconds after the node starts before computing our online accounts. 2 years ago