Skip to content

ORNode: Token events from transaction which executes multiple mint events are not handled correctly #24

@sim31

Description

@sim31

The way it currently works in ornode is that on proposal execute events it goes through event log to find all token transfer events... If proposal type is one of the recognized mint prop types, it fills in token metadata using data from attachment of that proposal (like mintReason and group num). This means that if transaction executes multiple proposals that mint Respect, it will end up overwriting token data with info from one of the proposals (the one which is executed later) or inserting duplicate award records...

Idea: specify propId in mint data?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions