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

Properly handle blocked/unblocked committee members in Neo cache #3449

Open
AnnaShaleva opened this issue May 20, 2024 · 0 comments
Open

Properly handle blocked/unblocked committee members in Neo cache #3449

AnnaShaleva opened this issue May 20, 2024 · 0 comments
Labels
bug Something isn't working I4 No visible changes S4 Routine U2 Seriously planned
Milestone

Comments

@AnnaShaleva
Copy link
Member

Current Behavior

Neo committee and validators cache is being updated only if vote-related or transfer-related transactions were included into block. We don't recalculate cache if Policy blocked/unblocked some accounts.

Expected Behavior

We should recalculate Neo cache wrt Policy changes. Cache won't be as optimized as it is now, but it will work properly with this change.

This bug is not critical since committee members blocking/unblocking is not a hot path on public networks.

@AnnaShaleva AnnaShaleva added bug Something isn't working U2 Seriously planned S4 Routine I4 No visible changes labels May 20, 2024
@AnnaShaleva AnnaShaleva added this to the v0.107.0 milestone May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working I4 No visible changes S4 Routine U2 Seriously planned
Projects
None yet
Development

No branches or pull requests

1 participant