Itheum / data-dex

DApp with suite of web3 tools to trade personal data on MultiversX
https://datadex.itheum.io
GNU General Public License v3.0
466 stars 6 forks source link

Data NFT activity shows additional activity not related to the connected data NFT. #908

Closed fuzzyduke closed 1 year ago

fuzzyduke commented 1 year ago

There is activity seen on a Data NFT even prior to its mint. kindly find the below.

https://devnet-explorer.multiversx.com/nfts/DATANFTFT4-3ba099-01d5

image

bucurdavid commented 1 year ago

This bug is happening due to some weird things happening on devnet (rollback). The table maps the entire transaction history and if some transactions are missing the accurate history cannot be build leading to this kind of bug.

When mainnet will start to grow this should be migrated into the backend service because it has some limitations on FE ( we can build history up to 10.000 txs)

damienen commented 1 year ago

Delete the extra entries from the database then close this off.

EDIT: nvm

damienen commented 1 year ago

Nothing to do on our end, we can close this.