status-im / status-desktop

Status Desktop client made in Nim & QML
https://status.app
Mozilla Public License 2.0
299 stars 79 forks source link

Collectibles are not detected correctly in activity list #15761

Open Cuteivist opened 3 months ago

Cuteivist commented 3 months ago

Bug Report

Description

ERC1155 activity is not considered as NFT.

Steps to reproduce

Send ERC1155

Expected behavior

NFT activity delegate is displayed

image

Actual behavior

Send tx delegate is displayed

image

Additional Information

Cuteivist commented 3 months ago

After debugging session I found out that issue is caused by the fact that sent collectibles is saved as Send multi tx (with pending tx). Later when it's confirmed we still treat it as Multi tx, so no data is used from transfers table.