1048 Commits (641a6580593b761a007ffa3e2e0eb5d2ebb47350)
 

Author SHA1 Message Date
catbref f1638aa9d9 Removed "owner" from CREATE_GROUP and added Unicode homoglyph support. 4 years ago
catbref a7b9215ace Merge branch 'message-wo-recipient' into launch 4 years ago
catbref 956ad7bfa8 Merge branch 'asset-fixes' into launch 4 years ago
catbref 4baf442cb8 Merge branch 'name-fixes' into launch 4 years ago
catbref 24eb7c6933 Allow MESSAGE transactions to have no recipient. 4 years ago
catbref 38a2af8cd5 Tidy up Assets by removing 'owner' from ISSUE_ASSET. 4 years ago
catbref 7447ab20a9 Add index for finding Registered Names using 'reduced' form 4 years ago
catbref 197c742ce7 Major work on Registered Names 4 years ago
catbref f6ed3388a4 BTC tidy-up 4 years ago
catbref c61690f3e6 BTC class does not need to extend Thread! 4 years ago
catbref 9a94873d0e Fix broken Long vs Long comparison in Block.areAtsValid() 4 years ago
catbref 5c8bda37d1 Rework BTC class for better startup & shutdown. 4 years ago
catbref fbb73ee88e Suppress extraneous bitcoinj logging output 4 years ago
catbref fa08041696 BlockTransformer should skip AT transactions when calculating block length 4 years ago
catbref f01a34a461 Throw an API error for inappropriate calls on OFFER-state cross-chain ATs. 4 years ago
catbref c0242fe78b Correct comment and example Windows dirname entry in log4j2.properties 4 years ago
catbref ef790a8cb1 Fix missing groupId 0 entry in output from API call GET /chat/active/{address} 4 years ago
catbref cea0cee9a8 Names: fixes to allow name change and tests to cover 4 years ago
catbref d9f784ed2b Registered names: changing 'owner' and allowing renaming. 4 years ago
catbref f29ae656b9 More work on CHAT 4 years ago
catbref a9852e5305 More work on CHAT API / support. 4 years ago
catbref 32470fa641 Improve CHAT API and repository support. 4 years ago
catbref 0d1c08bf96 Add index on DB Names.owner to help find names by owner 4 years ago
catbref 026c904ce4 Change processing of network TRANSACTION_SIGNATURES message. 4 years ago
catbref 59ae070c83 Fix API call POST /peers so it returns "false" for existing peer, instead of throwing / Internal Server Error 4 years ago
catbref 2ab695f308 NTP: don't call shutdownNow() on null instanceExecutor 4 years ago
catbref f0ff77cd31 Fix ChatTransaction w.r.t. txGroupId meaning. Relax no-QORT PoW difficulty. 4 years ago
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 c7c419a3cd Bump version in pom.xml to v1.1.0 ready for launch 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 74b5401e84 Merge chain-stall, blocksMinted and other fixes 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