Add query-only mode flag#1360
Conversation
|
In the context of ethermint, probabely we need to have a mode that start grpc and json-rpc together, but could leave that to another issue. |
maybe just query-only flag, we can pass like |
or |
adisaran64
left a comment
There was a problem hiding this comment.
think it might be a good idea to use a bool flag instead of a string for the query-only mode, seems to simplify the code and use?
5953248 to
06b7d82
Compare
which need tm client on start
fedekunze
left a comment
There was a problem hiding this comment.
I'm not sure the JSON-RPC only flag will work properly without tendermint. The --grpc-only looks good to me
Closes: #1359
Description
For contributor use:
docs/) or specification (x/<module>/spec/)godoccomments.Unreleasedsection inCHANGELOG.mdFiles changedin the Github PR explorerFor admin use:
WIP,R4R,docs, etc)