feat!: connect app version with consensus params in end block (#16244)
Co-authored-by: Marko <marko@baricevic.me> Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> Co-authored-by: marbar3778 <marbar3778@yahoo.com>
This commit is contained in:
co-authored by
Marko
Aleksandr Bezobchuk
marbar3778
parent
6601713eb6
commit
79cc75b1db
@@ -284,8 +284,6 @@ func TestUpgradeStateOnGenesis(t *testing.T) {
|
||||
require.Equal(t, vm[v], i.ConsensusVersion())
|
||||
}
|
||||
}
|
||||
|
||||
require.NotNil(t, app.UpgradeKeeper.GetVersionSetter())
|
||||
}
|
||||
|
||||
// TestMergedRegistry tests that fetching the gogo/protov2 merged registry
|
||||
|
||||
@@ -10,6 +10,7 @@ require (
|
||||
cosmossdk.io/depinject v1.0.0-alpha.4
|
||||
cosmossdk.io/log v1.2.1
|
||||
cosmossdk.io/math v1.1.2
|
||||
cosmossdk.io/collections v0.4.0
|
||||
cosmossdk.io/store v1.0.0-rc.0
|
||||
cosmossdk.io/tools/confix v0.0.0-20230613133644-0a778132a60f
|
||||
cosmossdk.io/x/circuit v0.0.0-20230613133644-0a778132a60f
|
||||
|
||||
Reference in New Issue
Block a user