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

feat!: stop forcing reserved byte to zero #819

Merged
merged 1 commit into from
Sep 30, 2022

Conversation

rootulp
Copy link
Collaborator

@rootulp rootulp commented Sep 29, 2022

Closes #779

0x0, // reserved byte
0xb, // BUG: reserved byte should be zero
Copy link
Member

@evan-forbes evan-forbes Sep 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[question]

for my own understanding, this PR changes to a different bug by removing the forced 0, and then we will fix this in an upcoming PR for #817, correct?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, exactly!

@rootulp rootulp merged commit abb9829 into celestiaorg:main Sep 30, 2022
@rootulp rootulp deleted the rp/stop-forcing-reserve-byte-2 branch September 30, 2022 15:21
rach-id pushed a commit to rach-id/celestia-app that referenced this pull request Nov 16, 2022
@evan-forbes evan-forbes added this to the Incentivized Testnet milestone Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stop forcing the last reserved byte to 0 for compact shares
2 participants