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

[backport] chore: Refactor to start from the last finalized height (#257) #261

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

gitferry
Copy link
Member

@gitferry gitferry commented Jan 3, 2025

Closes #253.

The poller should start from the lastFinalizedHeight other than lastVotedHeight. This is to deal with cases where the gap between the two heights is large so that the delay of catching up could cause jailing.

This change will not give up many rewards because rewards are not assigned to late votes due to
ADR.

Closes #253.

The poller should start from the `lastFinalizedHeight` other than
`lastVotedHeight`. This is to deal with cases where the gap between the
two heights is large so that the delay of catching up could cause
jailing.

This change will not give up many rewards because rewards are not
assigned to late votes due to
[ADR](https://github.com/babylonlabs-io/pm/blob/main/adr/adr-039-finality-voting-rewarding.md).
@gitferry gitferry merged commit c9ce873 into release/v0.14.x Jan 3, 2025
11 checks passed
@gitferry gitferry deleted the backport/refactor-start-height branch January 3, 2025 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants