1202 Commits (79691541aede6f867fc3f09387dcfd587b90830a)
 

Author SHA1 Message Date
CalDescent 79691541ae
Merge pull request #51 from JaymenChou/patch-2 3 years ago
CalDescent 05d0542875
Merge pull request #50 from JaymenChou/patch-1 3 years ago
CalDescent 1d22b39a1d
Merge pull request #52 from marcomoesman/master 3 years ago
CalDescent 549b68cf71
Merge pull request #53 from DrewMPeacock/master 3 years ago
CalDescent 55f87de2e0 Updated AdvancedInstaller project for v1.5.6 3 years ago
CalDescent b8424e20aa Bump version to 1.5.6 3 years ago
Sir.Galahad bbe3a30e77 Removes the flawed BIP-39 implementation in the core. 3 years ago
Marco Moesman 39d8750ef9
Merge branch 'Qortal:master' into master 3 years ago
CalDescent 52b0c244a8 Extend CHECKPOINT_LOCK to HSQLDBSaver.execute() 3 years ago
CalDescent ee95a00ce2 Hopeful fix for "Performing repository CHECKPOINT..." deadlock. 3 years ago
Marco Moesman aff4f6c859
Create TransactionValidity_nl.properties 3 years ago
Marco Moesman 1f8f73fa30
Create ApiError_nl.properties 3 years ago
Marco Moesman 620d6624a9
Create SysTray_nl.properties 3 years ago
JaymenChou 287f42ae64
Update and rename SysTray_zh.properties to SysTray_zh_SC.properties 3 years ago
JaymenChou d976c97d13
Create SysTray_zh_TC.properties 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