1046 Commits (98308ecf986190f17c293a72daaae15fe749254c)
 

Author SHA1 Message Date
CalDescent 98308ecf98 Bump version to 1.4.6 4 years ago
CalDescent 8d613a6472 MAXIMUM_RETRIES reduced from 3 to 1 4 years ago
CalDescent c3e5298ecd Added a few checks for Controller.isStopping() in synchronizer loops, to try and speed up the shutdown time. 4 years ago
CalDescent e89d31eb5a Rewrite of Synchronizer.syncToPeerChain(), this time borrowing ideas from Synchronizer.applyNewBlocks(). 4 years ago
CalDescent 30160e2843 Fixes to allow publish-auto-update.sh to work with sha256sum versions that add trailing characters. 4 years ago
catbref 503d22e4d0 Updated Qortal.aip for WindowsInstaller for v1.4.5 4 years ago
CalDescent b9a0d489d7 Bump version to 1.4.5 4 years ago
catbref d9d4c4c302 Bump Peer response timeout from 2s to 3s 4 years ago
catbref 81c6d75d62 Adjust Synchronizer.MAXIMUM_BLOCK_STEP to 128, which means final summaries request will have enough to cover MAXIMUM_COMMON_DELTA (8+16+32+64+128 = 248, which is >240) 4 years ago
catbref d1419bdfbd Minor comments, adjust max step size when searching for common block 4 years ago
CalDescent 8566d9b7e5 Merge branch 'master' into synchronization-improvements 4 years ago
catbref b319d6db6b Rework BlockMessage caching with new pseudo outgoing-only message that only caches raw bytes 4 years ago
CalDescent 35fd1d8455 Base58 encode signatures in recently added logs. 4 years ago
CalDescent be21771e49 Use SYNC_BATCH_SIZE instead of MAXIMUM_BLOCK_SIGNATURES_PER_REQUEST. 4 years ago
catbref 745528a9b1 Peer.sendMessage() should return false when it can't send because it can't build the message 4 years ago
CalDescent f1422af95b Added retry mechanisms in Synchronizer.syncToPeerChain() 4 years ago
CalDescent f92f4dc1e2 Fixed some log entries in Controller.syncToPeerChain() which were incorrectly reporting our height instead of the height of block(s) being requested from the peer. Now reporting the height of the block (or block sigs) being retrieved, which should make it easier to interpret the logs. 4 years ago
catbref 019cfdc1db Minor comment re-org 4 years ago
CalDescent e694a51cdd Fix for "numberSignaturesRequired" calculation error in Synchronizer.syncToPeerChain() 4 years ago
catbref 4824c4198b Bump version to 1.4.4 4 years ago
catbref ec7d4f4498 Changed "too busy" logging from debug to trace 4 years ago
catbref d635de44a8 Added TODO in HSQLDBRepository about deadlock log spam 4 years ago
catbref bce66bf57f Move HSQLDBRepositoryFactory.POOL_SIZE into Settings as "repositoryConnectionPoolSize" 4 years ago
catbref 0fc5153f9b Merge 'trade-bot-timeout-fix' into master 4 years ago
catbref 0398c2fae1 Try to avoid clogging up network threads by discarding incoming TRANSACTION messages if we're too busy 4 years ago
CalDescent 5fc495eb6a Fix for possible logic bug introduced in commit 33a8f31. 4 years ago
CalDescent 7918622e2e
Merge pull request #31 from sakumatto/master 4 years ago
CalDescent 427fa1816d "blockCacheSize" can now be configured via settings.json. 4 years ago
catbref 0c7e388463 Bump to v1.4.3 4 years ago
catbref be3af53011 Set new block sig go-live block height: block 320000 4 years ago
catbref 414399b2a0 Merge branch 'blocksig' into master 4 years ago
catbref c592051a80 Speed up BlockMinter by filtering out 'unconfirmable' transaction types like CHAT & PRESENCE 4 years ago
catbref 33a8f311e5 Reduce logging noise from lost trade-bot ATs and self-clean if AT does not exist after 24 hours 4 years ago
catbref 018c3cdcd4 Allow users to delete trade-bot entries in any state if corresponding AT does not exist 4 years ago
sakumatto 384dffbf9a Initial Italian translation by Pabs 2021 4 years ago
catbref 0306ecb03d AdvancedInstaller updates for v1.4.2 4 years ago
catbref e5ce732557 More detail in AutoUpdates.md 4 years ago
catbref f19e0498bf Bump to v1.4.2 4 years ago
CalDescent 32ec02225a Added optional "--testnet" or "-t" argument to stop.sh. When passing this argument, it will attempt to stop the core using the default testnet port (62391) rather than the default mainnet port (12391). 4 years ago
catbref 3920933fc7 Add block fetch TRACE logging to Synchronizer 4 years ago
catbref 1fdd7f156c Reduced logging noise from deleteExpiredTransactions but increased detection & logging on "serilization failures" from HSQLDB 4 years ago
catbref 91925cf931 Change block "minter" signature code, to take effect at some future (undecided) height. 4 years ago
catbref 30e58f1c19 Merge branch 'hsqldb-checkpoint' into master 4 years ago
CalDescent 8d5c6db39f Exclude IntelliJ IDEA files from git. 4 years ago
catbref 3453f0efaf Rework HSQLDB CHECKPOINTing to defer until there are no ongoing SQL transactions, in order to prevent DB deadlocks. 4 years ago
catbref eb23940996 Fix potential NPE when trying to obtain opportunistic database connection. 4 years ago
catbref 6cd86d86a6 Add "atFindNextTransactionFix" feature-trigger to all test blockchain configs 4 years ago
CalDescent c3fa34f5b9 Fixed .gitignore to ensure that all .DS_Store files (autogenerated by macOS) are excluded. 4 years ago
CalDescent 0af0aaaa21
Merge pull request #29 from sakumatto/master 4 years ago
CalDescent 02100c502b Exit from stop.sh with an error if curl isn't installed. Based on code submitted by TRM13 in issue #28. 4 years ago