move-language / move

Apache License 2.0
2.25k stars 679 forks source link

[loader] Remove features not relevant for Sui #973

Closed amnn closed 1 year ago

amnn commented 1 year ago

Remove support for

These codepaths are never used by Sui, which does not permit republishing at the same address except in very specific edge cases that are handled externally, and continuing to support these codepaths will further complicate support for package upgrades (i.e. republishing) on Sui.

This PR also removes any test that relies on or tests republishing, as well as support in the sandbox for republishing and/or compatibility checks

Test Plan

move$ cargo nextest
move$ cargo test --workspace