-
Notifications
You must be signed in to change notification settings - Fork 134
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
feat!: Wire the provider module to return ValidatorUpdates, instead of the staking module #1993
Merged
p-offtermatt
merged 33 commits into
feat/inactive-vals-v50
from
ph/inactive-vals-endblocker
Jul 15, 2024
Merged
Changes from 29 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
39e5060
Refactor validator set storage
p-offtermatt 7441fe0
Add comment for getTotalPower
p-offtermatt d9a51fb
Add provider consensus validator set storage
p-offtermatt 96a47d7
Add new MaxProviderConsensusValidators param
p-offtermatt 884a356
Add validation for MaxProviderConsensusValidators
p-offtermatt 356e6e8
Add no_valupdates_staking module
p-offtermatt b0d3ce0
Add function to get MaxProviderConsensusValidators param
p-offtermatt 5f53dc3
Start returning validators in EndBlock
p-offtermatt 463e370
Fix tests
p-offtermatt 23b4c46
Revert cosmetic change
p-offtermatt 8b57495
Revert cosmetic changes
p-offtermatt b4ed21a
Revert formatting
p-offtermatt bc69f20
Add genutil replacer module
p-offtermatt ca84368
Revert formatting
p-offtermatt eb6f00f
Revert formatting in tests/integration
p-offtermatt 8f8ff96
Revert minor formatting
p-offtermatt 4e8b917
Fix type
p-offtermatt af1b7d4
Change wrapped staking to conform to EndBlocker interface
p-offtermatt 62dfd1e
Fix typo
p-offtermatt 49a6e04
Revert "Fix typo"
p-offtermatt cc1185d
Add e2e test for inactive vals
p-offtermatt 732e35d
Start fixing e2e test
p-offtermatt c07a765
Revert formatting changes
p-offtermatt 1cf874d
Remove more formatting
p-offtermatt 9d0c9b7
Revert extra formatting
p-offtermatt 4a5b80c
Re-wire provider/app.go to use wrapped modules
p-offtermatt 96fbd4e
Remove consumer rewards check
p-offtermatt 0f30ca1
Merge branch 'feat/inactive-vals-v50' into ph/inactive-vals-endblocker
p-offtermatt 2ee5c6d
Add inactive provider vals testcase to nightly
p-offtermatt ed93ba0
Adjust comment
p-offtermatt 5ff56e8
Address comments
p-offtermatt 9c5028b
Fix nightly test name
p-offtermatt 60e9e7f
feat: Initialize the max validators parameter for existing consumers …
p-offtermatt 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 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 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 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 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 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 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 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 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 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ensure consistency in job naming and steps.
The new job
inactive-provider-validators-on-consumer-test
is consistent with other E2E test jobs. However, the step nameE2E active set changes
should be updated to reflect the actual test being run.Committable suggestion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks rabbit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@p-offtermatt, you're welcome! If you need any further assistance, feel free to ask.