-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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(types): add codespace to broadcast(sync/async) response #6195
feat(types): add codespace to broadcast(sync/async) response #6195
Conversation
👋 Thanks for creating a PR! Before we can merge this PR, please make sure that all the following items have been For contributor use:
For admin use:
Thank you for your contribution to the Cosmos-SDK! 🚀 |
Codecov Report
@@ Coverage Diff @@
## master #6195 +/- ##
=======================================
Coverage 54.83% 54.84%
=======================================
Files 443 443
Lines 26749 26753 +4
=======================================
+ Hits 14668 14672 +4
Misses 11040 11040
Partials 1041 1041 |
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.
utACK
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.
ACK 🎉
Description
Adds codespace to responses of broadcast SYNC and ASYNC.
closes: #5859