675 Commits (6eea7c2aa1a172352affc4712c2ca56dae47e303)
 

Author SHA1 Message Date
catbref 6eea7c2aa1 Disallow registering/updating to a name that looks like an address 4 years ago
catbref 9aabf93523 Merge branch 'PUBLICIZE-txn' into launch 4 years ago
catbref 322e2cdc41 API call /crosschain/p2sh/redeem returns BTC_BALANCE_ISSUE in preference to INVALID_ADDRESS when P2SH balance is too low/zero 4 years ago
catbref df395c77db Fix up BTCACCT.findP2shSecret given reduced data available since switch to ElectrumX 4 years ago
catbref 274002c473 Fix BTC.getMedianBlockTime() and update tests 4 years ago
catbref 3d4fc38fcb Replaced bitcoinj networking with ElectrumX. 4 years ago
catbref d50f16b8a9 PUBLICIZE transaction for on-chain record of public key 4 years ago
catbref 59de22883b Use CHAT, not MESSAGE, MAX_DATA_SIZE in ChatTransactionTransformer 4 years ago
catbref db73afaf88 Remove Block.orphan() forced repository debugging 4 years ago
catbref 3afbd7aa51 Recheck for duplicate connection after handshaking to cover race condition with simultaneous bi-directional connections 4 years ago
catbref 0c32afa07f New network handshaking. NOT backwards compatible! 4 years ago
catbref bd543a526b Update uses of old Public/PrivateKeyAccount static methods to Crypto 4 years ago
catbref b262044a52 Move some crypto methods from Public/PrivateKeyAccount to Crypto for reuse by new network handshaking 4 years ago
catbref 200a97184c Include transaction reference in chat messages returned by API call GET /chat/messages 4 years ago
catbref 0164bca2d7 Exclude io.druid.java-util from build, removing tons of libsigar 4 years ago
catbref 5f4b66e5b0 Save public keys from CHAT transactions so they can be fetched via API. 4 years ago
catbref 9c48343581 Potential fix for rare HSQLDB "serialization failure" in Transaction.importAsUnconfirmed() 4 years ago
catbref 219f82f562 Modify API call GET /chats/active/{address} to return info on all joined groups. 4 years ago
catbref 51bfd49e25 Re-add missing senderName & recipientName to output of API call GET /chat/messages 4 years ago
catbref 7102f4a727 Fix for incorrect amounts reported by API 4 years ago
catbref 28991a926f Fix incorrect getDataLength() in RegisterNameTransactionTransformer 4 years ago
catbref 74f89af841 Enforce version 2+ for DEPLOY_AT 4 years ago
catbref b4284515e7 Unify transaction NAME_NOT_LOWER_CASE checks to Unicode NAME_NOT_NORMALIZED version 4 years ago
catbref 032c5d0d07 Add missing fee check to TRANSFER_PRIVS 4 years ago
catbref 72100fe1d8 Refactor Unicode 'reduced' name code from side-effects into 'data' objects. 4 years ago
catbref ed178e744d Merge branch 'asset-unicode' into launch 4 years ago
catbref 94f7079c2e Unicode homoglyph support to Assets 4 years ago
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