Add mandatory flag --upgrade-height
to hermes upgrade client
#2300
Labels
O: usability
Objective: cause to improve the user experience (UX) and ease using the product
Milestone
Summary
Add
--upgrade-height
tohermes upgrade client
and have hermes wait for that height until it submits the transaction.Also document that
hermes upgrade client
must be run when the chain is halted if no--upgrade-height
is included for the command to succeed.Problem Definition
Currently
hermes upgrade client
needs to be run when the chain is halted for the command to succeed, and the error message is confusing when you don't.We could add an optional flag
--upgrade-height
(or--halt-height
?) and have hermes wait for that height until it submits the transaction. This would make it less confusing for users, as it is currently unclear that the command needs to be run when the chain is halted.Acceptance Criteria
--upgrade-height
(or similar name) option is added tohermes upgrade client
--upgrade-height
is not specifiedFor Admin Use
The text was updated successfully, but these errors were encountered: