572 Commits (a309f8de9e0b59faa6ab6b3089ea2061c9fc535a)
 

Author SHA1 Message Date
catbref 63036f3592 Increased NTP check interval from 5 minutes to 10 minutes. 5 years ago
catbref 33f3d35784 Fix DB backups not happening when no previous backup exists. 5 years ago
catbref 671dc5995a Don't allow block generation unless system clock is accurate. 5 years ago
catbref 73e53120a9 Improved detection of inaccurate system clock & nagging. 5 years ago
catbref 0c17f9cff6 More useful Synchronizer logging + sync report tool. 5 years ago
catbref 7042dd819f Include NTP checking/reconfigure tools + bump version to 1.3.1 5 years ago
catbref 9ee12f3e45 Reduce execute-produce-consume excessive thread spawning. 5 years ago
catbref b038e10ee7 Prevent multiple system tray icons 5 years ago
catbref 964e0a02ca Fixes/improvements to networking 5 years ago
catbref f8b496ff3c Convert SysTray to use JPopupMenu for Unicode support 5 years ago
catbref 6942c02700 Add ZH translations for SysTray pop-up menu. 5 years ago
catbref 0d85a60c54 New network threading model 5 years ago
catbref 67c245bb9d Don't attempt to synchronize with peers that we know have inferior chain 5 years ago
catbref 82910b6524 Add periodic system-tray pop-up if Windows Time service not running 5 years ago
catbref 9c1ca8de04 Fix HSQLDB backups. 5 years ago
catbref 8109214087 Reduce misbehaviour cooloff from 60min to 10min 5 years ago
catbref b9737372d9 Use default testnet/mainnet listen port as appropriate when peer addresses are given without port 5 years ago
catbref a154a7c073 Change default testnet ports to 9989 (P2P), 9988 (API) and 9980 (node UI) 5 years ago
catbref 21e64d0c8b Increase logging for ApplyUpdate to help debug issues 5 years ago
catbref 0da21356c7 Repository backup/recovery 5 years ago
catbref fdf35bba74 Commented-out commons-net in pom.xml as no longer needed 5 years ago
catbref 7eb5cd55ff Faster shutdown for Peers doing PROOF part of handshake 5 years ago
catbref 2f2d9a664d Replaced all NTP.getTime with System.currentTimeMillis. Clocks handled by O/S 5 years ago
catbref 4d265b8acb Don't log API exceptions or errors if Settings.isApiLoggingEnabled is false 5 years ago
catbref a3e6c24a89 Minor performance improvement with lambda-based logging after initial profiling run 5 years ago
catbref 7b51b1e88d Improve Network.shutdown() and logging in Peer. 5 years ago
catbref 192a072796 Unify setting Transaction's initial group-approval status. 5 years ago
catbref ad827ae01d Fix Controller's processing of HEIGHT_V2 to update all peers with same ID 5 years ago
catbref bdfbea3a53 Remove OSGi/felix from pom.xml 5 years ago
catbref 976ea97af1 Improve pruning of old peers 5 years ago
catbref 9435e9576a Move getRewardByHeight from Block to BlockChain 5 years ago
catbref f45cedb6ff Save lastConnected for outbound peers on completed handshake 5 years ago
catbref 840f52ff90 Added API call GET /blocks/timestamp/{timestamp} and increase timeout on POST /admin/forcesync from 5s to 30s 5 years ago
catbref 2621e04025 Change Peer ping interval to below that of SOCKET_TIMEOUT, used by blocking read()s 5 years ago
catbref e47b4dceb2 StringBuilder, and other, optimizations for repository-related classes. 5 years ago
catbref 48eae0cb38 Minor change to test account assertion message. 5 years ago
catbref 99ffd62a6e Change to how "best block" is determined. 5 years ago
catbref c559c16a4a Add extra isInterrupted() quick-exits to Controller during TRANSACTION_SIGNATURES processing. 5 years ago
catbref fc82bcaf49 Tidying up peer info. 5 years ago
catbref 8b135eb447 Improve startup & shutdown. Improve API call POST /admin/forcesync. 5 years ago
catbref 84f5935d38 Improve shutdown of Network. 5 years ago
catbref c68e0eb6ea change auto-update download locations & logging message 5 years ago
catbref 5b70f0004d Disregard misbehaved peers before counting to see if we can synchronize. 5 years ago
catbref 915eebb8e5 BlockChain.isTestNet now BlockChain.isTestChain. 5 years ago
catbref 1d81c4db6b BlockGen / Synchronizer improvements 5 years ago
catbref 5acc92ef26 Improve TRANSACTION_SIGNATURES handling in Controller. 5 years ago
catbref b48f671774 In AutoUpdate, pass download buffer to SHA256 digester BEFORE deXORing. 5 years ago
catbref 8727780b77 Added XorUpdate utility to help prepare auto-updates. 5 years ago
catbref 877c126ba3 Don't allow incorrect/null ARBITRARY dataType when building transactions via 5 years ago
catbref 4cdb5e6b95 Auto-Update improvements 5 years ago