Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] allow exempted addresses to upgrade framework with any policy #193

Conversation

0xzoz
Copy link
Contributor

@0xzoz 0xzoz commented Feb 28, 2024

Allow exempted addresses to upgrade framework with any policy. This allows to bypass upgrades with incompatibility issues by changing the upgrade policy in metadata.

Example(Move.toml):

[package]
name = "LibraFramework"
version = "1.0.0"
<--------HERE--------->
upgrade_policy = "arbitrary"
<--------HERE--------->

[addresses]
std = "0x1"
diem_std = "0x1"
diem_framework = "0x1"
diem_token = "0x3"
core_resources = "0xA550C18"
vm_reserved = "0x0"
ol_framework = "0x1"
root = "0x1"

[dependencies]
VendorStdlib = { local = "../vendor-stdlib" }

@0xzoz 0xzoz changed the base branch from main to release-6.9.7 February 28, 2024 19:32
@0xzoz 0xzoz merged commit f496384 into 0LNetworkCommunity:release-6.9.7 Feb 28, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants