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

Fix KZG commitment inclusion proof tag in blob sidecar JSON RPC response #13475

Merged
merged 2 commits into from
Jan 18, 2024

Conversation

marioevz
Copy link
Contributor

What type of PR is this?
Bug fix

What does this PR do? Why is it needed?
Renames the blob sidecar field containing the inclusion proof from commitment_inclusion_proof to kzg_commitment_inclusion_proof, which is the field name in the beacon API specification.

Hive was complaining and failing all tests when it came to verifying the blob sidecars from the beacon node, but I've tested with this change and test are not failing anymore due to this issue.

Which issues(s) does this PR fix?
No issue number for this afaik.

Other notes for review
There are other uses of commitment_inclusion_proof but I did not want to touch anything else that was unnecessary.

@marioevz marioevz requested a review from a team as a code owner January 16, 2024 23:46
@CLAassistant
Copy link

CLAassistant commented Jan 16, 2024

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@terencechain terencechain left a comment

Choose a reason for hiding this comment

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

thank you!

@terencechain terencechain requested a review from rkapka January 16, 2024 23:48
@nisdas nisdas enabled auto-merge January 18, 2024 08:01
@nisdas nisdas added this pull request to the merge queue Jan 18, 2024
Merged via the queue into prysmaticlabs:develop with commit 37739b4 Jan 18, 2024
21 checks passed
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.

5 participants