[bisq-network/bisq] SeedNodes report duplicate TradeStatistics2 (same OfferId different Hash) (#3468)

chimp1984 notifications at github.com
Fri Oct 25 16:20:19 UTC 2019


The map has different content:
```
Oct-25 11:17:26.751 [InputHandler-localhost:7777] ERROR b.c.t.s.TradeStatistics2: offerId=58813797-56327afe-7282-4636-b967-1da57f78e5b9-120, json={
  "direction": "BUY",
  "baseCurrency": "BTC",
  "counterCurrency": "CNY",
  "offerPaymentMethod": "ALI_PAY",
  "offerDate": 1572020232589,
  "offerUseMarketBasedPrice": true,
  "offerMarketPriceMargin": -0.2647,
  "offerAmount": 100000,
  "offerMinAmount": 100000,
  "offerId": "58813797-56327afe-7282-4636-b967-1da57f78e5b9-120",
  "tradePrice": 750026161,
  "tradeAmount": 100000,
  "depositTxId": "fa42884de839d836d9b846decb81bfe057adda048cc706e8ad6965e4482fb58c",
  "extraDataMap": {
    "arbAddr": ":0",
    "medAddr": "localhost:9222"
  }
}, hash=d70a3966a804157380febb086ff98e11b3d400ab 
Oct-25 11:17:26.785 [InputHandler-localhost:9222] ERROR b.c.t.s.TradeStatistics2: offerId=58813797-56327afe-7282-4636-b967-1da57f78e5b9-120, json={
  "direction": "BUY",
  "baseCurrency": "BTC",
  "counterCurrency": "CNY",
  "offerPaymentMethod": "ALI_PAY",
  "offerDate": 1572020232589,
  "offerUseMarketBasedPrice": true,
  "offerMarketPriceMargin": -0.2647,
  "offerAmount": 100000,
  "offerMinAmount": 100000,
  "offerId": "58813797-56327afe-7282-4636-b967-1da57f78e5b9-120",
  "tradePrice": 750026161,
  "tradeAmount": 100000,
  "depositTxId": "fa42884de839d836d9b846decb81bfe057adda048cc706e8ad6965e4482fb58c",
  "extraDataMap": {
    "medAddr": "localhost:9222"
  }
}, hash=4b1471b72923a388b5805242fb452712b141023b 
```

Seems there is a bug that buyer and seller dont add the same entries (arb). I will check, probably introduced at last release or with current release (tested on 1.2. branch).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/3468#issuecomment-546418939
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191025/7632ef47/attachment-0001.html>


More information about the bisq-github mailing list