Skip to content

Wrong type for Proof member in availabilitystore.ErasureChunk struct #4597

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

Closed
haikoschol opened this issue Mar 10, 2025 · 3 comments
Closed
Assignees
Labels
C-simple Minor changes changes, no additional research needed. Good first issue/review. S-subsystems-availability issues related to polkadot host availability subsystem functionality. T-bug this issue covers unexpected and/or wrong behaviour.

Comments

@haikoschol
Copy link
Contributor

Bug summary

Proof is a []byte in the availabilitystore.ErasureChunk struct, but it should be a [][]byte.

Possible Solution

Change the type and update the tests that break.

@haikoschol haikoschol added the T-bug this issue covers unexpected and/or wrong behaviour. label Mar 10, 2025
@haikoschol haikoschol self-assigned this Apr 14, 2025
@haikoschol haikoschol added C-simple Minor changes changes, no additional research needed. Good first issue/review. S-subsystems-availability issues related to polkadot host availability subsystem functionality. labels Apr 14, 2025
@luizhenridev
Copy link

Working on it!

@luizhenridev
Copy link

What is the branch?

@haikoschol
Copy link
Contributor Author

What is the branch?

Sorry I just saw this. It's on feat/parachain but I'm already working on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-simple Minor changes changes, no additional research needed. Good first issue/review. S-subsystems-availability issues related to polkadot host availability subsystem functionality. T-bug this issue covers unexpected and/or wrong behaviour.
Projects
None yet
Development

No branches or pull requests

2 participants