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] fix: Remove start height validation (#158) #159

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

gitferry
Copy link
Member

Closes #157 by removing the validation that the start height should be higher than the current tip height of the consumer chain.

The validation can be removed as the poller will start until btc staking starts (at least one finality provider has voting power)

Closes #157 by removing the validation that the start height should be
higher than the current tip height of the consumer chain.

The validation can be removed as the poller will start until btc staking
starts (at least one finality provider has voting power)
@gitferry gitferry changed the base branch from main to release/v0.12.x November 26, 2024 06:44
@gitferry gitferry merged commit e913f2b into release/v0.12.x Nov 26, 2024
@gitferry gitferry deleted the backport/fix-start-height-validation branch November 26, 2024 06:49
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.

Chain poller won't start if current height less than activation height
2 participants