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

fix(dre): adding back output of proposals #798

Merged
merged 3 commits into from
Aug 26, 2024

Conversation

NikolaMilosa
Copy link
Contributor

Adds back the output of ic admin propose command to stdout in the form of:

./target/debug/dre --private-key-pem ~/.config/dfx/identity/bootstrap-super-leader/identity.pem --network staging -y propose propose-to-revise-elected-guestos-versions --summary "Testing" --replica-versions-to-unelect 26d5f9d0bdca0a817c236134dc9c7317b32c69a5
 2024-08-26T12:04:03.234Z INFO  dre > Running version 0.5.1-3640baca-dirty
 2024-08-26T12:04:03.390Z INFO  dre::ic_admin > Using ic-admin c7d517db67fde740f5e3338c86e95b4ec8beb00a because lock file was created less than 24 hours ago
Title: Retire IC replica version(s)

Summary: Testing

Payload: ReviseElectedGuestosVersionsPayload {
    replica_version_to_elect: None,
    release_package_sha256_hex: None,
    release_package_urls: [],
    guest_launch_measurement_sha256_hex: None,
    replica_versions_to_unelect: [
        "26d5f9d0bdca0a817c236134dc9c7317b32c69a5",
    ],
}
+proposal 727

Also includes a small fix for revise replica versions command: The arguments changed.

@NikolaMilosa NikolaMilosa requested a review from a team as a code owner August 26, 2024 12:05
Copy link
Contributor

@DFINITYManu DFINITYManu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@NikolaMilosa NikolaMilosa merged commit 9169836 into main Aug 26, 2024
4 checks passed
@NikolaMilosa NikolaMilosa deleted the nm-adding-back-output-of-proposals branch August 26, 2024 12:28
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