-
Notifications
You must be signed in to change notification settings - Fork 18
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: Add encrypt-data
CLI
#529
Conversation
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.
lgtm
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.
Thank you :)
I have an one question.
And I can see my PR content :)
# Conflicts: # proto/panacea/oracle/v2/tx.proto # x/oracle/client/cli/query.go # x/oracle/client/cli/txRegisterOracle.go # x/oracle/genesis.go # x/oracle/keeper/grpc_query_oracle.go # x/oracle/keeper/grpc_query_oracle_test.go # x/oracle/keeper/oracle.go # x/oracle/keeper/oracle_test.go # x/oracle/types/message_oracle.go # x/oracle/types/oracle.go # x/oracle/types/query.pb.go # x/oracle/types/tx.pb.go
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.
LGTM
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.
lgtm
close #524
Based on #523,
encrypt-data
CLI has been implemented because query of oracle module params is needed.