1255 Commits (b286c15c515dc52dd695de193d8803786256968b)
 

Author SHA1 Message Date
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
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
CalDescent 255233fe38 Reduced log spam. 3 years ago
CalDescent 6532c258f6 Reduced log spam. 3 years ago
CalDescent 4ac3984b7c Merge branch 'master' into sync-multiple-blocks 3 years ago
CalDescent 83e2b10904 Merge branch 'ignore-old-versions' 3 years ago
CalDescent 26c1793d85 Added "allowConnectionsWithOlderPeerVersions" setting (default: true) 3 years ago
CalDescent 23a9eea26b Merge branch 'ignore-old-versions' 3 years ago
CalDescent af9b536dd9 Moved version check above getMinBlockchainPeers() check, so that nodes with old versions aren't counted. 3 years ago
CalDescent e4874f86f9 Merge branch 'block-timings' of github.com:Qortal/qortal into block-timings 3 years ago
CalDescent e300a957e4 Added online accounts count to /blocks/byheight/{height}/mintinginfo API and block-timings.sh script. 3 years ago
CalDescent 1c38afcd25 Slight reordering of vars. 3 years ago
CalDescent a06faa7685 Updated usage info to reflect the fact that the "count" parameter is optional. 3 years ago
CalDescent 019ab2b21d Added tools/block-timings-sh which can be used to test out new block timings (specified in blockchain.json). 3 years ago
CalDescent f6ba5f5d51 Added /blocks/byheight/{height}/mintinginfo API, which returns info on the minter level, key distance, and block timings. 3 years ago
CalDescent c4cbb64643 Added "minPeerVersion" setting, and avoid syncing with peers on lower versions. 3 years ago
CalDescent 8260cec713 Added "maximumCount" parameter to HSQLDBATRepository.getMatchingFinalATStatesQuorum() and use it to limit the number of ATs being returned in the query. 3 years ago
CalDescent 428af3c0e8 Only use fast sync on trimmed blocks, as others are too large. 3 years ago
CalDescent 68544715bf Skip Block.logDebugInfo() altogether if the log level is more specific than DEBUG, to avoid wasting resources. 3 years ago
CalDescent d2ea5633fb Fixed divide by zero exception. 3 years ago
CalDescent f4520e2752 Skip Block.logDebugInfo() altogether if the log level is more specific than DEBUG, to avoid wasting resources. 3 years ago
CalDescent 475802afbc Fixed divide by zero exception. 3 years ago
CalDescent 3aa9b5f0b6 Increased timeout when syncing multiple blocks from 4s to 10s. 3 years ago
CalDescent 6c5dbf7bd0 Preliminary version for fast sync set to 1.6.0, because 1.5.x is already released. 3 years ago
CalDescent 3b3dc5032b Merge branch 'master' into sync-multiple-blocks 3 years ago
Tom a170668d9d Updated AdvancedInstaller project for v1.5.1 3 years ago
Tom f8dac39076 Updated AdvancedInstaller project for v1.5.0 3 years ago
CalDescent fe4ae61552 Added "maxRetries" setting. 3 years ago
CalDescent 0c3597f757 Bump version to 1.5.1 3 years ago
CalDescent 6109bdeafe Set go-live timestamp for same-length chain weight consensus: 1620579600000 3 years ago
CalDescent 6e9a61c4e5 Fixed logging issue where it would underreport the number of common blocks found when loading some from the cache. 3 years ago
CalDescent 8e244fd956 Fixed yet another bug with minChainLength. 3 years ago
CalDescent 2eb6771963 Adapted logging in comparePeers() to report correct values for both chain weight algorithms. 3 years ago
CalDescent db77108054 Log the number of blocks used in Block.calcChainWeight() 3 years ago
CalDescent 241e2bef85 Merge branch 'master' into chain-weight-consensus 3 years ago
CalDescent fac02dbc7d Fixed bug in maxHeight parameter passed to Block.calcChainWeight() 3 years ago
CalDescent 9ebcd55ff5 Fixed calculation error in existing chain weight code, which would have caused the last block to be missed out of the comparison after switching to same-length chain comparisons. 3 years ago
CalDescent 50244c1c40 Fixed bug which would cause other peers to not be compared against each other, if we had no blocks ourselves. 3 years ago