bosonprotocol / widgets

Widgets to interact with Boson Protocol
Apache License 2.0
6 stars 0 forks source link

redemption widget - update chat-sdk / XMTP version #20

Closed levalleux-ludo closed 1 year ago

levalleux-ludo commented 1 year ago

Redemption of an exchange from offer ID 323 (testing env) is failing. The error comes from the XMTP layer, when trying to send the message to the seller (ID 110). The issue is not happening when committing other offers from other sellers. It may be due to an inconsistent version of chat-sdk used by the redemption widget compared to the dApp.

levalleux-ludo commented 1 year ago

Seller 110 has been created on 18/7/23 ~3pm, just after the dApp update to the new chat-sdk/xmtp version. I guess such a "new" seller has created their XMTP identity directly with new XMTP version (v8), that would not support sending to them message with the old WMTP version (v6) ? At the opposite, the "old" sellers (created before the dApp upgrade) have created their XMTP identity with old XMTP v6, allowing them to receive both old messages and new ones.