833 Commits (8b0b1db5a4d741b3850b4136c901b3c679595531)
 

Author SHA1 Message Date
catbref 7bb2f841ad Rip out historic account balances as they take up too much DB space. 5 years ago
catbref 558263521c Minor fix to auto-update tx publish script 5 years ago
catbref 1db8c06291
Merge pull request #2 from IceBurst/patch-1 5 years ago
catbref edee08a7b5
Merge pull request #1 from nitrokrypt/master 5 years ago
catbref 0594bdf1c7 Bump to v1.0.5 in pom.xml. Filter out build/test artifacts from shaded JAR. 5 years ago
catbref 72c299a331 Add SysTray notification for DB backup. More translations. 5 years ago
catbref 0b42a7ad63 Modify minOutboundPeers, maxPeers and maxNetworkThreadPoolSize default settings 5 years ago
catbref 51e59f6ab7 Change HSQLDB repository log fsync() interval from 500ms to 5s 5 years ago
catbref 38394de661 Reduce peer response timeout from 5s to 2s 5 years ago
catbref 22f9755f4f Performance optimizations. Accounts/NTP/System.currentTimeMillis, etc. 5 years ago
catbref 4cb2e113cb Log (and discard) duplicate outbound connections to the same peer 5 years ago
catbref e0f024ef5c Performance improvements in networking ExecuteProduceConsume engine 5 years ago
catbref f95cb99cdc Add support for logging PROOF network message calculation time 5 years ago
catbref 1f0170bb4b Increase timeout for transaction submission via API POST /transactions/process from 500ms to 30s 5 years ago
catbref 5eafdf3c80 Bump version to 1.0.4 5 years ago
catbref d7c26c27e1 Add debugging message to Peer regarding lost PING replies 5 years ago
catbref 2d18dd62eb Translation / API response improvements 5 years ago
catbref 51fd177d79 Add access to network engine stats 5 years ago
catbref c4643538f1 Improve Synchronizer to reduce network load 5 years ago
catbref 0edadaf901 Remove warning 5 years ago
catbref c05533fb71 Fix comment 5 years ago
catbref db270f559f Improve minting/syncing status reporting 5 years ago
catbref 79f7f68b0c Change when BlockMinter decides it's ok to mint a block 5 years ago
catbref d30d61edab Reworking/speed-ups for block rewards & general account DB manipulation 5 years ago
catbref f7e2ee383e More complete testing of block reward distribution to founders 5 years ago
catbref 544fdbfbe9 Add database-level CHECK constraint on account balances 5 years ago
catbref c3d1ecb7e1 Reduce maximum allowed distance back to common block 5 years ago
catbref 873a9d0cee Add support for testing with multiple online accounts 5 years ago
catbref 95cb5f607b Use HSQLDB v2.5.0 but with fix for INSERT...ON DUPLICATE KEY UPDATE bug 5 years ago
catbref 54d0b721c4 Dynamically allocate/deallocate Peer byteBuffer to reduce memory load at the expense of extra GC 5 years ago
catbref 4a4678b331 Immediately close socketChannels after accepting peers we won't use 5 years ago
catbref 12f9ecaaca Faster Synchronizer shutdown by checking Controller.isStopping() 5 years ago
catbref 1d3ee77fb8 Increase default number of peers required before a node can mint/sync, and other settings 5 years ago
IceBurst 83bce3ce52
Java Checks 5 years ago
nitrokrypt bf288dbfc2 Fixed Images 5 years ago
catbref 64055e280d Shutdown controller, and hence entire node, if networking or API fail to start. 5 years ago
catbref 90e0f9dddc Fix system-dependent path separator usage. 5 years ago
catbref b0b0e2ac18 Strip JNI options before calling ApplyUpdate 5 years ago
catbref 9db606af5a Latest genesis block 5 years ago
catbref 5bfc17bd64 Remove node UI and have tray icon open local/remove UI server 5 years ago
catbref a3c44428d3 Restrict TRANSFER_PRIVS recipients to new (non-existent) accounts. 5 years ago
catbref 450ff7318f Slightly more restrictive API access 5 years ago
catbref 2dffd382ae Pre-launch blockchain config / genesis block 5 years ago
catbref e425fe5d5a Translation fixes 5 years ago
catbref a68caa2de1 Fix serialization of negative BigDecimal values! 5 years ago
catbref 3470b8bf57 Added API call GET /transactions/reference/{reference} for looking up a transaction by its reference 5 years ago
catbref 99e11d1f52 Actually respect 'autoUpdateEnabled' setting 5 years ago
catbref 743db9190e Reworked/improved auto-update build/publish tools. 5 years ago
catbref 53b3d09288 Fix rebase-and-rebuild.sh to use org.qortal.XorUpdate instead of old org.qora.XorUpdate 5 years ago
catbref 4565d0ddcb Check auto-update can be fetched before broadcasting auto-update TX 5 years ago