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

fix: per 8711 fix typo and minor command text edit for multi sign batch command #8718

Merged
merged 10 commits into from
Feb 27, 2021

Conversation

barriebyron
Copy link
Contributor

Description

fixed a typo in the output of x/auth/client/cli/tx_multisign.go and did minor edits while I was in there.
Let me know if this type of edit is helpful.

part of but does not close: #8711


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • [ x] Targeted PR against correct branch (see CONTRIBUTING.md)
  • [x ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • [++ ] I am interested in learning if this PR has correct edit styles
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • [x ] Re-reviewed Files changed in the Github PR explorer
  • Review Codecov Report in the comment section below once CI passes

Copy link
Contributor

@alessio alessio left a comment

Choose a reason for hiding this comment

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

ACKd ❤️

Welcome aboard, Barrie. Sit down, fasten your seatbelt, and enjoy the 🎢 ride!

@codecov
Copy link

codecov bot commented Feb 26, 2021

Codecov Report

Merging #8718 (1b6e33b) into master (a786830) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #8718   +/-   ##
=======================================
  Coverage   61.35%   61.35%           
=======================================
  Files         671      671           
  Lines       38322    38322           
=======================================
+ Hits        23512    23514    +2     
+ Misses      12351    12350    -1     
+ Partials     2459     2458    -1     
Impacted Files Coverage Δ
x/auth/client/cli/tx_multisign.go 64.84% <100.00%> (ø)
snapshots/store.go 75.40% <0.00%> (+1.09%) ⬆️

@tac0turtle tac0turtle merged commit 68e7a3a into cosmos:master Feb 27, 2021
mergify bot pushed a commit that referenced this pull request Feb 27, 2021
…ch command (#8718)

Co-authored-by: Alessio Treglia <[email protected]>
(cherry picked from commit 68e7a3a)
alessio pushed a commit that referenced this pull request Feb 27, 2021
…ch command (#8718) (#8721)

Co-authored-by: Alessio Treglia <[email protected]>
(cherry picked from commit 68e7a3a)

Co-authored-by: Barrie Byron <[email protected]>
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.

Refactor x/auth cli tests and add docs
3 participants