2977 Commits (58e5d325ff3d55c73bf0c3cc5c171961ade4fead)
 

Author SHA1 Message Date
CalDescent 58e5d325ff Added algo feature triggers to BlockChain.java (at future undecided block height & timestamp) 2 years ago
CalDescent 7003a8274b Added some API endpoints relating to penalties. Relies on some code not yet committed. 2 years ago
CalDescent ab687af4bb Added new db query to fetch a list of all accounts that have created a non-self-share, based on confirmed transactions. 2 years ago
CalDescent f50c0c87dd Account repository modifications for blocksMintedPenalty. 2 years ago
CalDescent 9c3a4d6e37 BlockChain.java additions for onlineAccountMinterLevelValidationHeight, which were missing from commit 68a0923 2 years ago
CalDescent 1c8a6ce204 When synchronizing, filter out peers that have a recent block with an invalid signer. 2 years ago
CalDescent 68a0923582 Disallow level 0 minters in blocks, and exclude them when minting a new block. 2 years ago
CalDescent 617c801cbd Made Block.ExpandedAccount public, and added some more getters. This is needed for upcoming additional validation and unit tests. 2 years ago
CalDescent b0c9ce7482 Add blocks minted penalty to Accounts table 2 years ago
CalDescent 4e829a2d05 Bump version to 3.7.0 2 years ago
CalDescent a7402adfa5 Merge branch 'null-owned-groups' 2 years ago
CalDescent 9255df46cf Script updates to support add/remove dev group admins 2 years ago
CalDescent db22445948 Include API key automatically in publish-auto-update-v5.pl 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