553 Commits (2c4bad64552f2a6767a421c566128208e20dcae4)
 

Author SHA1 Message Date
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
catbref 2e6d33659c Fix CANCEL_ASSET_ORDER check for already closed, partially/fully matched, order. 5 years ago
catbref aa141bb97f Added settings.json to gitignore 5 years ago
catbref d1d45b12f7 Added unit test to check initial proxy reward share of 0% is invalid 5 years ago
catbref 9af18aad34 Setting proxy forging reward share to 0% removes proxy forging relationship. 5 years ago
catbref 46dc91e5a0 Bump HSQLDB from svn r5970 to release v2.5.0 5 years ago
catbref ae6cf9fc32 Fix ordering when requesting summary of block forgers 5 years ago
catbref 4f25fffbe9 Change API transaction subsmission from single-shot to 500ms timeout for obtaining blockchain lock 5 years ago
catbref 03f60ef898 Fix incorrect declared transaction length for SET_GROUP and VOTE_ON_POLL transactions. 5 years ago
catbref 02e8bdb034 Add support for fetching updates using a combination of hostname and IP address. 5 years ago
catbref 8dd4745c5c Work on auto-update 5 years ago
catbref 4ced9cc3e2 More flexible auto-update locations 5 years ago
catbref 1d7bda5d46 Don't propagate new transactions back to sending peer. Added small inter-peer delay when doing network broadcast. 5 years ago
catbref c2e8392f05 Synchronization improvements (again!) 5 years ago
catbref d910cce807 Improve API peer info output 5 years ago
catbref 20200b844e Networking and synchronization improvements 5 years ago
catbref ffffb50884 Networking/Controller changes to aid broadcast of unconfirmed transactions. 5 years ago
catbref 680361daa6 Temporary fix to Controller to only try to acquire blockchain for incoming new unconfirmed transactions 5 years ago
catbref c03a5c3d0e Fix incorrect count of forged blocks 5 years ago
catbref b7f53afe68 Improve API output for GET /peers 5 years ago