Commit Graph

1882 Commits

Author SHA1 Message Date
Manfred Karrer
625a249051 Change refresh/republish time 2016-05-08 12:59:13 +02:00
Manfred Karrer
dc3c630770 Change TTL from 4 to 6 min. 2016-05-08 12:58:34 +02:00
Manfred Karrer
f14facfef1 Improve error msg 2016-05-07 13:18:04 +02:00
Manfred Karrer
538751b9da Add log 2016-05-07 13:17:41 +02:00
Manfred Karrer
a8d221162a Rename ETH (Ethereum to Ether) 2016-05-06 00:09:55 +02:00
Manfred Karrer
1eb38d5a19 Added Maker 2016-05-06 00:03:23 +02:00
Manfred Karrer
3bf861561b Fix sorting of date 2016-05-05 14:03:57 +02:00
Manfred Karrer
afb8c18d31 Fix ArrayIndexOutOfBoundsException at remove 2016-05-05 13:52:33 +02:00
Manfred Karrer
8bf4e88c1f Merge pull request #433 from ivilata/NewTimerRaceConditions
New timer race conditions
2016-05-05 13:37:07 +02:00
Manfred Karrer
b9dfa0a7a7 Merge branch 'master' into Development
# Conflicts:
#	common/pom.xml
#	common/src/main/java/io/bitsquare/app/Version.java
#	core/pom.xml
#	core/src/main/java/io/bitsquare/locale/CurrencyUtil.java
#	gui/pom.xml
#	jsocks/pom.xml
#	jtorctl/pom.xml
#	jtorproxy/pom.xml
#	network/pom.xml
#	package/linux/create_32bit_app.sh
#	package/linux/create_64bit_app.sh
#	package/mac/create_app.sh
#	package/windows/Bitsquare.iss
#	package/windows/create_32bit_app.bat
#	package/windows/create_app.bat
#	pom.xml
#	seednode/pom.xml
2016-05-05 13:30:18 +02:00
Manfred Karrer
bf8e3c3692 Add PlatinumBar 2016-05-05 13:10:33 +02:00
Ivan Vilata-i-Balaguer
846cdb743f Ignore data request message success or failure after a timeout 2016-05-05 10:40:59 +02:00
Ivan Vilata-i-Balaguer
00df057e09 Stop broadcasting after a timeout or cancellation 2016-05-05 10:32:52 +02:00
Ivan Vilata-i-Balaguer
0d32a3b5ce Move comment closer to timer creation
For consistency across classes.
2016-05-05 10:25:42 +02:00
Ivan Vilata-i-Balaguer
b814eff5f1 Move log message closer to actual sending 2016-05-05 10:23:57 +02:00
Ivan Vilata-i-Balaguer
e4ce976bab Avoid potential race condition on timer creation in `BroadcastHandler.broadcast()`
If the timer is created after sending the message and establishing callbacks, they may have already run on timer creation so it would be pointless (and issue a warning when triggered).

Currently there is no race condition because no callbacks are attached to the futures return by sending broadcast messages, but the timer is still created before in case they were added and for consistency with other classes.
2016-05-05 10:22:47 +02:00
Ivan Vilata-i-Balaguer
c3fa4831c5 Avoid race condition on timer creation in `RequestDataHandler.requestData()`
If the timer is created after sending the message and establishing callbacks, they may have already run on timer creation so it would be pointless (and issue a warning when triggered).
2016-05-05 10:05:17 +02:00
Ivan Vilata-i-Balaguer
b59e3ff0f8 Avoid race condition on timer creation in `GetPeersRequestHandler.handle()`
If the timer is created after sending the message and establishing callbacks, they may have already run on timer creation so it would be pointless (and issue a warning when triggered).
2016-05-05 09:45:28 +02:00
Ivan Vilata-i-Balaguer
704b985121 Avoid race condition on timer creation in `PeerExchangeHandler.sendGetPeersRequest()`
If the timer is created after sending the message and establishing callbacks, they may have already run on timer creation so it would be pointless (and issue a warning when triggered).
2016-05-05 09:36:49 +02:00
Ivan Vilata-i-Balaguer
4e95b6e6cb Avoid race condition on timer creation in `GetDataRequestHanler.handle()`
If the timer is created after sending the message and establishing callbacks, they may have already run on timer creation so it would be pointless (and issue a warning when triggered).
2016-05-05 09:13:34 +02:00
Manfred Karrer
68143f5b12 Added BigUp 2016-04-30 13:14:47 +02:00
Manfred Karrer
2e85f855a6 Fix validation for inputs at create offer screen 2016-04-30 13:12:47 +02:00
Manfred Karrer
528a1dc62e Add -DskipTests 2016-04-30 01:26:26 +02:00
Manfred Karrer
9f0fe335c2 Add missing branch for bitcoinj 2016-04-30 01:05:24 +02:00
Manfred Karrer
89aed23d67 v0.4.6 2016-04-29 11:22:58 +02:00
Manfred Karrer
0a0f5a5659 Fix bug with password protection at fee calculation 2016-04-29 10:49:58 +02:00
Manfred Karrer
60289553d5 Added Creditbit 2016-04-29 10:49:12 +02:00
Manfred Karrer
913c29a2db avoid null pointer 2016-04-29 01:43:30 +02:00
Manfred Karrer
d586c03a87 Rename file 2016-04-29 01:43:15 +02:00
Manfred Karrer
bf2b4fd827 Added Sibcoin 2016-04-29 00:02:37 +02:00
Manfred Karrer
80422ce96f Fix wrong file name for copy task 2016-04-28 23:44:47 +02:00
Manfred Karrer
dd5cacb26f Version 0.4.5 2016-04-28 22:24:51 +02:00
Manfred Karrer
1ffb8f2c65 Change Myriadcoin ticker symbol as it conflicts with Malaysian ringgit 2016-04-28 20:38:15 +02:00
Manfred Karrer
f9983a4e19 Change wording for bank form 2016-04-28 20:19:27 +02:00
Manfred Karrer
24cc6800e7 Bugfix with withdrawal, display exact bitcoin value without rounding 2016-04-28 18:58:14 +02:00
Manfred Karrer
a38fb9d21c Add popup for stat. info 2016-04-28 18:56:14 +02:00
Manfred Karrer
8eddc08cd0 Added I/O Coin 2016-04-28 18:17:06 +02:00
Manfred Karrer
d720a9c56f Added Groestlcoin 2016-04-28 17:43:32 +02:00
Manfred Karrer
2f2501055b Added MarteXcoin 2016-04-28 17:42:16 +02:00
Manfred Karrer
14878a7cf0 Change Anti.cash to Anti, add comment 2016-04-28 17:18:00 +02:00
Manfred Karrer
bfcb37c23f Merge pull request #406 from ivilata/SeedNodeMonitor
Seed node monitor
2016-04-28 17:15:52 +02:00
Manfred Karrer
f0d97769c1 Update text regarding beta version 2016-04-28 12:28:46 +02:00
Manfred Karrer
1cd0b9290e Merge pull request #408 from ysangkok/master
now in beta, not alpha
2016-04-28 12:25:41 +02:00
Janus Troelsen
143594614e now in beta, not alpha 2016-04-28 12:22:44 +02:00
Ivan Vilata-i-Balaguer
826a28a7eb Raise maximum memory in seed node cron script
It seems to reach 350M easily.
2016-04-27 11:18:28 +02:00
Ivan Vilata-i-Balaguer
12f5317fac Raise maximum connections in seed node init script 2016-04-27 11:17:40 +02:00
Ivan Vilata-i-Balaguer
c94f88a6b5 Update init and cron script references to v0.4.4 (first official beta) 2016-04-27 11:15:44 +02:00
Ivan Vilata-i-Balaguer
0fa63bc64d Add instructions to setup monitor script 2016-04-27 11:14:12 +02:00
Ivan Vilata-i-Balaguer
479ad24501 Add monitor script to check for seed node connectivity and report issues 2016-04-27 11:01:49 +02:00
Manfred Karrer
9a3b16fc36 Add script for signing 2016-04-27 00:33:22 +02:00