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

Reverted ChangePubKey #1340

Merged
merged 5 commits into from
Jun 22, 2018
Merged

Reverted ChangePubKey #1340

merged 5 commits into from
Jun 22, 2018

Conversation

sunnya97
Copy link
Member

@sunnya97 sunnya97 commented Jun 22, 2018

  • Updated all relevant documentation in docs
  • Updated all code comments where relevant
  • Wrote tests
  • Updated CHANGELOG.md
  • Updated Gaia/Examples
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

Closes #1250

@sunnya97 sunnya97 requested review from ebuchman and cwgoes June 22, 2018 15:28
@codecov
Copy link

codecov bot commented Jun 22, 2018

Codecov Report

Merging #1340 into develop will decrease coverage by 0.72%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop    #1340      +/-   ##
===========================================
- Coverage     65.5%   64.77%   -0.73%     
===========================================
  Files          114      112       -2     
  Lines         6305     6271      -34     
===========================================
- Hits          4130     4062      -68     
- Misses        1949     1985      +36     
+ Partials       226      224       -2

x/auth/mapper.go Outdated
@@ -101,7 +101,7 @@ func (am AccountMapper) GetPubKey(ctx sdk.Context, addr sdk.Address) (crypto.Pub
}

// Sets the PubKey of the account at address
func (am AccountMapper) SetPubKey(ctx sdk.Context, addr sdk.Address, newPubKey crypto.PubKey) sdk.Error {
func (am AccountMapper) setPubKey(ctx sdk.Context, addr sdk.Address, newPubKey crypto.PubKey) sdk.Error {
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we delete this? It's not used anywhere as far as I can tell.

Copy link
Contributor

@cwgoes cwgoes left a comment

Choose a reason for hiding this comment

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

utACK

@cwgoes cwgoes merged commit c3c5708 into develop Jun 22, 2018
@cwgoes cwgoes deleted the sunny/revert_pubkey branch June 22, 2018 19:53
adrianbrink pushed a commit that referenced this pull request Jul 2, 2018
* removed msgChangePubKey
* changelog
* removed setPubKey
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.

2 participants