-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[move][aptos-vm] End-to-end module publishing
- MoveVM now provides an ability to stage modules into a temporary storage, verifying is this is "publishable". - Tests and test harnesses adapted to reduce the number of changes (compared to `main`), e.g., old publishing workflows are returned but marked as deprecated. - Tests adapted to work with both V1 and V2 loader publishing checks. - AptosVM now should correctly publish packages in non-block context and without custom verification extensions.
- Loading branch information
1 parent
6ff9ff2
commit 84a1ae7
Showing
31 changed files
with
1,302 additions
and
999 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
149 changes: 0 additions & 149 deletions
149
aptos-move/aptos-vm-types/src/module_and_script_storage/temporary_module_storage.rs
This file was deleted.
Oops, something went wrong.
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
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.