2965 Commits (9255df46cf1d3724fa6484fe532e37d74b07a8ce)
 

Author SHA1 Message Date
CalDescent 9255df46cf Script updates to support add/remove dev group admins 2 years ago
CalDescent 818e037e75 Merge branch 'master' into null-owned-groups 2 years ago
CalDescent 9c68f1038a Bump AT version to 1.4.0 2 years ago
CalDescent 10ae383bb6
Merge pull request #102 from catbref/faster-qort-buy-PoC 2 years ago
catbref aead9cfcbf Proof of concept: speed up QORT buying 2 years ago
CalDescent 985c195e9e Added GIF_REPOSITORY, with custom validation function and unit tests. 2 years ago
CalDescent 0628847d14 Removed QORTAL_METADATA service tests. 2 years ago
CalDescent 4043ae1928 Added QCHAT_IMAGE service (with 500KB file size limit). 2 years ago
CalDescent fa80c83864 Remove QORTAL_METADATA service as this uses its own protocol instead. 2 years ago
CalDescent f739d8f5c6 Added increaseOnlineAccountsDifficultyTimestamp feature trigger to unit tests. 2 years ago
CalDescent 166425bee9 Added feature trigger timestamp (TBC) to increase online accounts mempow difficulty (also TBC). 2 years ago
CalDescent 59a804c560 Include "blocks remaining" in systray when syncing from more than 60 minutes away from a peer's chain tip. 2 years ago
CalDescent b64c053531 Reuse the work buffer when verifying online accounts from the OnlineAccountsManager import queue. 2 years ago
CalDescent 30cd56165a Speed up syncing blocks in the range of 1-12 hours ago by caching the valid online accounts. 2 years ago
CalDescent 510328db47 Removed unused timestamp value. 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 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 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