572 Commits (a309f8de9e0b59faa6ab6b3089ea2061c9fc535a)
 

Author SHA1 Message Date
catbref a309f8de9e Fix dead code warning in Account 4 years ago
catbref df15f81b9f Fix whitespace 4 years ago
catbref 6ab50e4dff Fix some SonarLint complaints 4 years ago
catbref 476d9e4c95 Converted tests from BigDecimal to long 4 years ago
catbref 9eaf31707a Massive conversion from BigDecimal to long. 4 years ago
catbref 0006911e0a Account lastReference cache, now with Block support. 4 years ago
catbref e141e98ecc Interim commit with new AccountRefCache, but no tests and no Block support 4 years ago
catbref 40531284dd Convert old "genesis account" addresses in blockchain configs to new "null account" address 4 years ago
catbref 9e2663b11b Fixed old Qora v1 "GenesisAccount" by replacing with NullAccount 4 years ago
catbref 2602bb01e1 Limit both divisible & indivisible asset quantites to 1e10 (with 8dp) to fit into 8byte long 4 years ago
catbref ac15dfe789 Removed broken MD160 support in Crypto 4 years ago
catbref cd066cf357 Remove more old Qora v1 compatibility code 4 years ago
catbref bd521baade Removed code for providing compatibility with Qora v1 4 years ago
catbref 136188339d Combined account balance fixes needed for unit tests 4 years ago
catbref 48de33fe24 More informative error messages when parsing blockchain config 4 years ago
catbref df4798e2a1 Networking improvements: cached known peers, fewer DB accesses, EPC spawn-failure hook 4 years ago
catbref edb842f0d1 Correct field ordering in layout docs for TRANSFER_ASSET 4 years ago
catbref b563fe567d Add missing field (poll owner's address) to layout docs for CREATE_POLL 4 years ago
catbref b3dd0d89df Add missing field (group owner's address) to layout docs for CREATE_GROUP 4 years ago
catbref 360f6cd4f1 Bump to v1.0.7 4 years ago
catbref f1e4528581 Fix Transaction.calcRecommendedFee() 4 years ago
catbref 1375372380 Added tests to cover validity checks on group min/max block delay values 4 years ago
catbref a7d0ad27b1 Legacy QORA block reward fix 4 years ago
catbref 5011a2be22 Added isAdmin field to output of API call GET /groups/member/{address} 4 years ago
catbref 33010f82d8 No need to check AT transactions in Block.areTransactionsValid() 4 years ago
catbref 8dbd8c4e65 Performance improvement when checking block's online accounts signatures. 4 years ago
catbref c2a3c1271c Remove missed, extraneous last-reference check from CreateAssetOrderTransaction.isValid() 4 years ago
catbref 1e9a7ac87d Update SysTray for all synchronizing scenarios. 4 years ago
catbref e25d24964c Make BlockMinter more aggressive about obtaining blockchain lock. 4 years ago
catbref d90d84ab06 More descriptive tray mouseover, showing sync percent or connecting status 5 years ago
catbref 2ddb1fa23e Bump version to v1.0.6 5 years ago
catbref 82f6e38adb Add PID tracking to stop.sh (thanks IceBurst) 5 years ago
catbref 00ac26cf27 Add script to build release ZIP 5 years ago
catbref fa1aa1c8b2 Show informative page instead of "Forbidden" when user tries to access API documentation when disabled. 5 years ago
catbref 9156325ffc Reduce minimum networking requires to relax CPU usage somewhat 5 years ago
catbref 70131914b2 Auto-updates: increase checking interval & TCP timeouts 5 years ago
catbref bd87e6cc1a Increase retry interval and count in ApplyUpdate. 5 years ago
catbref 6c8e96daae Turn off repository backups by default. 5 years ago
catbref cfb8f53849 Reduce DB space taken up by Blocks 5 years ago
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