-
Notifications
You must be signed in to change notification settings - Fork 105
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
build(deps): Update to v0.43.0-rc0 #403
Conversation
app/regen/cmd/root.go
Outdated
@@ -72,7 +72,7 @@ func NewRootCmd() (*cobra.Command, params.EncodingConfig) { | |||
return err | |||
} | |||
|
|||
return server.InterceptConfigsPreRunHandler(cmd) | |||
return server.InterceptConfigsPreRunHandler(cmd, "", nil) |
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.
This is actually an undocumented breaking change between beta1 and rc0. I created cosmos/cosmos-sdk#9592
Codecov Report
@@ Coverage Diff @@
## master #403 +/- ##
==========================================
+ Coverage 61.01% 61.08% +0.06%
==========================================
Files 51 51
Lines 3317 3325 +8
==========================================
+ Hits 2024 2031 +7
- Misses 1029 1030 +1
Partials 264 264
Flags with carried forward coverage won't be shown. Click here to find out more. |
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
Description
Closes: #XXXX
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change