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

R4R: Rename Proposal TallyResult to FinalTallyResult #3269

Merged
merged 1 commit into from
Jan 10, 2019

Conversation

sunnya97
Copy link
Member

@sunnya97 sunnya97 commented Jan 10, 2019

closes #2859

  • 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.

  • Wrote tests

  • Updated relevant documentation (docs/)

  • Added entries in PENDING.md with issue #

  • rereviewed Files changed in the github PR explorer


For Admin Use:

  • Added appropriate labels to PR (ex. wip, ready-for-review, docs)
  • Reviewers Assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

@codecov
Copy link

codecov bot commented Jan 10, 2019

Codecov Report

Merging #3269 into develop will decrease coverage by <.01%.
The diff coverage is 88.23%.

@@             Coverage Diff             @@
##           develop    #3269      +/-   ##
===========================================
- Coverage    55.34%   55.34%   -0.01%     
===========================================
  Files          135      135              
  Lines         9596     9598       +2     
===========================================
+ Hits          5311     5312       +1     
- Misses        3953     3954       +1     
  Partials       332      332

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.

ACK

@@ -70,6 +70,7 @@ IMPROVEMENTS
* [\#3158](https://github.com/cosmos/cosmos-sdk/pull/3158) Validate slashing genesis
* [\#3172](https://github.com/cosmos/cosmos-sdk/pull/3172) Support minimum fees in a local testnet.
* [\#3250](https://github.com/cosmos/cosmos-sdk/pull/3250) Refactor integration tests and increase coverage
* [\#2859](https://github.com/cosmos/cosmos-sdk/issues/2859) Rename `TallyResult` in gov proposals to `FinalTallyResult`
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this is technically a breaking change.

@cwgoes cwgoes merged commit 31f6188 into develop Jan 10, 2019
@cwgoes cwgoes deleted the sunny/FinalTallyResult branch January 10, 2019 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proposal tally not increasing after voting
3 participants