1836 Commits (020bd00b8f27b1803be7b69cd7ffe39dcbd19dff)
 

Author SHA1 Message Date
catbref 4330782bb7 Added Ed25519 signature verify test JavaScript 5 years ago
catbref 2889d04633 Fix incorrect orphaning of BUY_NAME transactions. 5 years ago
catbref f83dc26ae0 ExecuteProduceConsume and networking improvements 5 years ago
catbref c597f11c37 Fix fetching asset-related transactions from DB where asset might not exist. 5 years ago
catbref 3b3888ae0d Fix asset ordering for old-pricing orders 5 years ago
catbref 6abc3f4d39 Networking improvements 5 years ago
catbref ea3528015a Add support for v1-protocol BLOCK message 5 years ago
catbref 84e812484b Fix GenesisBlock ISSUE_ASSET transactions for v1 chains 5 years ago
catbref e631e69fa1 Use bindAddress from Settings for UI, API and P2P. 5 years ago
catbref 8a0d93f304 Fix up after epic git history rebuild due to LFS issue 5 years ago
catbref fa0b7615a6 Fixing peer disconnections due to slow processing & Transaction expiry 5 years ago
catbref 1094db288e Catch SystemTray.isSupported errors (and act as if no support). 5 years ago
catbref 63b262a76e NTP and performance changes + fixes. 5 years ago
catbref 05e491f65b Relax max clock offsets for block gen and peer connections. 5 years ago
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