Skip to content

Remove collation_req_v1_receiver #8145

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

Open
alindima opened this issue Apr 3, 2025 · 0 comments · May be fixed by #8418
Open

Remove collation_req_v1_receiver #8145

alindima opened this issue Apr 3, 2025 · 0 comments · May be fixed by #8418
Labels
D0-easy Can be fixed primarily by duplicating and adapting code by an intermediate coder. T8-polkadot This PR/Issue is related to/affects the Polkadot network.

Comments

@alindima
Copy link
Contributor

alindima commented Apr 3, 2025

The v1 version of this protocol was pre async-backing. New collators don't use it anymore.
No type of newly-built node need this request receiver anymore.

Moreover:

  • Collators don't need to configure this protocol at all (they aren't making any requests)
  • Validators should only configure the outbound side of this protocol. They must maintain the ability of requesting collations from old collators.
@alindima alindima added the T8-polkadot This PR/Issue is related to/affects the Polkadot network. label Apr 3, 2025
@alindima alindima added the D0-easy Can be fixed primarily by duplicating and adapting code by an intermediate coder. label Apr 8, 2025
@huntbounty huntbounty linked a pull request May 4, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D0-easy Can be fixed primarily by duplicating and adapting code by an intermediate coder. T8-polkadot This PR/Issue is related to/affects the Polkadot network.
Projects
Status: Backlog
Development

Successfully merging a pull request may close this issue.

1 participant