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

BTC height indexing / Undelegate expired delegations automatically #66

Open
maurolacy opened this issue Sep 17, 2024 · 0 comments
Open

Comments

@maurolacy
Copy link
Collaborator

maurolacy commented Sep 17, 2024

Currently the BTC height is only used during slashing, so there's no need to store it at each Consumer height (BTC height indexing disabled in #64).

Re-add BTC height indexing when needed. By example, to detect expired timelock delegations independently of Babylon, and to automatically undelegate them.

Note: This feature (auto undelegations) could be put into a full feature flag, as the alternative impl could be, to simply receive those expired delegation undelegations from Babylon. In that case, BTC height indexing wouldn't in principle be needed.

@maurolacy maurolacy changed the title BTC height indexing BTC height indexing / Undelegate expired delegations automatically Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants