-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: small edits, remove whitespace, add comments
docs: better documentation for BlobStatus in disperser.proto and disperser.go feat: eigenda-client returns 503 errors for batcher failover Update disperser/disperser.go Co-authored-by: Ethen <[email protected]> Update api/clients/eigenda_client.go Co-authored-by: Ethen <[email protected]> fix(lint): ErrorAPIGeneric.Error() had an infinite recursive call proto: make protoc refactor: use http status codes instead of our own enum in api errors.go docs: remove deprecated notice on eigendaClient.GetCodec() docs: make more precise DISPERSING blob status comment In both disperser.proto and disperser.go feat(503): return 503 for insufficient signatures (was returning 500 before) docs: make more precise comments for why we return 503 on blobstatus_failed docs: better comment explaining timeout while in confirmed blob status chore: update comments and asserts to reflect that disperseBlob only ever returns PROCESSING status style: clearer docstring for blobStatus_DISPERSING in disperser.proto refactor(eigenda-client): return grpc errors + one special ErrorFailover error (#843)
- Loading branch information
Showing
8 changed files
with
188 additions
and
28 deletions.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.