You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the content Lead creates a video with an autoIssueNft parameter set, then the mappings would crash as mappings currently don't recognize Lead as a valid content actor. This issue is present in many other mappings such as OpenAuctionStarted, EnglishAuctionStarted, NFTIssued etc. because a common function (convertContentActorToChannelOrNftOwner) is used everywhere.
Context
Discovered while working on #4842
If the content Lead creates a video with an
autoIssueNft
parameter set, then the mappings would crash as mappings currently don't recognizeLead
as a valid content actor. This issue is present in many other mappings such asOpenAuctionStarted
,EnglishAuctionStarted
,NFTIssued
etc. because a common function (convertContentActorToChannelOrNftOwner
) is used everywhere.joystream/query-node/mappings/src/content/utils.ts
Line 446 in d144823
Fix
Gracefully handle actions by
Lead
asContentActor
The text was updated successfully, but these errors were encountered: