339 Commits (2621e04025cf9dcd437b54143ce4d6a8672e0214)
 

Author SHA1 Message Date
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
catbref 3a3cc5a81b Improve API output of GET /blocks/forgers 5 years ago
catbref 97a5b3ef9b Increase max proxy relationships in blockchain config 5 years ago
catbref 5429cb12dd Possible fix for single instance check by AI Windows launcher 5 years ago
catbref 2f3123a315 Add lock around some Peer.peerData actions to help sync 5 years ago
catbref 6a969f9473 Add limit to number of proxy forging relationships per generator account. 5 years ago
catbref de96e8347d Move handling of GET_PEERS from Controller to Network. On sync fail, only update outbound peer info in repository to help prevent useless 'known peer' entries. 5 years ago
catbref dcb8d67236 Don't allow new transactions to be submitted if not up to date 5 years ago
catbref 491a6ecd67 Fix incorrect declared transaction length for create-group transactions 5 years ago
catbref 9ac52f6a86 Fix missing network-related repository.saveChanges() 5 years ago
catbref 7993c3e594 Change node UI start URL to index.html 5 years ago
catbref 921953d304 Clean up inbound peer entries from repository & fix sending peer lists 5 years ago
catbref 912ec22417 Minor warning fix 5 years ago
catbref a2cc4983a0 Add "involved" optional query param to API call GET /address/proxying, for convenience 5 years ago
catbref e42c3e60bc Added mock-up of node management UI 5 years ago