You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the NFT mint & burn acttions are not too close in time, the burn event will be missing
Repro
Run the token_v2_processor
Mint a NFT and wait for more than 1000 transaction versions
Burn the NFT
No burn event in token_activities_v2 table for this NFT
Analysis
The possible reason is the hashmap token_v2_metadata_helper is constructed by write resource, but the burn event like this has no such write resource, which breaks the process progress
The text was updated successfully, but these errors were encountered:
Description
If the NFT mint & burn acttions are not too close in time, the burn event will be missing
Repro
token_activities_v2
table for this NFTAnalysis
The possible reason is the hashmap token_v2_metadata_helper is constructed by write resource, but the burn event like this has no such write resource, which breaks the process progress
The text was updated successfully, but these errors were encountered: