-
Notifications
You must be signed in to change notification settings - Fork 296
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
fix: update FMD parameters when needed in compact block #4715
Conversation
which means this is a consensus-breaking change, no? There's no rationale in the PR text explaining why it isn't a consensus-breaking change, so I'm adding the tag. Please remove if I've misunderstood. |
It breaks consensus only for a dynamic FMD algorithm |
This would need to be added in a chain upgrade, then, and there are currently no plans for chain upgrades, pending emergence of a community-driven upgrade process. So we'd need to icebox it for now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requesting changes to block merge, pending chain-upgrade plans.
Closing for now, we can reopen once there's some community noise about preparing an upgrade that would include this. |
Describe your changes
This fixes the compact block generation such that updated FMD parameters are provided. This is required to use an algorithm in the future that dynamically updates the FMD parameters (see #1087)
Issue ticket number and link
Closes #4714
Checklist before requesting a review
If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason: