Skip to content

Commit

Permalink
[move-stdlib] Add basic ASCII string support to the Move Stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Zakian authored and bors-libra committed Nov 10, 2021
1 parent 1a8bbb8 commit e68f753
Show file tree
Hide file tree
Showing 19 changed files with 2,193 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ compiled_package_info:
TreasuryCompliance: 0000000000000000000000000b1e55ed
VMReserved: "00000000000000000000000000000000"
module_resolution_metadata:
? address: "00000000000000000000000000000001"
name: ASCII
: Std
? address: "00000000000000000000000000000001"
name: AccountAdministrationScripts
: DiemFramework
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ compiled_package_info:
TreasuryCompliance: 0000000000000000000000000b1e55ed
VMReserved: "00000000000000000000000000000000"
module_resolution_metadata:
? address: "00000000000000000000000000000001"
name: ASCII
: Std
? address: "00000000000000000000000000000001"
name: AccountAdministrationScripts
: DiemFramework
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ compiled_package_info:
address_alias_instantiation:
Std: "00000000000000000000000000000001"
module_resolution_metadata:
? address: "00000000000000000000000000000001"
name: ASCII
: Std
? address: "00000000000000000000000000000001"
name: BCS
: Std
Expand Down Expand Up @@ -37,7 +40,7 @@ compiled_package_info:
? address: "00000000000000000000000000000001"
name: Vector
: Std
source_digest: D5030F77F89237C1383646FF00CEDF0B00AB2B9F1B39B6AB91966E1C0E3A7CD1
source_digest: DDC7BB5B39FEB0C14AB804D447ED4B69AB0964328316AE7A5196FFF70F7948B3
build_flags:
dev_mode: false
test_mode: false
Expand Down
Binary file not shown.
Loading

0 comments on commit e68f753

Please sign in to comment.