Manfred Karrer
ac2fc814fd
Add ltc and doge block explorers
2017-06-13 13:45:53 +02:00
Manfred Karrer
edb71d1d86
Add altcoin validation for btc. ltc and doge. change order of base currency network to avoid to break port assignment by enum ordinal. add btc to altcoin list if not base currency.
2017-06-13 12:44:25 +02:00
Manfred Karrer
7bd9ba6fb0
Convert btc based market price to ltc or doge based market price
2017-06-13 11:24:11 +02:00
Manfred Karrer
1b50bc9a3a
Make minNonDustOutput base coin context specific
2017-06-13 10:41:41 +02:00
Manfred Karrer
b4fff9e1f6
Add market selection popup at startup
2017-06-13 08:53:13 +02:00
Manfred Karrer
ee4b91abb9
Make bsq format dynamic by base currency
2017-06-13 07:39:19 +02:00
Manfred Karrer
5a0d493d02
Use 100 000 Sat for 1 BSQ in formatter. Use localhost fee provider
2017-06-12 21:54:08 +02:00
Manfred Karrer
029ca8c91b
Add delay at blockheight display to cover both dao and bitcoinj updates
2017-06-12 17:50:11 +02:00
Manfred Karrer
a9a9f887f7
Change order of text entry fields
2017-06-12 17:49:36 +02:00
Manfred Karrer
7e52f2f6b8
Replace usage of "BTC" in code with base currency. Set LTC genesis tx (dev)
2017-06-12 01:59:10 +02:00
Manfred Karrer
f9cd71c5c2
Replace usage of "BTC" in code with base currency. Remove denomination property in preferences
2017-06-11 23:39:41 +02:00
Manfred Karrer
d27c4a6d7f
Use https://github.com/bitsquare/bitsquare instead of https://github.com/bisq/bisq
2017-06-11 22:52:47 +02:00
Manfred Karrer
ba3fcc2cd4
Apply string replace for BTC, Bitcoin and bitcoin to selected base currency
2017-06-11 22:49:26 +02:00
Manfred Karrer
8b273c6c24
Only show Mainnet currency networks if not DEV_MODE is set
2017-06-10 14:02:36 +02:00
Manfred Karrer
ff548093d9
Fix layout bug. Use resource file for display string.
2017-06-10 13:56:03 +02:00
Manfred Karrer
f847900049
Rename BaseCryptoNetwork to BaseCurrencyNetwork
2017-06-10 13:06:24 +02:00
Manfred Karrer
f8c7149e68
Merge branch 'DAO' into altcoins
2017-06-10 11:29:36 +02:00
Manfred Karrer
b82a0610c3
Run reformat code over project
2017-06-09 17:37:23 +02:00
Manfred Karrer
934474f6d0
Fix incorrect handling of messageVersion. Make NetworkEnvelope a abstract class instead of Interface.
2017-06-09 17:36:16 +02:00
Mike Rosseel
f99a3c1238
Merge branch 'DAO' into altcoins
...
Conflicts:
common/src/main/java/io/bisq/common/proto/ProtoUtil.java
core/src/main/java/io/bisq/core/user/Preferences.java
2017-06-09 16:58:06 +02:00
Mike Rosseel
a61a350ec7
read preferred crypto network from property file
2017-06-09 16:45:41 +02:00
Manfred Karrer
e86edd8384
Migrate old trade statistic db to new data structure.
...
Use SignaturePubKeyBytes instead of PubKeyRing in TradeStatistics.
Use PersistedEntryMap instead of PersistableHashMap.
Use bytes as Hex encoded instead of toString call.
Use ConcurrentHashMap for SequenceNumberMap and PersistedEntryMap
2017-06-08 23:47:55 +02:00
Manfred Karrer
a1aa1021eb
Apply code formatter
2017-06-08 18:06:17 +02:00
Manfred Karrer
65285bfe30
Apply code inspection
2017-06-08 18:02:05 +02:00
Manfred Karrer
e81c72232d
Add "open log file" button to backup view
2017-06-08 13:25:49 +02:00
Manfred Karrer
d075f23754
Fix seed word restore issues (bug with resource bundle, missing show() at popup), remove date check)
2017-06-08 13:13:37 +02:00
Manfred Karrer
813d896295
Fix P2PDataStorage bug (missing super call for lombok equalsandhashcode)
2017-06-08 12:06:09 +02:00
Manfred Karrer
b64457e869
Fix missing ProtocolVersion in Offer.
...
Use getTTL() instead of Lombok Getter with instance field
2017-06-07 21:15:50 +02:00
Mike Rosseel
d50ff6c6dc
added the LTC network id's, renamed bitcoinNetwork to baseCryptoNetwork.
...
Still a few places with BTC left, needs some more thought like TOR options, file to save the wallet to, ...
2017-06-06 11:14:15 +02:00
Manfred Karrer
1e01ef3650
Cleanup PB definitions and methods
2017-06-06 02:39:37 +02:00
Manfred Karrer
e5b775d07c
Cleanup PB definitions and methods
2017-06-05 23:13:51 +02:00
Manfred Karrer
416084fffc
Display all offers not only those in the currency list if show all is selected in offer book view
2017-06-05 15:35:58 +02:00
Manfred Karrer
0c50fb9413
Fix missing check of isMyOwnRegisteredArbitrator
2017-06-04 00:13:42 +02:00
Manfred Karrer
37f8cb8127
Fix issues with dispute, trade, userpayload, persistance
2017-06-02 18:55:17 +02:00
Manfred Karrer
1efe4e8828
Fix PaymentAccount id issue
2017-05-30 22:20:48 +02:00
Manfred Karrer
bddeb381a6
Fix nullpointer, cleanups....
2017-05-30 15:34:57 +02:00
Mike Rosseel
991f6c9319
Don't hide guice exceptions when popup doesn't work, log it!
2017-05-19 10:29:44 +02:00
Mike Rosseel
790dfa80a7
fix startup bug by ensure the userPayload always has initialized lists, add try/catch in some places
2017-05-18 11:46:44 +02:00
Mike Rosseel
a9b8b51bd6
preferences refactoring
2017-05-16 16:13:09 +02:00
Manfred Karrer
3cc27fe89a
Refactor User and Preferences (User still not working correctly)
2017-05-15 14:09:39 +02:00
Manfred Karrer
f899d217c0
Fix missing impl of pb in tradingPeer and fix nullable data and incorrect enum values
2017-05-14 14:42:34 +02:00
Manfred Karrer
ce58862774
WIP
2017-05-14 01:22:23 +02:00
Manfred Karrer
70f81789f0
Fix issue with OpenOffer persistence.
2017-05-14 00:23:32 +02:00
Manfred Karrer
c2c64d9e9d
Fix bug in AddressEntryList, add TradeStatisticsList
2017-05-13 23:24:27 +02:00
Manfred Karrer
62f5f3522c
Refactored protobuffer AddressEntryList and Navigation
2017-05-13 22:33:10 +02:00
Manfred Karrer
3e6b338cc7
Refactored PaymentAccounts protobuffer handling
2017-05-13 20:03:28 +02:00
Manfred Karrer
824e26eeca
Refactoring: apply Lombok, cleanup
2017-05-13 16:04:03 +02:00
Manfred Karrer
78d3734945
Refactoring: move packages, renaming..
2017-05-13 13:23:33 +02:00
Manfred Karrer
cecb0b0838
CoreNetworkProtoResolver: Moved toProto methods to classes. Cleaned up all NetworkEnvelope classes
2017-05-13 02:00:58 +02:00
Manfred Karrer
26fb83f023
Apply Lombok to more messages and payload objects
2017-05-12 19:56:29 +02:00