-
Notifications
You must be signed in to change notification settings - Fork 1k
Validator commission rates #695
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
Merged
Merged
Changes from 6 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
22d845b
replace floating point arithm from token module with rust_decimal
brentstone 97523f4
[ci] wasm checksums update
github-actions[bot] d08da6e
changelog: #436
tzemanovic 29eb68f
remove staking reward address from all code
brentstone 020f6bf
remove staking reward address from genesis toml files
brentstone 3eb21f7
client: remove staking rewards address from init-validator result
tzemanovic b54b5c0
wallet: remove validator rewards key
tzemanovic 9852d28
remove staking rewards address from cli strings and docs strings
tzemanovic 70fa58b
changelog: #687
tzemanovic da7bffc
introduce validator commission rate and changes
brentstone 3fbc30e
require commission rate input data for new validators
brentstone 4b88573
epoched commission rate and tx for validator to change their rate
brentstone 4ff76d8
commission rate: query + refactor validator change tx
brentstone 77dfff4
add missing commission rate-related instances
brentstone 5b6565e
include and update `rust_decimal`
brentstone 288bf33
bug fix from splitting this PR off of #388
brentstone 3704ef6
cleaning: incl fmt + clippy
brentstone 0e097d8
init validator: add commission rate required args for tests
brentstone 80283b2
fix commission rate validation on validator initialization
brentstone 9d8a0d0
improve docs
brentstone 629e1c5
[ci] wasm checksums update
github-actions[bot] 258b910
wasm tx test for changing validator commission rate
brentstone 6610a65
fix error convention
brentstone 563d218
commission change wasm tx test: fix and update validation
brentstone 7d652e3
bug fix: consensus key validation error
brentstone 9b4f2be
fix get of epoched commission rate before pipeline
brentstone 6778fd0
add max change info to query of validator commission rate
brentstone b900354
fix pos state machine test
brentstone 7b6de40
[ci] wasm checksums update
github-actions[bot] 302a08c
changes in response to review comments
brentstone dcfd6af
validator VP that checks source and signature for a commission rate c…
brentstone 9068938
add max commission rate info to validation and pos state machine test
brentstone 9b175c4
fix: critical flaw in pos VP that was prematurely returning true
brentstone fea59bd
add vp validator to wasms
brentstone 757ba1d
async tx to change validator commission rate
brentstone 42b0bfa
addressing 2nd round of review comments
brentstone 476877e
[ci] wasm checksums update
github-actions[bot] 6b92f2c
changelog: add #695
tzemanovic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.