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

Addressing smartnode-issue-572 #621

Open
wants to merge 2 commits into
base: v2
Choose a base branch
from

Commits on Aug 11, 2024

  1. Addressing smartnode-issue-572

    This is commit 1/3 to address smartnode-issue-572. This commit includes changes to:
    1) add an enable-partial-rebuild flag to the rebuild flow, 2) return error data per key from the API and 3) add logging to inform the user of the outcomes.
    
    Update recover-keys.go
    
    Update go.mod
    SolezOfScience committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    9bd5510 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Refactoring ValidatorManager and parameterizing KeyRecoveryManager to…

    … support test and partial recovery modes.
    
    This change addresses all comments from the first draft of the PR to introduce partial recovery support. This removes multiple implementations of a KeyRecoveryManager interface and instead uses class fields to determine how to appropriately enact the recover code flow.
    SolezOfScience committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3aa32ab View commit details
    Browse the repository at this point in the history