decentraland / catalyst

🐧 Content server for Decentraland
http://decentraland.github.io/catalyst-monitor
Apache License 2.0
51 stars 54 forks source link

Profile deployments validation #1011

Closed pentreathm closed 2 years ago

pentreathm commented 2 years ago

Define a new ADR with timestamp to validate more precisely the profile deployments.

Validate when deploying a profile that the wearables are valid URNs and are owned by the address

agusaldasoro commented 2 years ago

Also, in Access Checker validate that:

if(profile.hasClaimedName && !(profile.name in claimedNames)) then throw
agusaldasoro commented 2 years ago

Should we allow to support more than one avatar per profile? Changing that may imply a huge breaking change anyway

marianogoldman commented 2 years ago

Fixed