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

Sunny/change pubkey #25

Merged

Conversation

antstalepresh
Copy link

Description

closes: #XXXX


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

antstalepresh and others added 30 commits September 25, 2020 21:41
…takingKeeper into pub key module to get bond denominator && Fix pubkey handler build error
…d interfaces for pub key module && Implement TestNewMsgChangePubKeyCmd prototype cli test
@codecov-io
Copy link

codecov-io commented Oct 9, 2020

Codecov Report

Merging #25 into sunny/change-pubkey will decrease coverage by 1.33%.
The diff coverage is n/a.

Impacted file tree graph

@@                   Coverage Diff                   @@
##           sunny/change-pubkey      #25      +/-   ##
=======================================================
- Coverage                57.77%   56.43%   -1.34%     
=======================================================
  Files                      443      444       +1     
  Lines                    27487    29544    +2057     
=======================================================
+ Hits                     15880    16674     +794     
- Misses                   10062    11224    +1162     
- Partials                  1545     1646     +101     
Impacted Files Coverage Δ
simapp/app.go 86.51% <ø> (ø)
x/auth/vesting/module.go
x/distribution/types/params.go
x/distribution/abci.go
x/auth/legacy/v038/migrate.go
x/distribution/simulation/proposals.go
x/auth/legacy/legacytx/stdsign.go
x/distribution/types/query.go
x/bank/handler.go
x/auth/vesting/types/codec.go
... and 301 more

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 093d016...5d4e3ac. Read the comment docs.

if v == 0 {
return fmt.Errorf("invalid pubkey change cost: %d", v)
}
// if v == 0 {

Choose a reason for hiding this comment

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

Please delete if not needed

Copy link
Author

Choose a reason for hiding this comment

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

ok

@sunnya97 sunnya97 merged commit c3c11cc into sikkatech:sunny/change-pubkey Oct 14, 2020
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