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(header)!: tendermint compatible json marshall #3928

Conversation

zvolin
Copy link

@zvolin zvolin commented Nov 11, 2024

Fixes #3918

Please note: this PR is BREAKING as header encoding has changed.

@github-actions github-actions bot added the external Issues created by non node team members label Nov 11, 2024
@zvolin zvolin changed the title fix(header): tendermint compatible json marshall fix(header)!: tendermint compatible json marshall Nov 11, 2024
@zvolin zvolin force-pushed the fix/tendermint-compatible-extended-header branch from c354dd2 to 341fdaa Compare November 11, 2024 14:09
@renaynay renaynay added the kind:break! Attached to breaking PRs label Nov 11, 2024
@zvolin zvolin changed the base branch from main to feature/api-breaks November 11, 2024 16:34
@cristaloleg cristaloleg added the kind:fix Attached to bug-fixing PRs label Nov 12, 2024
@codecov-commenter
Copy link

codecov-commenter commented Nov 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (feature/api-breaks@353141f). Learn more about missing BASE report.

Additional details and impacted files
@@                  Coverage Diff                  @@
##             feature/api-breaks    #3928   +/-   ##
=====================================================
  Coverage                      ?   45.20%           
=====================================================
  Files                         ?      307           
  Lines                         ?    21802           
  Branches                      ?        0           
=====================================================
  Hits                          ?     9855           
  Misses                        ?    10876           
  Partials                      ?     1071           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

header/header.go Outdated Show resolved Hide resolved
header/header.go Outdated Show resolved Hide resolved
@renaynay renaynay merged commit 4a90605 into celestiaorg:feature/api-breaks Nov 13, 2024
8 checks passed
Copy link

gitpoap-bot bot commented Nov 13, 2024

Congrats, your important contribution to this open-source project has earned you a GitPOAP!

GitPOAP: 2024 Celestia Contributor:

GitPOAP: 2024 Celestia Contributor GitPOAP Badge

Head to gitpoap.io & connect your GitHub account to mint!

Learn more about GitPOAPs here.

vgonkivs pushed a commit to vgonkivs/celestia-node that referenced this pull request Nov 25, 2024
rach-id added a commit to rach-id/celestia-node that referenced this pull request Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external Issues created by non node team members kind:break! Attached to breaking PRs kind:fix Attached to bug-fixing PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Serialization inconsistency between celestia-node API and Tendermint API
5 participants