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
We should move Prompt to client/v2 and use the scalar annotation instead of simple field matching for validating the fields.
Additionally, the Prompt should work recursively on the whole message.
The
draft-proposal
command introduced aPrompt
(https://github.com/cosmos/cosmos-sdk/blob/701aaa8/x/gov/client/cli/prompt.go) helper, that prompts the user of each field.We should move
Prompt
to client/v2 and use the scalar annotation instead of simple field matching for validating the fields.Additionally, the
Prompt
should work recursively on the whole message.ref: #15982 (comment)
The text was updated successfully, but these errors were encountered: