Commit 0ae7448
authored
move: make address32 feature default (#14112)
## Description
Make the address32 feature the default in move and fixup a number of
tests.
## Test Plan
How did you test the new or updated feature?
---
If your changes are not user-facing and not a breaking change, you can
skip the following section. Otherwise, please indicate what changed, and
then add to the Release Notes section as highlighted during the release
process.
### Type of Change (Check all that apply)
- [ ] protocol change
- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration
### Release notes1 parent 9edab42 commit 0ae7448
File tree
248 files changed
+856
-761
lines changed- move-bytecode-verifier
- bytecode-verifier-tests/src/unit_tests
- transactional-tests/tests
- ability_field_requirements
- check_bounds
- check_duplication
- dependencies
- friends
- instantiation_loops
- locals_safety
- reference_safety
- signature
- stack_usage_verifier
- struct_defs
- type_safety
- phantom_params
- move-compiler
- tests/move_check/parser
- transactional-tests/tests/dependencies
- move-core/types
- src
- move-ir-compiler/transactional-tests/tests/bytecode-generation/expressions/builtins
- move-prover
- move-abigen/tests/sources/script_fun_in_module
- move-docgen/tests/sources
- move-stdlib
- nursery
- sources
- tests
- tests
- move-vm/transactional-tests/tests
- builtins
- entry_points
- module_publishing
- native_functions
- native_structs
- references
- testing-infra/transactional-test-runner/tests/vm_test_harness
- tools
- move-cli/tests
- build_tests
- canonicalize_module
- canonicalize_script
- metatests
- sandbox_tests
- build_modules_and_scripts
- concretize_read_write_set
- explain_missing_resource
- explain_resource_already_exists
- explain_user_module_abort
- generate_struct_layout
- module_disassemble
- module_publish_view
- multi_module_publish
- offer_smoke
- package_basics
- print_stack_trace
- print_values
- read_write_set
- verify_native_functions_in_multi_module_publish
- move-package/tests/test_sources
- basic_no_deps_address_assigned
- basic_no_deps_address_not_assigned_with_dev_assignment
- basic_no_deps_test_mode
- dep_good_digest
- diamond_problem_backflow_resolution
- diamond_problem_dep_nested_dep_conflict
- diamond_problem_no_conflict
- multiple_deps_from_lock_no_manifest
- multiple_deps_from_lock
- multiple_deps_rename_one
- multiple_deps_rename
- nested_deps_git_local
- one_dep_assigned_address
- one_dep_multiple_of_same_name
- one_dep_override
- one_dep_reassigned_address
- one_dep_renamed
- one_dep_unification_across_local_renamings
- one_dep_with_scripts
- one_dep
- test_symlinks
- move-unit-test/tests/test_sources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
248 files changed
+856
-761
lines changedLines changed: 14 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
71 | | - | |
| 74 | + | |
| 75 | + | |
72 | 76 | | |
73 | 77 | | |
74 | 78 | | |
| |||
149 | 153 | | |
150 | 154 | | |
151 | 155 | | |
152 | | - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
153 | 160 | | |
154 | 161 | | |
155 | 162 | | |
| |||
188 | 195 | | |
189 | 196 | | |
190 | 197 | | |
191 | | - | |
| 198 | + | |
| 199 | + | |
192 | 200 | | |
193 | 201 | | |
194 | 202 | | |
| |||
217 | 225 | | |
218 | 226 | | |
219 | 227 | | |
220 | | - | |
| 228 | + | |
| 229 | + | |
221 | 230 | | |
222 | 231 | | |
223 | 232 | | |
| |||
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
757 | 757 | | |
758 | 758 | | |
759 | 759 | | |
760 | | - | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
761 | 764 | | |
762 | 765 | | |
763 | 766 | | |
| |||
796 | 799 | | |
797 | 800 | | |
798 | 801 | | |
799 | | - | |
| 802 | + | |
| 803 | + | |
800 | 804 | | |
801 | 805 | | |
802 | 806 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments