2886 Commits (02ac6dd8c1dd8a3429d6a9fd715a63fd0818444f)
 

Author SHA1 Message Date
catbref ab8e05cb0f Update blockchain.json to nearer launch version 5 years ago
catbref 47d0274a5e Move non-production apps from main to test 5 years ago
catbref 47dcff0beb Include error message if Network can't create listen socket 5 years ago
catbref 8906ce9b26 Change BlockMinter to pick BEST block if minting with several accounts 5 years ago
catbref 482947dbf4 Share leftover block reward to founders, regardless whether online 5 years ago
catbref 49ac7921a1 Fix new account level not taking effect in block rewards 5 years ago
catbref 30df320e7f Redoing account balances with block height. 5 years ago
catbref 31cbc1f15b Account assets balances now height-dependant. QORT-from-QORA block reward fixes. 5 years ago
catbref f5918bd9bf Added range-check on online account timestamps 5 years ago
catbref 00aee1458e Higher account levels more likely to win blocks 5 years ago
catbref ebc2ee6ea9 Rework distributing block reward to legacy qora holders 5 years ago
catbref 62e2fd759c Fixing unit tests 5 years ago
catbref fef16e7620 Self-reward-share tests and fixes. 5 years ago
catbref 491e79b8e6 ProxyForging->RewardShare massive refactor & more... 5 years ago
catbref 843aad4930 Update BouncyCastle Ed25519 to X25519 key conversion shim 5 years ago
catbref 5798c69449 Code clean-up thanks to SonarLint & bugfix for ByteArray::compareTo! 5 years ago
catbref a3751823eb Improve code dealing with increase account level due to generated blocks & add orphan equivalent. 5 years ago
catbref 6ba24e1820 Minor code tidying 5 years ago
catbref 319bfc8d75 Add account level change due to blocks generated. 5 years ago
catbref 54d49e0f1d More work on block rewards in relation to account level/legacy qora held. 5 years ago
catbref a1e83109a8 Qortal-style block rewards 5 years ago
catbref a0be1273c7 Remove max coin supply aspects 5 years ago
catbref 4062bdb7bb Workaround for Handshaking sometimes not correctly dealing with connect-to-self. 5 years ago
catbref 1016d0ca16 Fix Synchronizer bugs 5 years ago
catbref 381c032cec Fixed Network's broken choice of next connectable peer. 5 years ago
catbref 568a1f8a30 Migration to Java 11 5 years ago
QORT b95eea6763
add Qortal Project to title 5 years ago
catbref 305bb38446 Remove "generating balance", and all related aspects/code. 5 years ago
catbref 4c6656dd17 New synchronizer and other improvements 5 years ago
catbref c889e95da4 ByteArray tests 5 years ago
catbref 14e9ae8887 ExecuteProduceConsume no longer spawns a pointless, new thread if we have an excess of non-consuming threads 5 years ago
catbref 344b9436ca Much improved ByteArray, with unsigned compareTo() & "raw" renamed to "value" 5 years ago
catbref 40d879813d Added exists() test to BlockRepository & HSQLDB implementation 5 years ago
catbref c00481a750 Added fatal error pop-up and exit to Gui 5 years ago
catbref a1cfe31574 Block size and transaction expiry period now in BlockChain config 5 years ago
catbref e009147956 Additional checks on byte lengths in BlockTransformer, especially before buffer allocation 5 years ago
catbref aa54ec212f Convert TransactionTransformer LOGGER.trace to use lambda for speed 5 years ago
catbref 4b5ed79c5a Added testNtpOffset settings field (+ minor settings docs changes) 5 years ago
catbref 0dd5b1e65a More work on online accounts / blocks 5 years ago
catbref aa81c86cf1 Rename timestampSignatures to onlineAccountsSignatures 5 years ago
catbref 504cfc6a74 Interim commit: online accounts and account levels 5 years ago
catbref 2cc926666b Qortal-specific Settings changes 5 years ago
catbref b9a96019a4 Qortal-specific Network changes 5 years ago
catbref cfc86d567c Qortal splash image and icons 5 years ago
catbref 978a22cab3 Added ProxyKeys standalone for generating proxy keys 5 years ago
catbref 06095d633e Modify pom.xml for Qortal & add ConciseSet 5 years ago
catbref 158631e68a Fix forging bit mask for account flags 5 years ago
catbref 8149e18f49 Fix incorrect tx type values in transaction layouts 5 years ago
catbref a9122cc6cb Improve choosing which peer to connect to 5 years ago
catbref f7c6978151 Add threading to VanityGen 5 years ago