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: power reduction for Tendermint #3400

Merged
merged 38 commits into from
Feb 6, 2019
Merged

Conversation

rigelrozanski
Copy link
Contributor

@rigelrozanski rigelrozanski commented Jan 25, 2019

closes #2513

  • 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/) - should be added to the state transitions document for validator set updates in R4R: staking spec upgrades / some renaming #3357

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

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.

(quick initial pass)

types/stake.go Outdated Show resolved Hide resolved
x/staking/types/validator.go Show resolved Hide resolved
x/gov/tally.go Outdated Show resolved Hide resolved
types/stake.go Show resolved Hide resolved
@cwgoes
Copy link
Contributor

cwgoes commented Jan 30, 2019

(otherwise this approach seems fine to me)

docs/.vuepress/config.js Outdated Show resolved Hide resolved
@rigelrozanski rigelrozanski changed the title WIP: power reduction for Tendermint R4R: power reduction for Tendermint Feb 1, 2019
x/staking/types/validator.go Outdated Show resolved Hide resolved
client/lcd/test_helpers.go Outdated Show resolved Hide resolved
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.

Mostly looks solid (lots of testcase changes!) - a few comments on the core implementation.

PENDING.md Outdated Show resolved Hide resolved
PENDING.md Outdated Show resolved Hide resolved
x/staking/types/validator.go Outdated Show resolved Hide resolved
x/staking/types/validator.go Outdated Show resolved Hide resolved
x/staking/types/validator.go Outdated Show resolved Hide resolved
@rigelrozanski rigelrozanski merged commit 52f2ec7 into develop Feb 6, 2019
@rigelrozanski rigelrozanski deleted the rigel/tmint-power-reduce branch February 6, 2019 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Choose a uniform power calculation method
6 participants