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

Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
This commit is contained in:
mergify[bot]
2025-04-30 14:09:37 -04:00
committed by GitHub
co-authored by Alex | Interchain Labs
parent be730091aa
commit 105186a9fb
+3
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