Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential issue: If any ownership change transaction (like transfer) is seen on bubblegum txs before the mint #71

Open
linuskendall opened this issue May 11, 2023 · 1 comment
Assignees

Comments

@linuskendall
Copy link
Collaborator

If the indexer sees a TX that modifies the owner and sequence number (e.g. transfer event) before it has seen the mint event, there is a potential for the mint event to never be able to be indexed or for the owner to be updated incorrectly in the asset table.

To address this we'll need to either sequence owner/delegate fields in the assets table or we'll need to have some other handling for this scenario.

@danenbm
Copy link
Contributor

danenbm commented May 18, 2023

Starting to work on this now, adding sequence numbers for owner and delegate fields

@danenbm danenbm self-assigned this May 18, 2023
muhitrhn pushed a commit to muhitrhn/digital-asset-rpc-infrastructure that referenced this issue Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants