Manfred Karrer
e81c72232d
Add "open log file" button to backup view
2017-06-08 13:25:49 +02:00
Manfred Karrer
813d896295
Fix P2PDataStorage bug (missing super call for lombok equalsandhashcode)
2017-06-08 12:06:09 +02:00
Manfred Karrer
677f6c81c6
Add missing contractHash from PB.Trade.
...
Dont set nullable trade objects if PB is not set.
Remove Serializable form Proto interface
Remove LookAheadObjectInputStream
2017-06-08 00:55:53 +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
Manfred Karrer
22d90f627c
Use ProtoUtil.protoToNullableString and protoToToNullableByteArray instead of isEmpty checks and null assignement.
...
Use fromProto for BlockChainExplorer, Country, CryptoCurrency, FiatCurrency
Use @EqualsAndHashCode(callSuper = true) for PaymentAccounts
Replace Samenknoten with Seednodes in german translation
Clean up PB definitions.
2017-06-07 20:25:38 +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
3f756d4923
Cleanup PB definitions and methods
2017-06-05 21:03:50 +02:00
Manfred Karrer
5558d2f39b
Fix nullable fields in Dispute
2017-06-05 20:02:58 +02:00
Manfred Karrer
331320f202
Added PEPECASH
2017-06-04 15:57:05 +02:00
Manfred Karrer
0c50fb9413
Fix missing check of isMyOwnRegisteredArbitrator
2017-06-04 00:13:42 +02:00
Manfred Karrer
ede90eb4cd
Fix logs
2017-06-02 18:58:29 +02:00
Manfred Karrer
9374d4907f
Fix issues with dispute, trade, userpayload, persistance
2017-06-02 18:57:05 +02:00
Manfred Karrer
ab81f76bf0
Merge remote-tracking branch 'origin/DAO' into DAO
...
# Conflicts:
# common/src/main/java/io/bisq/common/storage/FileManager.java
2017-06-02 18:56:08 +02:00
Manfred Karrer
37f8cb8127
Fix issues with dispute, trade, userpayload, persistance
2017-06-02 18:55:17 +02:00
Mike Rosseel
b5298d360f
change logging from error to info, distracting in logs
2017-05-31 11:50:07 +02:00
Manfred Karrer
1efe4e8828
Fix PaymentAccount id issue
2017-05-30 22:20:48 +02:00
Manfred Karrer
3a6fe00d4f
Add log
2017-05-30 20:01:27 +02:00
Manfred Karrer
bddeb381a6
Fix nullpointer, cleanups....
2017-05-30 15:34:57 +02:00
Mike Rosseel
5cb30dbffb
fix the bug where a persisted paymentaccount would have a wrong id by eliminating the duplicate id on PaymentAccount/PaymentAccountPayload
2017-05-30 14:07:13 +02:00
Mike Rosseel
5752fdc4b6
fix OpenOffer bug
2017-05-24 15:48:40 +02:00
Mike Rosseel
879d1ec392
Persisted_entry_map now saved, tradablelist fixes (wip)
2017-05-22 15:00:46 +02:00
Mike Rosseel
dc32bd24b1
fix don't show again bug. Better log text.
2017-05-18 17:04:05 +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
6939145045
Merge branch 'WIP' into DAO
...
# Conflicts:
# common/src/main/java/io/bisq/common/storage/FileManager.java
2017-05-15 14:13:19 +02:00
Manfred Karrer
3cc27fe89a
Refactor User and Preferences (User still not working correctly)
2017-05-15 14:09:39 +02:00
Mike Rosseel
f0b342d91f
Merge remote-tracking branch 'origin/DAO' into DAO
...
# Conflicts:
# common/src/main/java/io/bisq/common/storage/FileManager.java
2017-05-14 20:23:18 +02:00
Mike Rosseel
f8a315a3d4
second part of the enum fix + logging fixes for filemanager
2017-05-14 18:40:10 +02:00
Manfred Karrer
028d26e23e
Handle casting errors at ProtoUtil. Rename ProtoCommonUtil to ProtoUtil, remove ProtoCoreUtil
2017-05-14 15:09:55 +02:00
Manfred Karrer
f7ef638b1c
Merge branch 'offerlist' into DAO
...
# Conflicts:
# core/src/main/java/io/bisq/core/trade/TradableList.java
# core/src/main/java/io/bisq/core/trade/protocol/ProcessModel.java
# core/src/test/java/io/bisq/core/util/ProtoBufferUtilitiesTest.java
2017-05-14 14:48:20 +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
Mike Rosseel
559eb59498
first part of the enum fix
2017-05-14 13:50:59 +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
62f5f3522c
Refactored protobuffer AddressEntryList and Navigation
2017-05-13 22:33:10 +02:00
Manfred Karrer
07cd0b5f00
Refactored protobuffer AddressEntryList and PeerList
2017-05-13 21:21:40 +02:00
Manfred Karrer
f8be0f2c2e
Add missing handling of nullable data
2017-05-13 20:16:20 +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
603c3c512e
Add semantic version model and test
2017-05-13 14:01:05 +02:00
Manfred Karrer
78d3734945
Refactoring: move packages, renaming..
2017-05-13 13:23:33 +02:00
Manfred Karrer
0f48a425ac
Add ProtobufferException. Cleanup. Rename ProtectedStorageEntryOrProtectedMailboxStorageEntry to StorageEntryHolder
2017-05-13 13:10:58 +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
Manfred Karrer
918a8f2115
Rename myNodeAddress to senderNodeAddress to be compatible with interface methods and Lombok getter.
2017-05-12 18:58:58 +02:00
Manfred Karrer
b3d0d25d72
Fix missing params in PrivateNotificationPayload constr. Use static fromProto methods. Removed readObject from SealedAndSigned and PrivateNotificationPayload. Add Sig.getSigPublicKeyFromBytes.
2017-05-12 18:46:42 +02:00
Manfred Karrer
98e702905d
Remove serialVersionUID
2017-05-12 17:45:53 +02:00
Manfred Karrer
dcd552f674
Rename classed ending with Msg to Message
2017-05-12 17:34:24 +02:00