feat(move): Move view functions (verifier implementation) - package upgradability#11449
Merged
lollobene merged 5 commits intoMay 20, 2026
Conversation
969656f to
e1010d5
Compare
680e3e4 to
4a229a2
Compare
Base automatically changed from
vm-lang/11256-move-view-functions-bytecode-verifier
to
vm-lang/6548-move-view-functions
May 13, 2026 15:52
52bc8d4 to
b786b5d
Compare
bingyanglin
approved these changes
May 15, 2026
miker83z
reviewed
May 15, 2026
piotrm50
approved these changes
May 18, 2026
Add normalization helpers that return IOTA runtime module metadata alongside normalized modules and a runtime_module_metadata helper to extract/deserialize the IOTA metadata. Co-Authored-By: Mirko Zichichi <mirko.zichichi@iota.org>
muXxer
approved these changes
May 19, 2026
miker83z
approved these changes
May 20, 2026
2207f4b
into
vm-lang/6548-move-view-functions
33 of 34 checks passed
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of change
View Functions metadata upgradability
Links to any relevant issues
fixes #11414