3141 Commits (b4a736c5d2a8cdb566ce7b7f55bdafd43e71fda0)
 

Author SHA1 Message Date
CalDescent 41cdf665ed Code tidy 2 years ago
CalDescent 6ea3c0e6f7 Give founder accounts as an effective minting level of 0 if they have a penalty. 2 years ago
CalDescent 5f0263c078 Modifications to block minting for unit tests, in order to solve an NPE and give more options to callers. 2 years ago
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 055775b13d Include a list of files in the QDN metadata. 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 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