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

Problem: duplicate commands(#421) #423

Merged
merged 1 commit into from
Mar 23, 2021

Conversation

linfeng-crypto
Copy link
Contributor

solution: remove the duplicate commands

@@ -228,9 +228,6 @@ func txCommand() *cobra.Command {
authcmd.GetBroadcastCommand(),
authcmd.GetEncodeCommand(),
authcmd.GetDecodeCommand(),
flags.LineBreak,
vestingcli.GetTxCmd(),
subscriptioncli.NewTxCmd(),
Copy link
Contributor

@tomtau tomtau Mar 22, 2021

Choose a reason for hiding this comment

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

is subscription duplicated?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, it's duplicated too

@codecov
Copy link

codecov bot commented Mar 22, 2021

Codecov Report

Merging #423 (a433d71) into master (22f169d) will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #423      +/-   ##
==========================================
- Coverage   23.10%   23.08%   -0.03%     
==========================================
  Files          55       55              
  Lines        8742     8739       -3     
==========================================
- Hits         2020     2017       -3     
  Misses       6154     6154              
  Partials      568      568              
Flag Coverage Δ
integration_tests 20.94% <ø> (-0.03%) ⬇️
unit_tests 11.38% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cmd/chain-maind/app/app.go 52.68% <ø> (-0.76%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 22f169d...a433d71. Read the comment docs.

@tomtau tomtau merged commit 39a8c96 into crypto-org-chain:master Mar 23, 2021
tomtau added a commit that referenced this pull request Mar 26, 2021
Problem: not using the latest SDK release (#429)

Solution: bumped the dependency to Cosmos SDK v0.42.3

Problem: duplicate commands(fixes #421) (#423)

Solution: removed the duplicate commands
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.

3 participants