Commit graph

5271 commits

Author SHA1 Message Date
Manfred Karrer
fab97fcaf8
Show warning popup if not sufficient btc nodes or localhost btc node not synced 2018-01-19 21:58:26 -05:00
Manfred Karrer
a216e8e992
Change log level 2018-01-19 21:10:44 -05:00
Manfred Karrer
a423c7fe86
Display localhost btc node in footer text and connection lost popup 2018-01-19 21:10:11 -05:00
Manfred Karrer
0e77361d96
Add method for localhost bitcoin node configPeerNodesForLocalHostBitcoinNode 2018-01-19 20:46:05 -05:00
Manfred Karrer
839ade1f4d
Move connectToLocalHost code from WalletConfig to walletSetup. Split configPeerNodes method to configPeerNodes and configPeerNodesForRegTest. 2018-01-19 20:42:00 -05:00
Manfred Karrer
a64359024e
Simplify hasSufficientPeersForBroadcast method 2018-01-19 20:36:42 -05:00
Manfred Karrer
c6691c91a1
Remove minBroadcastConnections as class field in WalletsSetup. Use walletConfig.setMinBroadcastConnections for regtest mode. 2018-01-19 20:36:19 -05:00
Manfred Karrer
410959d389
Use lombok getter/setter for WalletConfig.minBroadcastConnections. 2018-01-19 20:33:23 -05:00
Christoph Atteneder
f7993f0206
Remove space from style name so style is applied properly 2018-01-16 12:09:27 +01:00
Christoph Atteneder
d1b25c4733
Use HyperlinkWithIcon 2018-01-15 13:06:09 +01:00
Christoph Atteneder
91972f5b0a
Fix hierarchical/inherit issue with styles for Tooltip 2018-01-15 12:48:52 +01:00
Manfred Karrer
b47a40db4d
Add onion address to Bitcoin node btc.jochen-hoenicke.de 2018-01-14 17:32:22 +01:00
Manfred Karrer
9aef72a558
Fix merge error 2018-01-12 23:34:55 +01:00
Manfred Karrer
10a2b53e3a
Merge branch 'master' into dao
# Conflicts:
#	core/src/main/java/io/bisq/core/app/SetupUtils.java
#	core/src/main/java/io/bisq/core/btc/wallet/BsqWalletService.java
#	core/src/main/java/io/bisq/core/btc/wallet/WalletService.java
#	gui/src/main/java/io/bisq/gui/bisq.css
#	gui/src/main/java/io/bisq/gui/main/dao/compensation/create/CreateCompensationRequestView.java
#	gui/src/main/java/io/bisq/gui/main/offer/offerbook/OfferBookViewModel.java
#	gui/src/main/resources/logback.xml
#	network/src/main/java/io/bisq/network/p2p/peers/getdata/GetDataRequestHandler.java
#	network/src/main/java/io/bisq/network/p2p/peers/getdata/RequestDataHandler.java
#	network/src/main/java/io/bisq/network/p2p/storage/P2PDataStorage.java
2018-01-12 23:21:22 +01:00
Manfred Karrer
775e687fe5
Merge branch 'master' into TradePeriodStartsAfterConfirmation 2018-01-12 22:43:31 +01:00
Manfred Karrer
6fccaca340
Fix getBlockDateForTx method 2018-01-12 22:41:48 +01:00
Manfred Karrer
b8448eb7fb
ix getBlockDateForTx method 2018-01-12 22:40:34 +01:00
Manfred Karrer
848bbdd9b1
Make tx parsing atomic by read/write lock (WIP). Add comments. 2018-01-12 18:26:33 +01:00
Manfred Karrer
d9c9345b59
Add comments. Cleanup 2018-01-12 16:48:05 +01:00
Manfred Karrer
33937e1b11
Not applying unconfimred output values to getValueSentToMeForTransaction and getValueSentFromMeForTransaction. Minor refactorings. 2018-01-12 15:59:51 +01:00
Manfred Karrer
f34cfb3e4a
Remove unneeded method call 2018-01-12 14:55:20 +01:00
Manfred Karrer
a458ba2e54
Update TODO 2018-01-12 14:54:10 +01:00
Manfred Karrer
27d1083380
Use 60 days for TTL for alert. Cleanups. 2018-01-10 22:21:32 +01:00
Manfred Karrer
5d87e5e9c7
Fix merge error 2018-01-10 21:46:28 +01:00
Manfred Karrer
f71ce6b237
Update PersistableNetworkPayloadMap_BTC_MAINNET 2018-01-10 21:45:52 +01:00
Manfred Karrer
7753586ea6
Merge branch 'FixWrongFeeCalculationForTaker'
# Conflicts:
#	gui/src/main/java/io/bisq/gui/main/offer/createoffer/CreateOfferViewModel.java
#	gui/src/main/java/io/bisq/gui/main/offer/takeoffer/TakeOfferDataModel.java
2018-01-10 20:56:04 +01:00
Manfred Karrer
dc310d9a50
Commit tx after timout triggers. Refactor: Move static broadcast method to Broadcaster class. 2018-01-10 20:54:00 +01:00
Manfred Karrer
382e2ccf86
Remove blockexplorer.com 2018-01-10 20:16:05 +01:00
Manfred Karrer
846aa494ca
Add check for min peers connected for broadcast 2018-01-10 19:41:26 +01:00
Christoph Fröschl
934d50d473 Merge branch 'Development' of https://github.com/bisq-network/exchange into Development 2018-01-10 19:25:10 +01:00
Manfred Karrer
c1d04cd435
Cleanup. Add comment 2018-01-10 18:59:33 +01:00
Manfred Karrer
67a1633ec9
Fix wrong dust check. Fix wrong balance check. Improve logs. Add comments. 2018-01-10 18:54:43 +01:00
Manfred Karrer
c01d87db89
Use average of taker fee and deposit tx for tx fee calculation 2018-01-10 18:06:11 +01:00
Manfred Karrer
077c2d68ed
Fix wrong default tx size for taker 2018-01-10 14:09:04 +01:00
Manfred Karrer
43cc5598ca
Fix wrong fee estimation for taker. Improve logs. 2018-01-10 13:57:07 +01:00
Manfred Karrer
391844e41e
Don't delete tor files at startup. Cleanup 2018-01-10 00:54:00 +01:00
Manfred Karrer
5f10b16e94
Increase timeout for showing Tor network settings window 2018-01-10 00:53:31 +01:00
Manfred Karrer
9988a7e4f6
Increase retry for monitor to 5. Adjust logs. Cleanup. 2018-01-09 23:55:15 +01:00
Manfred Karrer
aeec075c91
Prepare v0.6.3 2018-01-09 23:36:49 +01:00
Manfred Karrer
79e16a4b7a
Add support for start trade period timer after deposit tx has been confirmed. Not working yet. 2018-01-09 23:30:29 +01:00
Manfred Karrer
71a0fc5240
Revert removal of WalletDir optionkey 2018-01-09 22:32:46 +01:00
Manfred Karrer
c3e648dc6b
Disable dev mode 2018-01-09 22:13:55 +01:00
Manfred Karrer
f50242a4fa
Merge branch 'dhingra-UI_issue_1084' into Development 2018-01-09 22:09:00 +01:00
Manfred Karrer
e6d55591a6
Reformat, add bracket 2018-01-09 22:08:33 +01:00
Manfred Karrer
ac65414418
Merge branch 'UI_issue_1084' of https://github.com/dhingra/exchange into dhingra-UI_issue_1084 2018-01-09 22:00:42 +01:00
Manfred Karrer
5814bbaa9e
Merge branch 'dhingra-UI_issue_1123' into Development 2018-01-09 21:58:44 +01:00
Manfred Karrer
7d2879b8ae
Merge branch 'UI_issue_1123' of https://github.com/dhingra/exchange into dhingra-UI_issue_1123 2018-01-09 21:49:50 +01:00
Manfred Karrer
5d217aa347
Merge branch 'deeponion-master' into Development
# Conflicts:
#	gui/src/main/java/io/bisq/gui/util/validation/AltCoinAddressValidator.java
#	gui/src/test/java/io/bisq/gui/util/validation/AltCoinAddressValidatorTest.java
2018-01-09 21:44:06 +01:00
Manfred Karrer
d19580b32b
Reformat 2018-01-09 21:42:14 +01:00
Manfred Karrer
c0b44165de
Merge branch 'master' of https://github.com/deeponion/exchange into deeponion-master 2018-01-09 21:40:40 +01:00