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

Add RPC call and config option to rotate keys without restarting #3094

Open
wants to merge 1 commit into
base: albatross
Choose a base branch
from

Conversation

fiaxh
Copy link
Contributor

@fiaxh fiaxh commented Nov 18, 2024

Pull request checklist

  • All tests pass. The project builds and runs.
  • I have resolved any merge conflicts.
  • I have resolved all clippy and rustfmt warnings.

@fiaxh fiaxh force-pushed the fiaxh/voting_keys branch 2 times, most recently from 2a85b5e to 8c20718 Compare November 18, 2024 19:39
Copy link
Contributor

@hrxi hrxi left a comment

Choose a reason for hiding this comment

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

It would be nice if the same was available for signing keys as these can also be rotated.

validator/src/key_utils.rs Outdated Show resolved Hide resolved
validator/src/validator.rs Outdated Show resolved Hide resolved
@fiaxh
Copy link
Contributor Author

fiaxh commented Nov 18, 2024

It would be nice if the same was available for signing keys as these can also be rotated.

Yes, I agree. The implementations will look very similar. Thus, I wanted to first get this reviewed, such that I'm not doing every mistake twice, and then have to fix everything twice 🙂

@fiaxh fiaxh force-pushed the fiaxh/voting_keys branch 3 times, most recently from 3913104 to ca59d3e Compare November 19, 2024 00:10
Copy link
Contributor

@hrxi hrxi left a comment

Choose a reason for hiding this comment

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

Looks good to me.

validator/src/validator.rs Outdated Show resolved Hide resolved
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