Commit graph

503 commits

Author SHA1 Message Date
Manfred Karrer
d00b8e6c90 Rename AlertProto to Alert in proto definition 2017-03-28 19:45:49 -05:00
Mike Rosseel
3ec71f25ce compilation fixes 2017-03-28 09:01:24 +02:00
Mike Rosseel
bcc93ca602 Merge branch 'DAO' into disk-protobuffer + small changes
Conflicts:
	core/src/main/java/io/bisq/core/arbitration/Dispute.java
	core/src/main/java/io/bisq/core/arbitration/DisputeManager.java
	core/src/main/java/io/bisq/core/trade/protocol/ProcessModel.java
	network/src/main/java/io/bisq/network/p2p/DecryptedMsgWithPubKey.java
	network/src/main/java/io/bisq/network/p2p/storage/P2PDataStorage.java
2017-03-28 08:17:20 +02:00
Manfred Karrer
22287a25e0 Added Iran 2017-03-27 22:51:33 -05:00
Manfred Karrer
0b5c9651a4 Refactoring: Use CoreProtobufferResolver in core and interface to decouple network and domain. Remove protobuffer and vo modules. 2017-03-27 22:47:53 -05:00
Manfred Karrer
8f8f452b16 Revert PubKey changes 2017-03-27 19:38:37 -05:00
Manfred Karrer
242f816b4e Refactor: Rename KeyRingVo to KeyRing 2017-03-27 16:11:08 -05:00
Manfred Karrer
fdf34283a4 Refactor PubKeyRing (WIP) 2017-03-27 15:31:25 -05:00
Mike Rosseel
a05ae36acc Merge remote-tracking branch 'origin/DAO' into disk-protobuffer
Conflicts:
	core/src/main/java/io/bisq/core/arbitration/DisputeManager.java
	core/src/main/java/io/bisq/core/payment/PaymentAccount.java
	core/src/main/java/io/bisq/core/trade/TradeManager.java
	core/src/main/java/io/bisq/core/trade/protocol/ProcessModel.java
	core/src/main/java/io/bisq/core/trade/protocol/tasks/taker/TakerPublishTakerFeeTx.java
	network/src/main/java/io/bisq/network/p2p/DecryptedMsgWithPubKey.java
	network/src/main/java/io/bisq/network/p2p/storage/P2PDataStorage.java
	protobuffer/src/main/java/io/bisq/protobuffer/message/offer/OfferAvailabilityResponse.java
	protobuffer/src/main/java/io/bisq/protobuffer/payload/arbitration/DisputeResult.java
	protobuffer/src/main/java/io/bisq/protobuffer/payload/offer/OfferPayload.java
	protobuffer/src/main/java/io/bisq/protobuffer/payload/trade/statistics/TradeStatistics.java
	protobuffer/src/main/proto/pb.proto
2017-03-27 10:56:53 +02:00
Mike Rosseel
1ad12f091c saving to disk of AddressEntryList works, now crashes on reading 2017-03-27 08:44:49 +02:00
Manfred Karrer
8a131dcd75 Cleanup 2017-03-26 15:34:44 -05:00
Manfred Karrer
a26c5b5d7a Refactor trade state and phase. new trade process works so far (WIP) 2017-03-25 23:36:51 -05:00
Manfred Karrer
689fb86f80 Fix invalid trailing whitespace and quote 2017-03-25 18:29:40 -05:00
Manfred Karrer
598291540e Refactoring: Rename all usages of "offerer" with "maker" (excluding translation strings). Separate maker, taker, buyer, seller, buyerAsTaker, BuyerAsMaker, sellerAsMaker and sellerAsTaker in protocol 2017-03-25 11:50:08 -05:00
Manfred Karrer
0c08986ccc Fix typo 2017-03-25 10:27:15 -05:00
Manfred Karrer
d158b008fb BuyerAsOfferer protocol working with timelock removed (WIP) 2017-03-24 19:42:41 -05:00
Manfred Karrer
510dc95ae4 Merge changes from master 2017-03-23 12:58:04 -05:00
Manfred Karrer
f84a038889 Version 0.4.9.9.1 2017-03-22 16:24:52 -05:00
Manfred Karrer
552a151516 Add vo module. Refactor Alert to separated classes for all differnet domains (core, vo, proto, payload, persistable) 2017-03-21 23:10:55 -05:00
Mike Rosseel
4eedfd22b4 Merge remote-tracking branch 'origin/DAO' into disk-protobuffer
Conflicts:
	wire/src/main/proto/bsmessage.proto
2017-03-21 16:07:28 +01:00
Mike Rosseel
81cf311bc7 Merge remote-tracking branch 'origin/DAO' into disk-protobuffer
Conflicts:
	wire/src/main/proto/bsmessage.proto
2017-03-21 16:07:04 +01:00
Mike Rosseel
00987dadf7 wip 2017-03-21 07:58:39 +01:00
Manfred Karrer
de7b73f7a9 Remove default values in case of null, apply Lombok annotations 2017-03-20 23:28:09 -05:00
Manfred Karrer
93531c76d0 Apply Lombok annotations, cleanup, check hashcode and equals methods 2017-03-20 22:10:10 -05:00
riclas
ee81e059de fix typo and delete hidden character 2017-03-20 22:16:34 +00:00
Manfred Karrer
1325def899 Change layout of market price icons and label text for market price. 2017-03-20 01:14:50 -05:00
Manfred Karrer
48446e454a Refactor price handling 2017-03-19 23:44:58 -05:00
Manfred Karrer
af48575b7f Apply code inspection 2017-03-16 22:01:25 -05:00
Manfred Karrer
07d428de6f Use base package iwth same name as module in all modules. 2017-03-16 21:12:06 -05:00
Manfred Karrer
f174024ac7 Move local to common, refactor setting of default locale 2017-03-16 16:56:47 -05:00
Manfred Karrer
23b86922ad Fix missing impl at Utilities.getFeePerByte. Move btcj dependent methods from common Utilities to CoinUtil in core. 2017-03-16 13:26:58 -05:00
Manfred Karrer
34b4c61792 Merge branch 'separateSecDeposit' into DAO
# Conflicts:
#	gui/src/main/java/io/bisq/gui/main/offer/createoffer/CreateOfferDataModel.java
#	gui/src/main/java/io/bisq/gui/main/offer/takeoffer/TakeOfferDataModel.java
#	gui/src/main/java/io/bisq/gui/main/overlays/windows/DisputeSummaryWindow.java
#	network-messages/src/main/java/io/bisq/network_messages/trade/offer/payload/OfferPayload.java
#	network/src/main/java/io/bisq/p2p/network/ProtoBufferUtilities.java
#	network/src/test/java/io/bisq/p2p/storage/P2PDataStorageTest.java
2017-03-16 12:28:59 -05:00
Manfred Karrer
7992e081d8 Merge pull request #776 from bitsquare/messages-refactoring
Messages refactoring
2017-03-16 11:56:28 -05:00
Mike Rosseel
4a56abbf0b renamed package name to conform to module 2017-03-16 16:57:21 +01:00
Mike Rosseel
e0151df520 fix bugs and replace errors 2017-03-16 15:33:45 +01:00
Mike Rosseel
7920fcb105 new files (or moves which intellij didn't recognize) 2017-03-16 14:39:17 +01:00
Mike Rosseel
2efc3acb29 split network-messages in its own module. Compiles. 2017-03-16 14:38:18 +01:00
Manfred Karrer
5afd2bde11 Separate security deposit for buyer and seller. Remove arbitrator amount and address at dispute result. Remove Payout policy. Add bank as reason. 2017-03-15 17:06:44 -05:00
Manfred Karrer
a4b15f5906 Separate security deposit for buyer and seller (WIP) 2017-03-15 15:04:32 -05:00
Manfred Karrer
b008a5dd76 Fix wrong entry 2017-03-14 16:10:54 -05:00
Manfred Karrer
26159e4555 Remove display string popup.warning.noBountyCastle 2017-03-13 16:34:16 -05:00
Mike Rosseel
c6e51fdeca fix bug where the DisputeResult was not correctly deserialized.
Added ctor with all transmitted data.
2017-03-13 10:23:44 +01:00
Manfred Karrer
d68b3e4862 Add comments to translation files 2017-03-12 22:52:34 -05:00
Manfred Karrer
7949dc0f6e Add comments to translation files 2017-03-12 22:49:58 -05:00
Manfred Karrer
56db3c6217 Use maker instead of offerer and maker fee instead offer fee as well as taker fee instead "take offer fee" 2017-03-12 22:38:31 -05:00
Manfred Karrer
8527762154 Fix incorrect/missing display strings, fix null pointer, cleanup 2017-03-12 22:31:23 -05:00
Manfred Karrer
9ff23016c8 Fix incorrect display strings 2017-03-12 16:14:32 -05:00
Manfred Karrer
3b557463da Rebranding: replace bitsquare with bisq 2017-03-12 16:00:40 -05:00
Manfred Karrer
0435c88717 Add missing displaystrings 2017-03-12 15:59:59 -05:00
Manfred Karrer
be1096582c Rebranding: rename package io.bitsquare to io.bisq 2017-03-12 15:09:39 -05:00