move-language / move

Apache License 2.0
2.25k stars 679 forks source link

[loader] Support relinking package dependencies #980

Closed amnn closed 1 year ago

amnn commented 1 year ago

Support to run an on-chain package with its dependencies changed to compatible alternatives, to address the diamond problem in the presence of package upgrades.

Test Plan

New loader tests (+ all existing tests):

$ cargo nextest -- 'loader_tests::relink'