You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the staking params are validated validateKeyRotationFee assumes the denom is 'stake' or whatever DefaultBondDenom is set to. For chains setting this to anything other than 'stake' this will fail.
Updates the Cosmos SDK ref to include fixes that force the bn254 keytype
to be the default for all changes.
To view changes to the SDK, see here:
unionlabs/cosmos-sdk@8fe64ac
Also fixes this
cosmos/cosmos-sdk#22645
Is there an existing issue for this?
What happened?
When the staking params are validated
validateKeyRotationFee
assumes the denom is 'stake' or whateverDefaultBondDenom
is set to. For chains setting this to anything other than 'stake' this will fail.cosmos-sdk/x/staking/types/params.go
Lines 218 to 232 in 2d04a1a
Cosmos SDK Version
main, v0.52.0-beta.2
How to reproduce?
Validate a genesis where the staking denoms are set to something other than 'stake'
The text was updated successfully, but these errors were encountered: