2648 Commits (774a3b3dcd59fc5a1302d416efca9d4c752fc5ce)
 

Author SHA1 Message Date
CalDescent 774a3b3dcd Catch RuntimeException, so that the gRPC client is shutdown. 2 years ago
CalDescent 30567d0e87 Correctly handle shutdown of gRPC managed channel on error. 2 years ago
CalDescent 6b53eb5384 Pirate Chain uses the 'b' prefix for P2SH addresses, but the light wallet library is configured to use 't3' (from Zcash), so it's easiest to just derive a different prefix for each destination. 2 years ago
CalDescent 767ef62b64 Added PirateChain.isValidWalletKey() 2 years ago
CalDescent f7e6d1e5c8 Merge branch 'master' into pirate-chain 2 years ago
CalDescent 551686c2de Updated AdvancedInstaller project for v3.3.1 2 years ago
CalDescent b73c041cc3 Bump version to 3.3.1 2 years ago
CalDescent 9e8d85285f Removed extra unnecessary digest after writing new data. 2 years ago
CalDescent f41fbb3b3d Removed "consecutive blocks" limitation in block minter. 2 years ago
CalDescent 3f5240157e Return more detailed errors in trade portal APIs. 2 years ago
CalDescent 7c807f754e First draft of Pirate Chain trade bot. Not tested yet. 2 years ago
CalDescent 9e1b23caf6 Removed unused constants. 2 years ago
CalDescent c2bad62d36 Updated status text when not initialized. 2 years ago
CalDescent 4516d44cc0 UnspentOutput additions to support latest PirateChainHTLC methods 2 years ago
CalDescent 9c02b01318 Added PirateChainHTLC.getUnspentFundingTxid(), allowing a minimum amount to be specified. 2 years ago
CalDescent 08fab451d2 Added PirateChainHTLC.getFundingTxid(), to lookup the txid that funded a P2SH. 2 years ago
CalDescent d47570c642 First draft of Pirate Chain ACCT, with modifications to allow for 33 byte public keys instead of 20 byte PKH. Pirate Chain HTLCs are required to use full public keys rather than hashes. 2 years ago
CalDescent 4547386b1f Increase receiving_account_info column size from 32 to 128 bytes, to allow for Pirate Chain sapling shielded addresses, which are much longer. 2 years ago
CalDescent ab01dc5e54 Implemented address validation for Pirate Chain 2 years ago
CalDescent 380c742aad Pirate chain minimum order size temporarily decreased to 0.0001, for testing only. 2 years ago
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 e552994f68 Merge branch 'master' into pirate-chain 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 a4d4d17b82 Added /wallets to .gitignore, in preparation for pirate chain support. 2 years ago
CalDescent 0829ff6908 Fixed bugs in tooltip, introduced in lite node branch 2 years ago
CalDescent 2d1b0fd6d0 Merge branch 'lite-node' 2 years ago
CalDescent 122539596d Merge branch 'qdn-direct-connections' 2 years ago
CalDescent 86015e59a1 Updated AdvancedInstaller project for v3.3.0 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 3fc4746a52 Merge branch 'master' into pirate-chain 2 years ago
CalDescent 1ea1e00344 Bump version to 3.3.0 2 years ago
CalDescent 598f219105 Don't require a full synchronization in order to return the ARRR wallet address. 2 years ago