1189 Commits (ceb3969c8bde5d232c59710a7525e4b9d9e16688)
 

Author SHA1 Message Date
QuickMythril ceb3969c8b
load icons into gui 3 years ago
QuickMythril 6f048ef40e
add status icons 3 years ago
CalDescent 6d549b0754 Updated AdvancedInstaller project for v1.5.5 3 years ago
CalDescent 02dd64558f Bump version to 1.5.5 3 years ago
CalDescent d25e98d9c4 Include peer connection ID in recently created log message. 3 years ago
CalDescent 227cdc1ec8 Log each sync attempt when our blockchain isn't up to date 3 years ago
CalDescent 2c585a9328 Upper connection time limit reduced from 60 mins to 20 mins. 3 years ago
CalDescent 45b0d9e19b Added more initial peers, submitted by CWDSYSTEMS 3 years ago
CalDescent 026a4b896c Added BTC and LTC electrum nodes submitted by CWDSYSTEMS 3 years ago
CalDescent 78237fcd11 Don't intentionally disconnect peers if we are currently syncing with them. 3 years ago
CalDescent 73cc3dcb92 Force a disconnect of each peer when the connection age reaches the maximum allowed time. 3 years ago
CalDescent 4cff03e7fe Include "size" value in the "Synchronized with peer" logs. 3 years ago
CalDescent 280f7814aa Merge branch 'master' of github.com:Qortal/qortal 3 years ago
CalDescent 3174681bd8 Removed /src/main/resources/log*.properties from .gitignore 3 years ago
CalDescent 853f80b928 Updates to build-zip.sh and build-release.sh 3 years ago
CalDescent 8bdad377d7 Removed outdated qortal.jar from "WindowsInstaller/Install Files" directory. 3 years ago
CalDescent 9e1c2a5bd1 Updated AdvancedInstaller project for v1.5.4 3 years ago
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