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

Module Viper Removal #6604

Merged
merged 6 commits into from
Jul 6, 2020
Merged

Module Viper Removal #6604

merged 6 commits into from
Jul 6, 2020

Conversation

alexanderbez
Copy link
Contributor

@alexanderbez alexanderbez commented Jul 5, 2020

Description

Remove direct Viper usage from x/distribution, x/evidence, x/upgrade and x/gov.


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
  • Review Codecov Report in the comment section below once CI passes

@alexanderbez alexanderbez mentioned this pull request Jul 5, 2020
27 tasks
@codecov
Copy link

codecov bot commented Jul 5, 2020

Codecov Report

Merging #6604 into master will increase coverage by 0.00%.
The diff coverage is 80.00%.

@@           Coverage Diff           @@
##           master    #6604   +/-   ##
=======================================
  Coverage   56.89%   56.89%           
=======================================
  Files         485      485           
  Lines       29166    29167    +1     
=======================================
+ Hits        16594    16595    +1     
  Misses      11384    11384           
  Partials     1188     1188           

@alexanderbez alexanderbez added R4R C:x/distribution distribution module related C:x/evidence C:x/gov Type: Code Hygiene General cleanup and restructuring of code to provide clarity, flexibility, and modularity. A:automerge Automatically merge PR once all prerequisites pass. labels Jul 5, 2020
@alexanderbez alexanderbez marked this pull request as ready for review July 5, 2020 20:02
@tac0turtle
Copy link
Member

tests/cli/data/cs.wal/wal Did this get left over from some test?

Copy link
Member

@tac0turtle tac0turtle left a comment

Choose a reason for hiding this comment

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

utACK

@alessio
Copy link
Contributor

alessio commented Jul 6, 2020

@marbar3778 dixit:

tests/cli/data/cs.wal/wal Did this get left over from some test?

Yeah somehow tm is being initialised with tests/cli as home directory.

@@ -111,6 +111,7 @@ func TestCLISimdAddGenesisAccount(t *testing.T) {
}

func TestCLIValidateGenesis(t *testing.T) {
t.SkipNow()
Copy link
Collaborator

Choose a reason for hiding this comment

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

is the test failing?

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, intermittently due to HTTP?

@mergify mergify bot merged commit 51df2f2 into master Jul 6, 2020
@mergify mergify bot deleted the bez/6571-viper-removal-cli-distr branch July 6, 2020 10:12
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/distribution distribution module related C:x/evidence C:x/gov C:x/upgrade Type: Code Hygiene General cleanup and restructuring of code to provide clarity, flexibility, and modularity.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants