Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
governance: validate client ID earlier than component/view.rs (#4859)
## Describe your changes This PR modifies the governance code to check the IBC `ClientId` is valid prior to creating the `Proposal` domain type ## Checklist before requesting a review - [x] If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason: > This validation is already performed, just later in the handling of the `Proposal` in `component/view.rs`
- Loading branch information