You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Describe your changes
This improve rendering of query/view subcommands for DAs. Helpful for
testing and integration work.
Closes#4242, #4243, #4244
## Checklist before requesting a review
- [x] If this code contains consensus-breaking changes, I have added the
"consensus-breaking" label. Otherwise, I declare my belief that there
are not consensus-breaking changes, for the following reason:
> Client changes
First, we need to create scaffolding for the command:
pcli q auction id AUCTION_ID
Then, we fill in the implementation to make a gRPC query and render its response:
pcli q auction id AUCTION_ID
The text was updated successfully, but these errors were encountered: