1245 Commits (1613375cc0d971dd0b127b1dfbc8727028962c22)
 

Author SHA1 Message Date
CalDescent 8c305d8390 Reduced log levels of recent synchronizer / controller log additions from INFO to DEBUG. 3 years ago
CalDescent 0345c5c03b Updated AdvancedInstaller project for v1.5.3 3 years ago
CalDescent cc6ac4c9d9 Bump version to 1.5.3 3 years ago
CalDescent 2ceba45782 Fast sync default blocks per request increased to 100. 3 years ago
CalDescent ed423ed041 Increased MAX_DATA_SIZE and SYNC_BATCH_SIZE, to increase the effectiveness of the batch sync. 3 years ago
CalDescent f58a52eaa4 Further work to increase the response timeout when requesting multiple blocks. 3 years ago
CalDescent 688404011b Relocate FETCH_BLOCKS_TIMEOUT to Peer.java and use a static import. 3 years ago
CalDescent 8881e0fb75 Merge branch 'master' into sync-multiple-blocks 3 years ago
CalDescent 61de7e144e Merge branch 'networking' into sync-multiple-blocks 3 years ago
CalDescent 815934ff5c Added GET /crosschain/htlc/redeemAll/LITECOIN API 3 years ago
CalDescent c3ff9e49e8
Merge pull request #40 from szisti/fixedNetwork 3 years ago
Istvan Szabo d52875aa8f Added logs to intentional disconnects 3 years ago
Istvan Szabo 9027cd290c Filter out on demand connections when using fixed network 3 years ago
Istvan Szabo 58a7203ede Support for configuration based fixed network 3 years ago
CalDescent 5a84016a91
Merge pull request #39 from szisti/networking 3 years ago
Istvan Szabo bb0269f484 Converted time format 3 years ago
Istvan Szabo 1adc9349fc Added connection age to connected peers dto 3 years ago
Istvan Szabo 06215c83f2 Reduced log levels 3 years ago
Istvan Szabo 8a828137ee Removed code coverage report as it seems to conflict with tests randomly 3 years ago
Istvan Szabo de4b1c8f09 Removed missed functional change 3 years ago
Istvan Szabo 265d40f04a Code formatting and logging changes for networking 3 years ago
szisti b64e52c0c0
Automated testing (#38) 3 years ago
CalDescent ac02e5c0a6
Merge pull request #37 from szisti/fix-cross-transaction-display 3 years ago
Istvan Szabo 427a415fbf Adjusted bitcoiny to convert transaction info into the new DTO 3 years ago
Istvan Szabo 9a3414aaa7 Added new DTO to store the data 3 years ago
CalDescent 7f5486dade Merge branch 'master' into sync-multiple-blocks 3 years ago
CalDescent c8897ecf9b Rewrite of HSQLDBATRepository.getBlockATStatesAtHeight() SQL query 3 years ago
CalDescent 2c8b94d469 Always use the org.qortal.utils.Base58 implementation 3 years ago
CalDescent 36c1cfae51 Log the P2SH address when redeeming or refunding LTC via the API. 3 years ago
CalDescent 41ad78750e Don't allow QORT addresses to be used as the receiving address when redeeming LTC 3 years ago
CalDescent 3eaa4d5b38 Added /crosschain/htlc/refund/LITECOIN/{ataddress}/{receivingAddress} API 3 years ago
CalDescent 35176f9550 Added other files to .gitignore 3 years ago
CalDescent eb2c7268ea Removed .DS_Store files. 3 years ago
CalDescent 80311355ae Added /blocks/signature/{signature}/data API 3 years ago
CalDescent 39d1590ace Improved descriptions of the new API endpoints. 3 years ago
CalDescent 0b36b650a4 Added /redeem/LITECOIN/{ataddress} API 3 years ago
CalDescent 39575e8542 Added /refund/LITECOIN/{ataddress} API 3 years ago
CalDescent 326ef498b0 Added /crosschain/htlc/redeem/LITECOIN/{ataddress}/{tradePrivateKey}/{secret}/{receivingAddress} API 3 years ago
CalDescent 5148bad82e /crosschain/htlc APIs now take base58 encoded params instead of hex. 3 years ago
CalDescent 518f02472f Added POST /crosschain/LitecoinACCTv1/redeemmessage API 3 years ago
CalDescent ee5a132eb2 Updated AdvancedInstaller project for v1.5.2 3 years ago
CalDescent 654dc5bff3 Bump version to 1.5.2 3 years ago
CalDescent 27aeb4f05f Merge branch 'master' into sync-multiple-blocks 3 years ago
CalDescent 13dcf7f72a Added/updated some comments relating to a possible future optimization. 3 years ago
CalDescent 65c26f17df Reduced "Error while trying to find common block with peer" log from INFO to DEBUG when determining which peer to sync with. When performing the actual synchronization, use INFO logging as this is a more serious error. 3 years ago
CalDescent 3bedba71d5 Reduced frequency and level of some synchronizer logs. 3 years ago
CalDescent 1ba64d9745 Bumped bitcoinj version from 0.15.6 to 0.15.10 3 years ago
CalDescent 84bf570243 Added optional "maxtrades" parameter to /crosschain/price/{blockchain} API 3 years ago
CalDescent 28d50bccf9 Exclude peers if we don't have a complete set of their block summaries. 3 years ago
CalDescent 66711c2e9d Require a complete sync in syncToPeerChain() 3 years ago