Prepare v50.x-lsm branch (port lsm module changes to cosmos-sdk v50) #2925
Closed
Labels
dependencies
Pull requests that update a dependency file
S: KTLO
Keeping the lights on: Keeping the current product operational (bugs, troubleshooting, deps updates)
type: tech-debt
Slows down development in the long run
LSM features need to be available for cosmos-sdk@v50.x.
Similarly to previous versions, we need to port LSM features by modifying the
x/staking
module.Context:
Referencing v47 port
Reference the v47 port to learn how to perform the same steps for v50. The behaviour should remain the same and behaviour/interface changes present in cosmos-sdk@v50 should be accomodated. It is important that the LSM port does not break any
x/staking
functionality that should not be changed.These are all LSM backport PRs & bugfixes that were required for v47:
v0.47.x
cosmos-sdk#18694TokenizeShares
operation in staking simulation cosmos-sdk#19056RedeemTokensForShares
when too few tokens are redeemed cosmos-sdk#19076The text was updated successfully, but these errors were encountered: