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

v2.2: Removes background account hasher (backport of #4842) #4970

Open
wants to merge 1 commit into
base: v2.2
Choose a base branch
from

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Feb 13, 2025

Problem

Once the accounts delta hash is removed (#4441), we no longer need the background account hasher.

Summary of Changes

Conditionally start the background hasher based on if the feature is enabled or not.

Justification to Backport

This PR is related to the feature gate for removing the accounts delta hash (#4441), which is in v2.2. When the feature gate is enabled, we need to stop sending accounts to the background thread to be hashed. More context here: #4842 (comment)

Feature gate issue: #4441


This is an automatic backport of pull request #4842 done by [Mergify](https://mergify.com).

@mergify mergify bot requested a review from a team as a code owner February 13, 2025 14:10
@brooksprumo brooksprumo added the feature-gate Pull Request adds or modifies a runtime feature gate label Feb 13, 2025
@brooksprumo
Copy link

@Mergifyio rebase

Copy link
Author

mergify bot commented Feb 13, 2025

rebase

✅ Branch has been successfully rebased

@brooksprumo brooksprumo force-pushed the mergify/bp/v2.2/pr-4842 branch from 59a82f7 to 4f4c95e Compare February 13, 2025 17:45
@brooksprumo brooksprumo requested a review from HaoranYi February 13, 2025 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-gate Pull Request adds or modifies a runtime feature gate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant