2584 Commits (2d29fdca00ccfa34fa3188b192d7a7d0a9403a4e)

Author SHA1 Message Date
CalDescent 368359917b Use LegacyZcashAddress (copied and modified from bitcoinj) to derive and encode Pirate Chain P2SH addresses. 2 years ago
CalDescent 1c1b570cb3 Added Pirate TLC and raw transaction tests 2 years ago
CalDescent 3fe43372a7 Added PirateChainHTLC - uses a different HTLC format suitable for Pirate Chain. 2 years ago
CalDescent c7bc1d7dcd Hardcode fee to MAINNET_FEE when sending coins. 2 years ago
CalDescent a7ea6ec80d Added wrapper methods for Pirate LiteWalletJni P2SH funding/redeeming/refunding. 2 years ago
CalDescent 9cf574b9e5 Added support for Pirate Chain transaction lookups and deserialization, necessary for HTLC status checks. 2 years ago
CalDescent 20e63a1190 Removed "consecutive blocks" limitation in block minter. 2 years ago
CalDescent f6fc5de520 Removed extra unnecessary digest after writing new data. 2 years ago
CalDescent 0b89118cd1 Fixed bug in Pirate wallet transaction parsing. 2 years ago
CalDescent fa3a81575a Reduce wasted time that could otherwise be spent validating queued transaction signatures. 2 years ago
CalDescent 6990766f75 Speed up unconfirmed transaction propagation. 2 years ago
CalDescent e1e1a66a0b Improvements and fixes to PirateWallet 2 years ago
CalDescent b33afd99a5 Bump invalid transaction import logging from trace to debug. 2 years ago
CalDescent 3c2ba4a0ea Improved logging when importing transactions. 2 years ago
CalDescent ab0fc07ee9 Refactored transaction importer, to separate signature validation from importing. 2 years ago
CalDescent 001650d48e Fixed typo in currently unused getSignaturesInvolvingAddress() method. 2 years ago
CalDescent 659431ebfd Added "txTypes" parameter to GET /transactions/unconfirmed, to allow optional filtering of unconfirmed transactions by one or more types 2 years ago
CalDescent 0a419cb105 Added "creator" parameter to GET /transactions/unconfirmed, to allow filtering unconfirmed transactions by creator's public key 2 years ago
CalDescent 0829ff6908 Fixed bugs in tooltip, introduced in lite node branch 2 years ago
CalDescent 107a23f1ec Switch to PirateChainMainNetParams 2 years ago
CalDescent abce068b97 Catch UnsatisfiedLinkError when initializing Pirate Chain library 2 years ago
CalDescent 28fd9241d4 Fixed issues with merge 2 years ago
CalDescent 598f219105 Don't require a full synchronization in order to return the ARRR wallet address. 2 years ago
CalDescent bbf7193c51 Fixed bugs in wallet initialization 2 years ago
CalDescent adecb21ada Added mainnet xpub addresses for DGB and RVN tests, as testnet support isn't fully implemented yet. 2 years ago
CalDescent fa4679dcc4 Updated DGB and RVN tests due to conflict. 2 years ago
CalDescent 58917eeeb4 "walletsPath" is now configurable in the settings. 2 years ago
CalDescent dac484136f Fixed bug in name rebuilding. 2 years ago
CalDescent 999ad857ae Fixed typo 2 years ago
CalDescent d073b9da65 Added support for Pirate Chain wallets. 2 years ago
CalDescent aaa0b25106 Make sure to set Peer.isDataPeer() to false as well as true, to prevent bugs due to object reuse. 2 years ago
CalDescent f7dabcaeb0 Increase ONLINE_ACCOUNTS_MODULUS from 5 to 30 mins at a future undecided timestamp. 2 years ago
CalDescent da47df0a25 Fixed merge issue. 2 years ago
CalDescent 6bb9227159 Removed RavencoinACCTv1 2 years ago
CalDescent a95a37277c Removed DigibyteACCTv1 and v2 2 years ago
CalDescent 48b9aa5c18 Allow images to be displayed in QDN websites via data: and blob: 2 years ago
CalDescent 1d7203a6fb Bug fixes found when testing previous commits. 2 years ago
CalDescent 1030b00f0a Keep track of peers requesting data for which we have at least one chunk. Then allow subsequent incoming connections from that peer through, up to a maximum of maxDataPeers. 2 years ago
CalDescent 0c16d1fc11 Added "maxDataPeerConnectionTime" setting (default 2 mins). 2 years ago
CalDescent ed04375385 Increased default maxPeers from 32 to 36 to compensate - otherwise the network will lose a considerable amount of inbound capacity. 2 years ago
CalDescent 6e49d20383 Added "maxDataPeers" setting to reserve 4 connections by default for direct QDN data requests. 2 years ago
CalDescent dc34eed203 Include our address when requesting QDN data 2 years ago
CalDescent fbe4f3fad8 Fixed incorrect minOutboundPeers conditional 2 years ago
CalDescent 7f9d267992 Improved lite node response error logging. 2 years ago
CalDescent 52904db413 Migrated new lite node message types to new format. 2 years ago
CalDescent 0695039ee3 Fixed long term bug causing last line to be missed out. 2 years ago
CalDescent a4bcd4451c Added "tail" parameter to GET /admin/logs to allow returning the last X (limit) lines. 2 years ago
CalDescent e5b4b61832 Fixed bugs causing "Hash ... does not match file digest ..." errors 2 years ago
CalDescent 46701e4de7 Revert "Remove peers with unknown height, lower height or same height and same block signature (unless we don't have their block signature)" 2 years ago
QuickMythril 0f52ccb433 add Ravencoin ACCTs 2 years ago