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

Remove validation protocol versions 1 and 2 #7410

Open
alindima opened this issue Jan 31, 2025 · 0 comments
Open

Remove validation protocol versions 1 and 2 #7410

alindima opened this issue Jan 31, 2025 · 0 comments
Assignees
Labels
T8-polkadot This PR/Issue is related to/affects the Polkadot network.

Comments

@alindima
Copy link
Contributor

alindima commented Jan 31, 2025

Validation protocol 2 was built for async backing and validation protocol 3 was built for approval voting improvements.
Both features have been enabled via runtime once sufficient number of validators have upgraded.
Data shows almost all validators (1 or 2 remaining on kusama) have upgraded and are using the latest validation network protocol.

We can therefore remove explicit code that is handling the old versions and refuse new connections on them. This allows us to cleanup unused code and possibly do some local simplifications in network subsystems.

@alindima alindima changed the title Remove validation notification protocols 1 and 2 Remove validation protocol versions 1 and 2 Jan 31, 2025
@alindima alindima added the T8-polkadot This PR/Issue is related to/affects the Polkadot network. label Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T8-polkadot This PR/Issue is related to/affects the Polkadot network.
Projects
None yet
Development

No branches or pull requests

2 participants