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

fix chunk fetching network compatibility zombienet test #6988

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

Conversation

alindima
Copy link
Contributor

Fix this zombienet test

It was failing because in #6452 I enabled the v2 receipts for testnet genesis,
so the collators started sending v2 receipts with zeroed collator signatures to old validators that were still checking those signatures (which lead to disputes, since new validators considered the candidates valid).

The fix is to also use an old image for collators, so that we don't create v2 receipts.

We cannot remove this test yet because collators also perform chunk recovery, so until all collators are upgraded, we need to maintain this compatibility with the old protocol version (which is also why systematic recovery was not yet enabled)

@alindima alindima added R0-silent Changes should not be mentioned in any release notes T10-tests This PR/Issue is related to tests. labels Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R0-silent Changes should not be mentioned in any release notes T10-tests This PR/Issue is related to tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant