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
Right now, we have a draft PR for creating auto-generated files that can be used by Cobra CLI for a new binary called pactus-ctl. Users can utilize pactus-ctl to interact with the blockchain through the CLI using gRPC.
There are two unanswered questions:
How to add helper messages to the command, arguments, and optional flags.
How to use Buf for autogenerating the middle file.
Currently, we use protoc. I believe that having two ways of generating files from proto will be troublesome in the future.
I am thinking, for security reasons and having more control, we should fork protoc-gen-cobra that we have used for generating Cobra files.
The text was updated successfully, but these errors were encountered:
Right now, we have a draft PR for creating auto-generated files that can be used by Cobra CLI for a new binary called
pactus-ctl
. Users can utilizepactus-ctl
to interact with the blockchain through the CLI using gRPC.There are two unanswered questions:
Currently, we use protoc. I believe that having two ways of generating files from proto will be troublesome in the future.
I am thinking, for security reasons and having more control, we should fork protoc-gen-cobra that we have used for generating Cobra files.
The text was updated successfully, but these errors were encountered: