We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ref: #16455, #21176
Baseapp implements the version modifier: https://github.com/cosmos/cosmos-sdk/blob/3e41324/core/app/app.go#L70-L77
x/upgrade updates that version modifier in
cosmos-sdk/x/upgrade/keeper/keeper.go
Line 437 in 19e0de5
On server/v2 we get them from x/consensus params:
cosmos-sdk/server/v2/cometbft/abci.go
Line 167 in 19e0de5
Requirements: Do not introduce a x/consensus dependency in x/upgrade (as this module is cometbft specific).
The text was updated successfully, but these errors were encountered:
randygrok
Successfully merging a pull request may close this issue.
ref: #16455, #21176
Baseapp implements the version modifier:
https://github.com/cosmos/cosmos-sdk/blob/3e41324/core/app/app.go#L70-L77
x/upgrade updates that version modifier in
cosmos-sdk/x/upgrade/keeper/keeper.go
Line 437 in 19e0de5
On server/v2 we get them from x/consensus params:
cosmos-sdk/server/v2/cometbft/abci.go
Line 167 in 19e0de5
Proposal
Requirements: Do not introduce a x/consensus dependency in x/upgrade (as this module is cometbft specific).
The text was updated successfully, but these errors were encountered: