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(blob | nodebuilder/da): Revert custom marshaling for blob.Proof #3204

Merged
merged 3 commits into from
Mar 5, 2024

Conversation

renaynay
Copy link
Member

@renaynay renaynay commented Feb 23, 2024

Reverts a change introduced in #3146 that unintentionally broke blob.Proof serialisation.

Resolves #3173

@renaynay renaynay added kind:fix Attached to bug-fixing PRs area:api Related to celestia-node API area:blob labels Feb 23, 2024
@renaynay renaynay self-assigned this Feb 23, 2024
@renaynay renaynay changed the title fix(blob | nodebuilder/da): Revert custom marshaling for blob.Proof fix(blob | nodebuilder/da): Revert custom marshaling for blob.Proof Feb 23, 2024
@codecov-commenter
Copy link

codecov-commenter commented Feb 23, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 44.88%. Comparing base (c1ab9c5) to head (db173a8).
Report is 23 commits behind head on main.

Files Patch % Lines
nodebuilder/da/service.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3204      +/-   ##
==========================================
- Coverage   52.08%   44.88%   -7.21%     
==========================================
  Files         183      265      +82     
  Lines       11594    14620    +3026     
==========================================
+ Hits         6039     6562     +523     
- Misses       5043     7303    +2260     
- Partials      512      755     +243     

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

Copy link
Member

@Wondertan Wondertan left a comment

Choose a reason for hiding this comment

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

Fine with me. Still wonder what motivated this

@renaynay renaynay marked this pull request as ready for review March 1, 2024 11:10
@renaynay renaynay enabled auto-merge (squash) March 1, 2024 11:19
@Wondertan
Copy link
Member

Breaking(back) btw

@renaynay renaynay merged commit 32bc7a9 into celestiaorg:main Mar 5, 2024
25 checks passed
@zvolin
Copy link

zvolin commented Mar 5, 2024

question, will it be backported and released like a 0.13.1 or when will this be included in any release?

@ramin
Copy link
Contributor

ramin commented Mar 5, 2024

@zvolin a release is imminent, should be later today

renaynay added a commit to renaynay/celestia-node that referenced this pull request Apr 3, 2024
…celestiaorg#3204)

Reverts a change introduced in
celestiaorg#3146 that
unintentionally broke `blob.Proof` serialisation.

Resolves celestiaorg#3173
renaynay added a commit to renaynay/celestia-node that referenced this pull request Apr 3, 2024
…celestiaorg#3204)

Reverts a change introduced in
celestiaorg#3146 that
unintentionally broke `blob.Proof` serialisation.

Resolves celestiaorg#3173
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:api Related to celestia-node API area:blob kind:fix Attached to bug-fixing PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Proofs are serialized as strings - undocumented API break in 0.13.0
7 participants