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

x/auth: remove alias.go usage #6440

Merged
merged 11 commits into from
Jun 17, 2020
Merged

Conversation

dauTT
Copy link
Contributor

@dauTT dauTT commented Jun 13, 2020

Description

This PR closes a sub task in #6311


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.

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • 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
  • Re-reviewed Files changed in the Github PR explorer

Copy link
Contributor

@alexanderbez alexanderbez left a comment

Choose a reason for hiding this comment

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

ACK

@tac0turtle tac0turtle added the A:automerge Automatically merge PR once all prerequisites pass. label Jun 15, 2020
@codecov
Copy link

codecov bot commented Jun 15, 2020

Codecov Report

Merging #6440 into master will not change coverage.
The diff coverage is 62.22%.

@@           Coverage Diff           @@
##           master    #6440   +/-   ##
=======================================
  Coverage   55.98%   55.98%           
=======================================
  Files         466      466           
  Lines       27908    27908           
=======================================
  Hits        15623    15623           
  Misses      11180    11180           
  Partials     1105     1105           

@dauTT
Copy link
Contributor Author

dauTT commented Jun 15, 2020

I am not sure how we should fix the Lint warnings:

Selection_067

@dauTT
Copy link
Contributor Author

dauTT commented Jun 15, 2020

As a side note, the integrations tests are passing in github but locally they are failing. How can someone make sure that they are passing locally?

@tac0turtle
Copy link
Member

I am not sure how we should fix the Lint warnings:

Selection_067

you can add //nolint:staticcheck // deprecated for these

@tac0turtle
Copy link
Member

As a side note, the integrations tests are passing in github but locally they are failing. How can someone make sure that they are passing locally?

hmm this is odd. I tested out locally and they passed. Im not sure if its a env thing but this is a bit concerning

x/genutil/client/cli/gentx.go Show resolved Hide resolved
@fedekunze fedekunze merged commit 32278d9 into cosmos:master Jun 17, 2020
@dauTT dauTT deleted the remove-alias-x-auth branch June 17, 2020 18:57
larry0x pushed a commit to larry0x/cosmos-sdk that referenced this pull request May 22, 2023
* x/auth: remove alias.go usage

* Fix simd_test.go and formatting

* Fix app.go formatting

* Fix cli_test.go

* Fix lint warnings

* Undo accidental deletion during merge

Co-authored-by: colin axner <[email protected]>
Co-authored-by: Federico Kunze <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A:automerge Automatically merge PR once all prerequisites pass. C:x/auth
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants