Skip to content

Conversation

@ma2bd
Copy link
Contributor

@ma2bd ma2bd commented Nov 9, 2025

Motivation

Needed for troubleshooting

fixes #4936

Proposal

Add option --create-network-actions

Test Plan

CI

Release Plan

  • These changes should be backported to the latest testnet branch, then
    • be released in a new SDK,

@ma2bd ma2bd requested a review from afck November 9, 2025 16:36
Copy link
Contributor

@afck afck left a comment

Choose a reason for hiding this comment

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

(Good catch with the OK count!)

match &self.genesis_config_hash {
Ok(hash) if ref_genesis_hash.is_some_and(|ref_hash| ref_hash == hash) => {}
Ok(hash) => println!("Genesis config hash: {hash}"),
Ok(hash) => println!("Genesis config hash differs: {hash}"),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We're apparently parsing this text but that's not even the value it used to be any more

Copy link
Contributor

Choose a reason for hiding this comment

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

Where? In CI? I can't find where we parse it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

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

Successfully merging this pull request may close these issues.

query-validators --min-votes breaks the final count

2 participants