624 Commits (bef1828404c3e9ee518c37b303f93097ee3e364e)

Author SHA1 Message Date
catbref e241d9fa67 Split CHAT compute into separate API call to help UI 4 years ago
catbref 5e9b0cd03c Fix GroupInvites.expires_when in DB to re-allow NULL 4 years ago
catbref a5c437913f Transaction.isValidTxGroupId() changed from private to protected - needed so ChatTransaction can override 4 years ago
catbref 3fa7da5115 Fix for incorrect blocksMinted count. Added test to cover 4 years ago
catbref 6d8f41ab05 Fix long overflow in Block.distributeBlockRewardToQoraHolders() 4 years ago
catbref 3094ec3c26 Massive clean-up of DB & conversion to long for timestamps 4 years ago
catbref 359a35931e Fix broken Transaction.getUnconfirmedTransactions() and getInvalidTransactions() 4 years ago
catbref 9e0001c4f6 Improved comments, variable names, etc. for some repository interfaces 4 years ago
catbref 53112709fe Improve comment & tidy annotation in GroupData 4 years ago
catbref d1bc500ab9 Correct two unit tests from BigDecimal to long/int. 4 years ago
catbref d2559f36ce Fix for Block not correctly adjusting accounts' blocksMinted values. 4 years ago
catbref 0cc9cd728e Fix for chain-stall relating to freshly cancelled reward-shares. 4 years ago
catbref e5cf76f3e0 Replace throwing IllegalStateException with more defensive log & null in Block/BlockMinter 4 years ago
catbref 44e8b3e6e7 Log when BlockMinter fails to acquire blockchain lock after waiting 4 years ago
catbref 1bca152d9c Reduce minBlockchainPeers for now 4 years ago
catbref 4edc3ee121 Fix AT transaction reference lookup/generation in light of new last-ref scheme 4 years ago
catbref e9f29767c8 Change Transaction.countUnconfirmedByCreator() to disregard CHAT transactions. 4 years ago
catbref e2916b130b No need to store repository handle in Block$ExpandedAccount 4 years ago
catbref 538e117abd Clean up Transaction.isStillValidUnconfirmed() 4 years ago
catbref 71e80bd02f Convert to Account.modifyAssetBalance() 4 years ago
catbref 800103225b Remove pointless "return" in DeployAtTransaction 4 years ago
catbref cfb7a3cc4c Minor terminology correction in GenesisBlock 4 years ago
catbref 3185cf23df Replace throwing IllegalStateException with more defensive log & null in Block/BlockMinter 4 years ago
catbref 3ac1b36549 Restrict API call POST /chat to prevent CPU abuse 4 years ago
catbref 55e99062ca CHAT PoW difficulty now much greater if sender has no QORT balance 4 years ago
catbref 233ace23de AT transactions now either have null message or null amount&assetId. 4 years ago
catbref e1f3b9a7a3 Update QortalATAPI.putTransactionAfterTimestampIntoA() to use Transaction.getRecipientAddresses 4 years ago
catbref 6be88ac86e In BTCACCT, use Account to fetch balance instead of direct from DB 4 years ago
catbref e86143426b Fix potentially overflowing multiply in Block reward processing. 4 years ago
catbref a309f8de9e Fix dead code warning in Account 4 years ago
catbref df15f81b9f Fix whitespace 4 years ago
catbref 6ab50e4dff Fix some SonarLint complaints 4 years ago
catbref 476d9e4c95 Converted tests from BigDecimal to long 4 years ago
catbref 9eaf31707a Massive conversion from BigDecimal to long. 4 years ago
catbref e0007269b9 Initial attempt at transient CHAT transaction type. 4 years ago
catbref 0006911e0a Account lastReference cache, now with Block support. 4 years ago
catbref e141e98ecc Interim commit with new AccountRefCache, but no tests and no Block support 4 years ago
catbref 40531284dd Convert old "genesis account" addresses in blockchain configs to new "null account" address 4 years ago
catbref 9e2663b11b Fixed old Qora v1 "GenesisAccount" by replacing with NullAccount 4 years ago
catbref 2602bb01e1 Limit both divisible & indivisible asset quantites to 1e10 (with 8dp) to fit into 8byte long 4 years ago
catbref ac15dfe789 Removed broken MD160 support in Crypto 4 years ago
catbref cd066cf357 Remove more old Qora v1 compatibility code 4 years ago
catbref bd521baade Removed code for providing compatibility with Qora v1 4 years ago
catbref 136188339d Combined account balance fixes needed for unit tests 4 years ago
catbref 48de33fe24 More informative error messages when parsing blockchain config 4 years ago
catbref df4798e2a1 Networking improvements: cached known peers, fewer DB accesses, EPC spawn-failure hook 4 years ago
catbref edb842f0d1 Correct field ordering in layout docs for TRANSFER_ASSET 4 years ago
catbref b563fe567d Add missing field (poll owner's address) to layout docs for CREATE_POLL 4 years ago
catbref b3dd0d89df Add missing field (group owner's address) to layout docs for CREATE_GROUP 4 years ago
catbref f1e4528581 Fix Transaction.calcRecommendedFee() 4 years ago