Skip to content

Commit

Permalink
don't return Acessor on Put
Browse files Browse the repository at this point in the history
  • Loading branch information
Wondertan committed Jul 18, 2024
1 parent 39b9e65 commit f802e38
Show file tree
Hide file tree
Showing 13 changed files with 195 additions and 85 deletions.
4 changes: 2 additions & 2 deletions blob/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ func (s *Service) GetProof(
// If all blobs were found without any errors, the user will receive a list of blobs.
// If the BlobService couldn't find any blobs under the requested namespaces,
// the user will receive an empty list of blobs along with an empty error.
// If some of the requested namespaces were not found, the user will receive all the found blobs and an empty error.
// If there were internal errors during some of the requests,
// If some of the requested namespaces were not found, the user will receive all the found blobs
// and an empty error. If there were internal errors during some of the requests,
// the user will receive all found blobs along with a combined error message.
//
// All blobs will preserve the order of the namespaces that were requested.
Expand Down
24 changes: 18 additions & 6 deletions header/pb/extended_header.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions nodebuilder/blob/blob.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ type Module interface {
// If all blobs were found without any errors, the user will receive a list of blobs.
// If the BlobService couldn't find any blobs under the requested namespaces,
// the user will receive an empty list of blobs along with an empty error.
// If some of the requested namespaces were not found, the user will receive all the found blobs and an empty error.
// If there were internal errors during some of the requests,
// If some of the requested namespaces were not found, the user will receive all the found blobs
// and an empty error. If there were internal errors during some of the requests,
// the user will receive all found blobs along with a combined error message.
//
// All blobs will preserve the order of the namespaces that were requested.
Expand Down
28 changes: 23 additions & 5 deletions share/eds/byzantine/pb/share.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 22 additions & 4 deletions share/p2p/shrexeds/pb/extended_data_square.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f802e38

Please sign in to comment.