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

Incorrect core mask on coretime-rococo #3614

Closed
2 tasks done
Szegoo opened this issue Mar 7, 2024 · 3 comments
Closed
2 tasks done

Incorrect core mask on coretime-rococo #3614

Szegoo opened this issue Mar 7, 2024 · 3 comments
Labels
I2-bug The node fails to follow expected behavior. I10-unconfirmed Issue might be valid, but it's not yet known.

Comments

@Szegoo
Copy link
Contributor

Szegoo commented Mar 7, 2024

Is there an existing issue?

  • I have searched the existing issues

Experiencing problems? Have you tried our Stack Exchange first?

  • This is not a support question.

Description of bug

When querying the regions from the Rococo Coretime chain I noticed that four regions have the core mask of 'UUUUUUUUUU', which is not a valid value, as core masks are represented in hex.

Steps to reproduce

The RegionId of one such region:

{
      begin: 117,870
      core: 64
      mask: UUUUUUUUUU
}

Can be checked with PJS.

Screenshot 2024-03-07 at 7 10 53 PM

@Szegoo Szegoo added I10-unconfirmed Issue might be valid, but it's not yet known. I2-bug The node fails to follow expected behavior. labels Mar 7, 2024
@bkchr
Copy link
Member

bkchr commented Mar 7, 2024

CC @seadanda

@ggwpez
Copy link
Member

ggwpez commented Mar 7, 2024

Did you try querying raw storage? Unicode UUUUUUUUUU is exactly an 50% interlaced 80bit mask of b01010101010101010101010101010101010101010101010101010101010101010101010101010101.
Maybe PJS is being stupid and just tries to decode as UTF8 first.

@Szegoo
Copy link
Contributor Author

Szegoo commented Mar 8, 2024

Just checked, it is presented as 55555555555555555555 when raw, which is indeed b01010101010101010101010101010101010101010101010101010101010101010101010101010101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I2-bug The node fails to follow expected behavior. I10-unconfirmed Issue might be valid, but it's not yet known.
Projects
None yet
Development

No branches or pull requests

3 participants