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(share)!: tendermint compatible get range result json marshall #3930

Open
wants to merge 3 commits into
base: feature/api-breaks
Choose a base branch
from

Conversation

zvolin
Copy link

@zvolin zvolin commented Nov 11, 2024

Fixes #3918

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

@github-actions github-actions bot added the external Issues created by non node team members label Nov 11, 2024
@zvolin zvolin force-pushed the fix/tendermint-compatible-get-range-result branch from 61f2ab2 to 363eb67 Compare November 11, 2024 14:09
@zvolin zvolin changed the base branch from main to feature/api-breaks November 11, 2024 16:34
@cristaloleg cristaloleg added kind:break! Attached to breaking PRs kind:fix Attached to bug-fixing PRs labels Nov 12, 2024
Copy link
Contributor

@cristaloleg cristaloleg left a comment

Choose a reason for hiding this comment

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

SGTM

@codecov-commenter
Copy link

codecov-commenter commented Nov 12, 2024

Codecov Report

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

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

Files with missing lines Patch % Lines
nodebuilder/share/share.go 0.00% 10 Missing ⚠️
Additional details and impacted files
@@                  Coverage Diff                  @@
##             feature/api-breaks    #3930   +/-   ##
=====================================================
  Coverage                      ?   45.10%           
=====================================================
  Files                         ?      307           
  Lines                         ?    21812           
  Branches                      ?        0           
=====================================================
  Hits                          ?     9839           
  Misses                        ?    10901           
  Partials                      ?     1072           

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

nodebuilder/share/share.go Outdated Show resolved Hide resolved
nodebuilder/share/share.go Outdated Show resolved Hide resolved
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
6 participants