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

Messages relay stalls #1357

Closed
svyatonik opened this issue Mar 16, 2022 · 0 comments
Closed

Messages relay stalls #1357

svyatonik opened this issue Mar 16, 2022 · 0 comments
Assignees
Labels
A-bug Something isn't working P-Message Delivery

Comments

@svyatonik
Copy link
Contributor

This morning messages relay has stalled at our test deployments. The reason is that by yet unknown reason relay gets wrong InboundLaneState. I.e.:

        target_nonces: Some(TargetClientNonces {
            latest_nonce: 14, // so the latest received message is 14
            nonces_data: DeliveryRaceTargetNoncesData {
                confirmed_nonce: 1920, // and the latest confirmed message is 1920

the reason is most probably lays in these recent PRs:

@svyatonik svyatonik added A-bug Something isn't working P-Message Delivery labels Mar 16, 2022
@svyatonik svyatonik added this to the Kusama <> Polkadot Release milestone Mar 16, 2022
@svyatonik svyatonik self-assigned this Mar 16, 2022
svyatonik pushed a commit that referenced this issue Jul 17, 2023
Bumps [toml](https://github.com/alexcrichton/toml-rs) from 0.5.8 to 0.5.9.
- [Release notes](https://github.com/alexcrichton/toml-rs/releases)
- [Commits](toml-rs/toml-rs@0.5.8...0.5.9)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 P-Message Delivery
Projects
None yet
Development

No branches or pull requests

1 participant