514 Commits (51fd177d79cd001b3f9f57813c19296e57ded457)
 

Author SHA1 Message Date
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
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
catbref de51de1819 Tools for building, and broadcasting, auto-update 5 years ago
catbref 282f6e6e2a Changed error response from RewardShareTransaction.isValid() for existing self-shares. 5 years ago
catbref a4e127c84a Added INDEX to speed up block orphaning. 5 years ago
catbref 0e9bbfe6fa Hide transaction approvalStatus field from sample POST data in API documentation 5 years ago
catbref 211116160c Added AutoUpdates.md notes about the auto-update feature 5 years ago
catbref a6c1f1086f Disable Java JVM memory flags by default in run.sh script 5 years ago
catbref 774a8f20ee Fixed API call GET /blocks/minter/{address}. Now returns block summaries instead of full block data. 5 years ago
catbref 1cb2935cad Improved run.sh, additional stop.sh and bumped genesis block timestamp in blockchain.json 5 years ago
catbref 07d4d6f11d Fix genesis block change detection 5 years ago
catbref e55e811fcc Added example shell script to run Qortal and updated README.md 5 years ago
catbref 3ef4711c27 Log noise: don't log zero NTP offsets or unimplemented transaction types 5 years ago
catbref e0e9673837 Massive refactor to change 'qora' references to 'qortal'. 5 years ago
catbref 87dffb183e Changes needed to build Windows installer 5 years ago
catbref dce919f58c Updated pre-launch blockchain config + fixes 5 years ago
catbref 996e1c3a20 Fix node-management-ui placeholder wrt. reproducible builds 5 years ago
catbref 2af370d55d pom.xml modifications for reproducible builds 5 years ago
catbref d2d2956c8a Updated build instructions in README.md and moved database info to DATABASE.md 5 years ago
catbref 5dec4fd8a1 Improve TRANSFER_PRIVS tests to cover more aspects 5 years ago
catbref 1f7827b51f Interim work on TRANSFER_PRIVS transaction 5 years ago