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.
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
chore: extract improvements from #21497 #21506
chore: extract improvements from #21497 #21506
Changes from 1 commit
d72bde6
4022ac6
b246ea0
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Action Required: Remove
x/crisis
module usageThe
x/crisis
module has been removed as it is no longer supported. If your application is using this module, make sure to remove it before upgrading to this version.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.
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.
@akhilkumarpilli, the original sentence is grammatically correct. The phrase "it's" is a contraction of "it is" or "it has," which doesn't fit the context here. The correct possessive form is "its," so the original sentence should remain as is.
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.
Required: Add
x/protocolpool
moduleIf your chain is using the
x/distribution
module, you must add the newx/protocolpool
module when upgrading to this version.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.
Required: Add
x/protocolpool
store during upgradeWhen upgrading to v0.52.x, make sure to add the
x/protocolpool
store as part of the upgrade process.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 all references to
consensusAuthority
are removed when removing the parameter.The TODO comment indicates the intention to remove the
consensusAuthority
parameter in the future. When doing so, please make sure to:NewConsensus
function body to remove any references toconsensusAuthority
.NewConsensus
to remove theconsensusAuthority
argument.Consider creating a GitHub issue to track the removal of the
consensusAuthority
parameter and link it to the TODO comment.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.
Acknowledge the TODO comment for removing the
GetConsensusAuthority
method.The comment
// TODO remove
indicates a future intention to remove theGetConsensusAuthority
method from theAppI
interface. This change suggests a potential shift in the design or functionality of the interface, indicating that the method may no longer be necessary or relevant in future iterations of the codebase.Consider creating a GitHub issue to track the removal of the
GetConsensusAuthority
method. This will help ensure that the removal is properly planned and executed in a future update. Do you want me to open a GitHub issue for this?