1172 Commits (b1777b601116de818810abe35b47211c9e694944)
 

Author SHA1 Message Date
CalDescent b1777b6011 Bump version to 1.5.4 3 years ago
CalDescent e3923b7b22 Fixed issue causing frequent disconnects (found by szisti) 3 years ago
CalDescent a43993e3ec Use placeholder build timestamp and build version when building without mvn package (e.g. from within an IDE) 3 years ago
CalDescent 319e64bacc Defend against an edge case NPE in the chat messages websocket. 3 years ago
CalDescent ecf044bed1 Removed qortal-backup folder from git 3 years ago
CalDescent 76e1de38e8 Workaround for issue where sometimes an AT stays in "TRADING" mode even after it is marked as finished. This caused Bob's tradebot to enter BOB_REFUNDED mode instead of redeeming the LTC. This workaround treats "TRADING" as "REDEEMED" as long as the AT is finished. It will still enter the BOB_REFUNDED state if the AT's trade state is "REFUNDED" or "CANCELLED", to prevent it trying to redeem LTC without the secret. Longer term we need to prevent the AT itself from getting in this state to begin with, but this should at least solve the LTC redemption problem that occurs as a result. 3 years ago
CalDescent 1648a74ed7 Removed code which auto deletes trade bot data if it can't locate the AT after 24 hours. It's not a good idea to ever delete trade bot data, since it can contain private keys necessary to redeem or refund LTC. We have seen at least one instance of this where the trade bot data was deleted for an active trade. We still have the auto backup in these cases, so the keys are recoverable, but it's safest to avoid any auto deletions. 3 years ago
CalDescent c443187d0b Reduce log spam by logging the total number of expired unconfirmed transactions that are deleted, rather than each one individually. The individual deletion logs have been moved from INFO to DEBUG. 3 years ago
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 815934ff5c Added GET /crosschain/htlc/redeemAll/LITECOIN API 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 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 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
CalDescent 92d8c37d7d Added AT count to block debug logs. 3 years ago
CalDescent 5824f75669 Rework of the repository export and import functions. 3 years ago
CalDescent deb8adafc9 Added org.json dependency. 3 years ago
CalDescent d2649b237c Moved chain weight calculation log from DEBUG to TRACE. 3 years ago