-
Notifications
You must be signed in to change notification settings - Fork 10
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
Rename instant_finality_extension to finality_extension #364
Conversation
@@ -183,7 +183,7 @@ void evaluate_finalizer_policies_for_promotion(const block_header_state& prev, | |||
void finish_next(const block_header_state& prev, | |||
block_header_state& next_header_state, | |||
vector<digest_type> new_protocol_feature_activations, | |||
instant_finality_extension if_ext, | |||
finality_extension if_ext, |
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.
Maybe we should stop using if_ext
, using fin_ext
or f_int
instead.
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.
Personally, I'd prefer avoiding such naming changes, I don't find if_ext
objectionable, but I guess opinions may vary.
Note:start |
Resolves #353