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

hooks for consensus / network parameters #1227

Open
jchappelow opened this issue Jan 14, 2025 · 0 comments
Open

hooks for consensus / network parameters #1227

jchappelow opened this issue Jan 14, 2025 · 0 comments

Comments

@jchappelow
Copy link
Member

While this code in #1213 does the merge of updates into the active parameters, it's really not so simple for every parameter. e.g. changing DB owner needs some other actions almost certainly. MigrationStatus, while mutable and grouped with the other mutable params, should not be changed via this mechanism, right? Leader can be changed in this updates mechanism, but like DB owner, there would have to be other actions or at least the change detected by CE. There can be higher level code that detects changes, or there can be some hooks that get called here, although I'm haven't explored how to define and inject them.

Originally posted by @jchappelow in #1213 (comment)

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

No branches or pull requests

1 participant