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

Add HIP-657 Mutable metadata fields for dynamic NFTs #612

Closed
1 of 8 tasks
Tracked by #131
SimiHunjan opened this issue Jul 21, 2023 · 2 comments
Closed
1 of 8 tasks
Tracked by #131

Add HIP-657 Mutable metadata fields for dynamic NFTs #612

SimiHunjan opened this issue Jul 21, 2023 · 2 comments
Labels
enhancement New feature or request P1

Comments

@SimiHunjan
Copy link
Contributor

SimiHunjan commented Jul 21, 2023

Problem

HIP-657 introduces new Hedera protobuf APIs.

HIP

Hedera Protobuf

  • (link Hedera protobuf PR when available)

Hedera Services Release

  • 0.48

Summary of feature

New:

NftMetadataUpdateTransaction

  • tokenID
  • metadataKey
  • metadata

Update Existing Transactions:

TokenCreateTransaction

  • metadataKey

TokenUpdateTransaction

  • metadataKey

Solution

  • Design the APIs for mutable metadata field feature
    • Add to the SDK references repository
  • Implement NftMetadataUpdateTransaction
  • Implement TokenCreateTransaction.metadataKey
  • Implement TokenUpdateTransaction.metaDataKey
  • Add example

Alternatives

No response

@SimiHunjan SimiHunjan added the enhancement New feature or request label Jul 21, 2023
@SimiHunjan
Copy link
Contributor Author

Update: This feature will be added in the 0.42 October mainnet release. Could be pushed to the next release if modularization work is not complete.

@SimiHunjan
Copy link
Contributor Author

Update: This is being pushed to 0.43 Services release.

@SimiHunjan SimiHunjan added this to the v0.25.0 milestone Mar 5, 2024
@SimiHunjan SimiHunjan added the P1 label Mar 5, 2024
RickyLB added a commit that referenced this issue Apr 11, 2024
- Add HIP-646: Fungible Token Metadata Field #614
- Add HIP-765: Non-Fungible Token Metadata Field #763
- Add HIP-657 Mutable metadata fields for dynamic NFTs #612
- Solve backward compatibility issues with hedera-services v0.48.0 #766
@RickyLB RickyLB closed this as completed May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P1
Projects
None yet
Development

No branches or pull requests

2 participants