Feat(QuestFactory): Emit project name on QuestCreation
Quazia opened this issue · 2 comments
Quazia commented
- Add Project name, Quest name, action type, and action network to
QuestCreation
event - Add Project Name to
createERC20QuestInternal
andcreateERC1155QuestInternal
params
pntemi commented
Can we also add the following fields as well?
- quest_name
- action_type
- action_network
I understand that we have these fields in the QuestClaimedData
event, and we shouldn't remove them from there as discussed during the sidebar. However, it's weird that we are in a state where no event has a complete information about the quest at all, and we have to do a join every time we want the data.
Since we're making the change to QuestCreated
event, let's add them now.
Quazia commented
Updated the issue!