Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Conversation

@gregnazario
Copy link
Collaborator

Update move syntax to use string::utf8

Description

Closes #887

Checklist

  • If any existing pages were renamed or removed:
    • Were redirects added to next.config.mjs?
    • Did you update any relative links that pointed to the renamed / removed pages?
  • Do all Lints pass?
    • Have you ran pnpm fmt?
    • Have you ran pnpm lint?

Update move syntax to use string::utf8
Copilot AI review requested due to automatic review settings June 17, 2025 17:51
@gregnazario gregnazario requested a review from a team as a code owner June 17, 2025 17:51
@vercel
Copy link

vercel bot commented Jun 17, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
developer-docs-nextra ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 17, 2025 5:58pm

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request updates Move code examples in the digital asset documentation to use the new string conversion syntax with string::utf8.

  • Converts standard string literals to string::utf8(b"...") in various Move code snippets.
  • Adds the necessary import (use aptos_framework::string;) in each updated code block.

@gregnazario gregnazario merged commit 349774a into main Jun 20, 2025
5 checks passed
@gregnazario gregnazario deleted the gregnazario-patch-1 branch June 20, 2025 16:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

name and description type in collections are wrong

2 participants