Commit Graph

2587 Commits

Author SHA1 Message Date
Manfred Karrer
fa6ee11628 Added LBRY Credits 2016-08-19 18:56:47 +02:00
Manfred Karrer
809041b0bf Added new altcoins: Syndicate, HunCoin, Unobtanium, Digibyte 2016-08-19 13:38:30 +02:00
Manfred Karrer
76d8bb467d Set listeners before applying persisted object 2016-08-18 12:12:30 +02:00
Manfred Karrer
c9129e95af Shot down if memory exceeds limits (restart and the sh run loop would trigger more then 1 java instance to get started) 2016-08-13 00:03:43 +02:00
Manfred Karrer
95fece3af3 Add UncaughtExceptionHandler and shutdown in case we get an exception. Delay check for memory after GC. Decrease period for memory check to 5 min. 2016-08-09 23:09:28 +02:00
Manfred Karrer
78ec8ef535 Shutdown instead of restart if uncaught error happens (out of memory) 2016-08-09 22:38:48 +02:00
Manfred Karrer
45b5cbd56d Add UncaughtExceptionHandler and restart in case we get an exception. Delay check for memory after GC. Decrease period for memory check to 3 min. 2016-08-09 22:26:57 +02:00
Manfred Karrer
8bcea23936 Merge branch 'master' into Development 2016-08-09 21:45:31 +02:00
Manfred Karrer
bf0489d5e7 Merge pull request #574 from arichnad/master
parent directory might not exist: causes exception
2016-08-09 11:09:51 +02:00
adrian
46df58e29a parent directory might not exist: causes exception
Files.createDirectories fixes this.

exception:
Application data directory '.../.local/share/Bitsquare' could not be created
Caused by: java.nio.file.NoSuchFileException
2016-08-09 00:12:59 -04:00
Manfred Karrer
bc833601d3 Add check for nullpointer 2016-08-08 16:24:34 +02:00
Manfred Karrer
20fd68193a Version 0.4.9.3 2016-08-08 04:18:45 +02:00
Manfred Karrer
be32c57aee Merge branch 'Development' 2016-08-08 04:00:06 +02:00
Manfred Karrer
1718f83d47 Update script 2016-08-08 03:51:31 +02:00
Manfred Karrer
849af2449d Add deleteOnExit for tem file 2016-08-08 01:34:04 +02:00
Manfred Karrer
b729afe56c Use list of keys for excluding data which we have already at startup. Add dumped persisted data to resources so new user do nto need to load all statistics data. 2016-08-08 01:05:01 +02:00
Manfred Karrer
d0db09a56a Pack TradeStatistics file as resource and copy to dn dir at startup if not exist. Refactor delayed processing of trade statistics 2016-08-07 22:14:54 +02:00
Manfred Karrer
7ddd877c50 Remove LazyProcessedStoragePayload from Offer and MailBoxPayload 2016-08-07 20:26:24 +02:00
Manfred Karrer
ea9510b0c0 Add name for checkCryptoThread 2016-08-07 18:52:20 +02:00
Manfred Karrer
66643ec166 Set log level to warn instead of errors if verifications fail 2016-08-07 16:48:00 +02:00
Manfred Karrer
c6a6712830 Persist tradestatistics storage map, optimize handling of received data, reduce num backups for navigation and P2PStorage 2016-08-07 16:45:11 +02:00
Manfred Karrer
c9349d2935 Make num backups editable per storage, reduce for closed trades to 3 2016-08-07 16:41:14 +02:00
Manfred Karrer
96fea0c98c Show country name if only one country in accepted country list 2016-08-07 14:44:29 +02:00
Manfred Karrer
d2e3f2371c Improve payment method tooltip in orderbook 2016-08-07 14:26:55 +02:00
Manfred Karrer
4db16760f0 Improve auto-naming of accounts 2016-08-07 13:54:35 +02:00
Manfred Karrer
8dba40c3f0 Add STEEMUSD, BitCNY, BitEUR, BitCHF, BitGBP, BitNZD, BitAUD, BitSGD, BitHKD, BitSEK. Remove ETHC 2016-08-07 13:10:06 +02:00
Manfred Karrer
ccb6ce88c8 Add param for num of max backup files and increase it to 20 for wallet and keys. 2016-08-07 13:03:41 +02:00
Manfred Karrer
4cefc45231 Update scripts 2016-08-07 05:34:10 +02:00
Manfred Karrer
7fd4dcc3e5 Update scripts (use alien for rpm) 2016-08-07 05:10:27 +02:00
Manfred Karrer
f7a7c4087b Prepare v 0.4.9.3 2016-08-07 04:17:13 +02:00
Manfred Karrer
cfd68a08a5 Enable sorting in network view table 2016-08-07 03:54:58 +02:00
Manfred Karrer
c42cfe57e4 Add BitUSD, Steem Dollar 2016-08-07 03:27:42 +02:00
Manfred Karrer
c36f371dcd Remove date check for publishing trade statistics 2016-08-07 03:10:46 +02:00
Manfred Karrer
69ca617c07 Increase width 2016-08-07 03:09:59 +02:00
Manfred Karrer
2adff1a5f9 Revert MessageDigest creation in Hash class 2016-08-07 03:08:30 +02:00
Manfred Karrer
0ccb2576a3 Fix wrong equals check 2016-08-06 22:03:06 +02:00
Manfred Karrer
ee3955717c Increase trade limits 2016-08-06 21:24:01 +02:00
Manfred Karrer
1e4b9e820e Add reminder popup for password, seed words and backup. Change term cryptocurrencies to altcoins. Improve wording 2016-08-06 20:51:08 +02:00
Manfred Karrer
e51fb8ece4 Refactor lookup set 2016-08-06 19:48:54 +02:00
Manfred Karrer
a0510703cd Instantiate MessageDigest only once 2016-08-06 19:42:10 +02:00
Manfred Karrer
757cd320e7 Log memory periodically 2016-08-06 19:24:58 +02:00
Manfred Karrer
4193d338bd Decrease MAX_MEMORY_MB_DEFAULT, improve logging, comments 2016-08-06 19:22:07 +02:00
Manfred Karrer
16a40c1906 Rename JsonString to PlainTextWrapper 2016-08-06 19:05:49 +02:00
Manfred Karrer
6eeb9fcb2f Rename other obj in equals check 2016-08-06 18:57:53 +02:00
Manfred Karrer
1c0b750d6b Fix wrong handling of enums in equals and hashCode 2016-08-06 18:57:04 +02:00
Manfred Karrer
31a1d7c0aa Add rpm packager (not tested yet) 2016-08-06 17:56:45 +02:00
Manfred Karrer
9ec9c7ec6e Add PriorityStoragePayload interfaces to delay processing of Offer and TradeStatistic items at startup to avoid that the UI get stuck by performance peaks. 2016-08-06 13:37:49 +02:00
Manfred Karrer
b438239ebe Improve logging 2016-08-06 13:17:11 +02:00
Manfred Karrer
06ee18550a Add maxMemory option for seed nodes and statistic nodes 2016-08-05 13:53:37 +02:00
Manfred Karrer
577b027b51 Put objectInputStream.available() inside try clause 2016-08-04 23:17:08 +02:00