Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CL]: Reimplement freezing for migrated positions #4840

Closed
czarcas7ic opened this issue Apr 5, 2023 · 1 comment
Closed

[CL]: Reimplement freezing for migrated positions #4840

czarcas7ic opened this issue Apr 5, 2023 · 1 comment
Assignees
Labels
F: concentrated-liquidity Tracking the development of concentrated liquidity feature to improve filtering on the project board

Comments

@czarcas7ic
Copy link
Member

Background

When migrating a position from balancer to CL, a user that was SFS should be frozen in place for whatever remaining time that user had on their balancer lock. This is to allow a retroactive slash in the even their SFS got slashed during migration

Migrating should only be a temporary message that eventually gets removed. We should add a gov feature that enables and disables migrating for specific pools.

We really need to consider what this retroactive slash would even look like. Imagine a user with 1 min freeze left gets slashed and then IBCs out. We couldn't slash this individual. It feels like there needs to be some hook in place that freezes the position indef in the event their migrated position would have been slashed.

Additionally, the above retroactive slashing should be explicitly approved by governance before being added to the upgrade.

Suggested Design

  • Implement freeze logic
  • Implement gov messages

Acceptance Criteria

  • Tests added
  • Have an answer for retroactive slashing design
@github-project-automation github-project-automation bot moved this to Needs Triage 🔍 in Osmosis Chain Development Apr 5, 2023
@czarcas7ic czarcas7ic added the F: concentrated-liquidity Tracking the development of concentrated liquidity feature to improve filtering on the project board label Apr 5, 2023
@p0mvn p0mvn moved this from Needs Triage 🔍 to In Progress🏃 in Osmosis Chain Development Apr 10, 2023
@czarcas7ic czarcas7ic moved this from In Progress🏃 to Needs PR Review in Osmosis Chain Development Apr 18, 2023
@czarcas7ic
Copy link
Member Author

All 5 PRs merged!

@github-project-automation github-project-automation bot moved this from Needs PR Review to Done ✅ in Osmosis Chain Development Apr 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
F: concentrated-liquidity Tracking the development of concentrated liquidity feature to improve filtering on the project board
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant