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

Test: Add integration test of setfinalizers after transition #192

Merged
merged 3 commits into from
May 23, 2024

Conversation

heifner
Copy link
Member

@heifner heifner commented May 23, 2024

  • Add test of setfinalizer after transition to Savanna
  • Fix double logging of finalizer change

@heifner heifner added the OCI Work exclusive to OCI team label May 23, 2024
@heifner heifner linked an issue May 23, 2024 that may be closed by this pull request
@heifner heifner requested review from linh2931 and spoonincode May 23, 2024 13:45
@heifner heifner requested a review from ericpassmore May 23, 2024 13:46
@@ -124,7 +124,8 @@ const proposer_policy& block_header_state::get_last_proposed_proposer_policy() c
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) {
instant_finality_extension if_ext,
bool log) { // only log on assembled blocks, to avoid double logging
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nicer if we could move the logging out of this method to the caller, without adding this parameter just for logging. But detailed information we want to log is not accessible in the caller.

Base automatically changed from GH-182-gpo to main May 23, 2024 16:21
@heifner heifner merged commit 57ddf62 into main May 23, 2024
36 checks passed
@heifner heifner deleted the GH-182-test branch May 23, 2024 16:47
@ericpassmore
Copy link
Contributor

Note:start
group: STABILITY
category: TEST
summary: Add integration test of setfinalizers after transition.
Note:end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCI Work exclusive to OCI team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nodeos Crashes after actfinkey action
4 participants