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

Relayer syncs multiple parachain heads even if no messages are sent #2838

Closed
serban300 opened this issue Feb 14, 2024 · 1 comment
Closed
Assignees
Labels
A-bug Something isn't working

Comments

@serban300
Copy link
Collaborator

This is causing failures of the 0002-mandatory-headers-synced-while-idle bridge test in the polkadot-sdk repo

After this is fixed, let's not forget to add the test to the CI

Reproduction steps

  1. Clone the polkadot-sdk repo locally: https://github.com/paritytech/polkadot-sdk
  2. Set all the necessary env variables https://github.com/paritytech/polkadot-sdk/blob/aa68ea58f389c2aa4eefab4bf7bc7b787dd56580/bridges/zombienet/run-new-test.sh#L21-L40
  3. Go to the $POLKADOT_SDK_PATH/bridges/zombienet/environments/rococo-westend
  4. Run spawn.sh --start-relayer
  5. Open the Rococo BH and Westend BH pages in polkadot js apps

Result

On my machine, for example, for Westend BH, the parachain head was updated 3 times even if no messages were sent on the bridge:

image

@svyatonik
Copy link
Contributor

Fixed in above ^^^ PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants