decentraland / catalyst

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

Retrieve all content from lambdas as v4 entity #619

Closed agusaldasoro closed 2 years ago

agusaldasoro commented 3 years ago

As there will be a transition period between v3 and v4 entities in the content server, when getting the deployments through lambdas we need to transform any v3 entity into v4 format. Most probably that this change will only be needed for wearables names and descriptions.

The changes implemented must be compliant with https://github.com/decentraland/common-schemas/issues/11

As part of this, we need to add support in the Explorer for v4 entities.

agusaldasoro commented 2 years ago

No needed