Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: mark ADR-244 as Living #259

Merged
merged 1 commit into from
Dec 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/ADR-244-extended-minted-items-addressable.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: adr
adr: 244
title: Extended Content Addressable URNs for Decentraland minted items
date: 2023-07-28
status: Review
status: Living
type: Standards Track
spdx-license: CC0-1.0
authors:
Expand Down Expand Up @@ -36,7 +36,7 @@ Once this ADR takes effect, the URNs will be modified as follows:

In these updated URNs, the last part of each URN (:1 and :2) represents the token ID, which becomes essential in identifying the specific blue shirt managed by the user.

**This modification will exclusively apply to minted items originating from V1 and V2 collections. Third-party items, on the other hand, will remain unaffected by this change and will not undergo any alterations. The adjustment in question will be limited in scope to maintain the distinction between minted items from V1 and V2 collections versus third-party items.**
**This modification will exclusively apply to minted items originating from V1 and V2 collections, while third-party items will remain unaffected and not undergo any alterations. Consequently, APIs' consumers should handle both types of URNs (_shortened and extended_) depending on the asset being managed, ensuring the distinction between V1 and V2 collection items and third-party items is maintained.**

# Specification

Expand Down
Loading