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

In paua, increase validators' commission max change rates to 5% #1360

Merged
merged 3 commits into from
Feb 13, 2023

Conversation

SpicyLemon
Copy link
Contributor

Description

Increase each validator's max commission change rate to 5% (if it's currently less than that).

Note: Even though this is technically being added to both paua and paua-rc1 upgrades, it's unlikely that we will cut a new software rc before the paua-rc1 upgrade is performed on testnet. That means that this change will not be applied to testnet, but will be applied during the paua upgrade on mainnet.

As of writing this, testnet has 6 validators. 5/6 of them have a max change rate of 100%. The other validator has a max change rate of 1% (validator-us-west1-0). But it's testnet and I figure we don't care that much about commission stuff on there.


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

@SpicyLemon SpicyLemon requested a review from a team as a code owner February 13, 2023 18:16
Copy link
Member

@iramiller iramiller left a comment

Choose a reason for hiding this comment

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

Nice update on names/max percent too.

@codecov
Copy link

codecov bot commented Feb 13, 2023

Codecov Report

Merging #1360 (7cfe926) into main (4fda90a) will decrease coverage by 0.02%.
The diff coverage is 0.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1360      +/-   ##
==========================================
- Coverage   58.81%   58.80%   -0.02%     
==========================================
  Files         197      197              
  Lines       24890    24896       +6     
==========================================
  Hits        14640    14640              
- Misses       9156     9162       +6     
  Partials     1094     1094              
Impacted Files Coverage Δ
app/app.go 82.93% <0.00%> (ø)
app/upgrades.go 4.37% <0.00%> (-0.18%) ⬇️

@SpicyLemon SpicyLemon enabled auto-merge (squash) February 13, 2023 18:29
Copy link
Contributor

@llama-del-rey llama-del-rey left a comment

Choose a reason for hiding this comment

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

LGTM

@SpicyLemon SpicyLemon merged commit 53c9d1d into main Feb 13, 2023
@SpicyLemon SpicyLemon deleted the dwedul/comm-change-rate branch February 13, 2023 18:40
SpicyLemon added a commit that referenced this pull request Feb 13, 2023
* Update IncreaseMaxCommissions to also bump the max change rate to 5% (if less than that).

* Tweak the new comment a bit.

* Add changelog line and tweak a couple existing changelog entries.
SpicyLemon added a commit that referenced this pull request Feb 15, 2023
… (#1362)

* Update IncreaseMaxCommissions to also bump the max change rate to 5% (if less than that).

* Tweak the new comment a bit.

* Add changelog line and tweak a couple existing changelog entries.
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.

None yet

3 participants