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

use undelying height_to_hash to check main chain #19220

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

arvidn
Copy link
Contributor

@arvidn arvidn commented Feb 2, 2025

Purpose:

Backport fix to check whether a block is in the main chain.

Current Behavior:

We check against the fork's height-to-hash map

New Behavior:

We check against the main chain's height-to-hash map

Testing Notes:

@arvidn arvidn added the Fixed Required label for PR that categorizes merge commit message as "Fixed" for changelog label Feb 2, 2025
@arvidn arvidn requested review from wjblanke and almogdepaz February 2, 2025 09:27
@arvidn arvidn marked this pull request as ready for review February 2, 2025 16:13
@arvidn arvidn requested a review from a team as a code owner February 2, 2025 16:13
Copy link
Contributor

@wjblanke wjblanke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aok!

@pmaslana pmaslana merged commit 7e265e3 into release/2.5.1 Feb 5, 2025
866 of 868 checks passed
@pmaslana pmaslana deleted the backport-height-to-hash branch February 5, 2025 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fixed Required label for PR that categorizes merge commit message as "Fixed" for changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants