bisq/core
chimp1984 03023567a8
Fix potential bug with peers pub key check. Use new isPubKeyValid method to avoid code duplication.
Before we did not apply messages if the peers key was null which can be the case at protocol start for maker side (takers key is not set yet). Makers key is in offer and available from the start.

Fix incorrect setPubKeyRing call in BuyerAsTakerProtocol and BuyerProtocol. Only taker can set it from offer. This bug was introduce in past commits of this branch.

Move FluentProtocol to own class file
Close open offer in task instead at state listener
Remove state listener
Remove default timeout as not used anymore
Add onWithdrawCompleted method to clean up when trade completed
Rearrange code in TradeProtocol
Rename doHandleDecryptedMessage to onTradeMessage
Rename doApplyMailboxTradeMessage to onMailboxMessage
2020-09-23 22:24:45 -05:00
..
.tx Merge core repository at 4597613 2018-09-05 10:48:22 +02:00
src Fix potential bug with peers pub key check. Use new isPubKeyValid method to avoid code duplication. 2020-09-23 22:24:45 -05:00
update_translations.sh Remove Greek from supported core languages 2020-01-08 09:04:17 +01:00