We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug For topology like below:
when send retire stake pool certificate for leader3, node unexpectedly is shutdown. Logs: retire_stake_pool_explorer.zip
retire stake pool
Mandatory Information
jcli --full-version
jormungandr --full-version
To Reproduce cargo run -- --scenario retire_stake_pool_explorer --root-dir retire_stake --document
cargo run -- --scenario retire_stake_pool_explorer --root-dir retire_stake --document
The text was updated successfully, but these errors were encountered:
The root cause is a panic also observed in #2147.
This issue, then, is about improving the diagnostics so that the cause of shutting down is reflected in the logs.
Sorry, something went wrong.
With #2812 it outputs a proper error.
Successfully merging a pull request may close this issue.
Describe the bug
For topology like below:
when send
retire stake pool
certificate for leader3, node unexpectedly is shutdown.Logs:
retire_stake_pool_explorer.zip
Mandatory Information
jcli --full-version
output;jormungandr --full-version
output;To Reproduce
cargo run -- --scenario retire_stake_pool_explorer --root-dir retire_stake --document
The text was updated successfully, but these errors were encountered: