-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
No way to track who's the actual minter for a position.
Sender becomes router. Subgraph mint handler looks like this:
mint.sender = event.params.senderThe only way would probably be to change it to
mint.sender = event.transaction.fromI would assume it's needed on more entities too, not sure what the complications are of doing this.
I think we flag this as a low priority fix because of reindexing time (will take months to resync some networks) and resources. This should be included next time a more critical change needs to be indexed. Worth investigating and look for forks where this and other bugs are fixed, without schema changes breaking integrations.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels