-
Notifications
You must be signed in to change notification settings - Fork 13
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/api blob proofs #312
Merged
Merged
Feat/api blob proofs #312
Changes from 7 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
7bf720e
Updated swagger docs
k-karuna acd5c67
Added blob proofs API endpoint
k-karuna 5c58cb4
Merge branch 'master' into feat/api-blob-proofs
k-karuna b6789b2
Added test cases and linter fixes
k-karuna 4d7542e
Review fixes
k-karuna 063f45b
Updated routes test
k-karuna 2edf8aa
Removed commented conditional seq.data trimming in GetBlobShareIdxs func
k-karuna a3d31b2
Correct proofs
k-karuna c2c1f58
Removed RowProof from API response
k-karuna 492c4e4
Refactor: removed EDS and ODS usage, finding blob share indexes strai…
k-karuna 3bc3c79
Refactor: blob proofs querying replaced by NewShareInclusionProofFrom…
k-karuna 9914c8a
Added tests for API BlobProofs method
k-karuna 4baff5c
Removed node API get BlobProofs method
k-karuna File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ type Api interface { | |
Genesis(ctx context.Context) (types.Genesis, error) | ||
BlockData(ctx context.Context, level pkgTypes.Level) (pkgTypes.BlockData, error) | ||
BlockDataGet(ctx context.Context, level pkgTypes.Level) (pkgTypes.BlockData, error) | ||
BlobProofs(ctx context.Context, level pkgTypes.Level, startShare, endShare int) (pkgTypes.BlobProof, error) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. По идее, это можно выпилить |
||
} | ||
|
||
//go:generate mockgen -source=$GOFILE -destination=mock/$GOFILE -package=mock -typed | ||
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Здесь может быть startBlobIdx == endBlobIdx == 0. По крайней мере у меня так получилось с первым попавшимся блобом. Из-=за этого нода пятистоит