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

Validator connection management #111

Merged
merged 19 commits into from
Sep 11, 2023
Merged

Validator connection management #111

merged 19 commits into from
Sep 11, 2023

Conversation

clostao
Copy link
Contributor

@clostao clostao commented Aug 30, 2023

Description

A validator should be drop out from validator list when MaxMissedEpochs have passed with no blocks signed by this validator. Should be reconnected when it emits a add_validator_again unsigned extrinsic.

Implements the logic for approving a new validator.

Types of changes

What types of changes does your code introduce?

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

@clostao clostao changed the title Validator connection management Validator connection management [ONGOING] Aug 30, 2023
@clostao clostao changed the title Validator connection management [ONGOING] Validator connection management Sep 6, 2023
@deblanco deblanco merged commit 3294750 into main Sep 11, 2023
@deblanco deblanco deleted the validator-online-management branch September 11, 2023 13:29
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.

3 participants