Skip to content
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

Remove obsolete cli gov params #968

Merged
merged 1 commit into from
Sep 1, 2022
Merged

Remove obsolete cli gov params #968

merged 1 commit into from
Sep 1, 2022

Conversation

alpe
Copy link
Contributor

@alpe alpe commented Aug 31, 2022

Resolves #849

I have looked at other proposal types in the sdk and ibc-go and "proposal" + "type" are not required at the subcommand level. Happy to remove them

For example: https://github.com/cosmos/cosmos-sdk/blob/v0.45.8/x/upgrade/client/cli/tx.go#L69-L73

@alpe alpe requested a review from pinosu August 31, 2022 15:30
@codecov
Copy link

codecov bot commented Aug 31, 2022

Codecov Report

Merging #968 (dda8cbb) into main (e714fdf) will increase coverage by 0.15%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #968      +/-   ##
==========================================
+ Coverage   59.31%   59.47%   +0.15%     
==========================================
  Files          51       51              
  Lines        6229     6209      -20     
==========================================
- Hits         3695     3693       -2     
+ Misses       2268     2249      -19     
- Partials      266      267       +1     
Impacted Files Coverage Δ
x/wasm/client/cli/gov_tx.go 0.00% <ø> (ø)
x/wasm/client/cli/tx.go 25.00% <ø> (ø)
x/wasm/keeper/keeper.go 88.24% <0.00%> (-0.34%) ⬇️

Copy link
Contributor

@pinosu pinosu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@alpe alpe merged commit 62b18f3 into main Sep 1, 2022
@alpe alpe deleted the 849_unused_flag branch September 1, 2022 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove unused flag in gov proposals
2 participants