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?
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?