chore: add note in x/staking about reserved keys from LSM modules (#24629)

This commit is contained in:
Alex | Interchain Labs 2025-04-30 13:51:42 -04:00 committed by GitHub
parent ace6394053
commit f62fb52ae9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,6 +56,9 @@ var (
ParamsKey = []byte{0x51} // prefix for parameters for module x/staking
DelegationByValIndexKey = []byte{0x71} // key for delegations by a validator
// NOTE: keys in range 0x810x87 were previously used in liquid staking forks of the staking module.
// Module developers MUST NOT use these keys and MUST consider them "reserved".
)
// UnbondingType defines the type of unbonding operation