forked from aptos-labs/aptos-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[move] Using new UTF8 strings instead of ASCII strings (aptos-labs#2088)
The Move library has a new type for utf8 strings, which we much prefer over the ascii strings. The utf8 strings will be eventually also supported by the compiler, s.t. someone can directly write `foo("abc")` in Move (instead of `foo(ascii::string(b"abc"))`). This switches us over to the new string type. Also fixing some missed file renamings. Co-authored-by: Wolfgang Grieskamp <[email protected]>
- Loading branch information
Showing
46 changed files
with
419 additions
and
687 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.