1048 Commits (641a6580593b761a007ffa3e2e0eb5d2ebb47350)
 

Author SHA1 Message Date
catbref 3d79408574 API GET /blocks/signature/{signature} now returns BLOCK_UNKNOWN instead of null 4 years ago
catbref 67b184acc9 Chat websockets! 4 years ago
catbref 11040ae60a Added ws://hostname:apiport/websockets/chat/active/{address} 4 years ago
catbref a338202ded Fix incorrect PoW buffer usage length in verify & adjust difficulties 4 years ago
catbref e0398490ae Override reference checking for PUBLICIZE transaction type 4 years ago
catbref 847093edac Fix incorrect PoW buffer length usage 4 years ago
catbref 758a42db36 Fix incorrect txType in PUBLICIZE layout 4 years ago
catbref c2b253df55 Remove extraneous import to cure warning 4 years ago
catbref cc3adc6720 Correct API models from using "Bitcoin refund/redeem address" to pubkeyhash 4 years ago
catbref d77acd9eb9 Delete "old" peer from in-memory known peer cache too 4 years ago
catbref 5ad2bc1940 Merge branch 'MESSAGE-PoW' into launch 4 years ago
catbref ea4c51026b Merge branch 'block-rewards' into launch 4 years ago
catbref d0b4a1f12f Added PoW to MESSAGE (for zero fee). DB and tx layout changes. 4 years ago
catbref 50b912e229 Improved tools/publish-auto-update.pl 4 years ago
catbref 5ffddd0169 Changes to block reward distribution 4 years ago
catbref b5512dfa91 Rework block rewards to be faster and only reward *online* founders. 4 years ago
catbref 2493d5f7a8 Fix wrong test blockchain config being used for legacy qora holder testing 4 years ago
catbref bef1828404 Add support for multiple P2SH funding transactions rather than requiring only one 4 years ago
catbref 0ae232b8ba Fix return result from ElectrumX.broadcastTransaction 4 years ago
catbref cdf0795881 Add extra test case to MemoryPoW 4 years ago
catbref 31e85226f4 WASM version of MemoryPoW! 4 years ago
catbref 8df3c68df9 Update auto-update tools to work with testnet and on non-master branch (e.g. a testnet branch) 4 years ago
catbref ca0deb2bf6 Allow tools/build-auto-update.sh to work on non-master branch (with warning) 4 years ago
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