Skip to content

Conversation

@mkoura
Copy link
Collaborator

@mkoura mkoura commented Nov 13, 2025

The 'total_stake' option and its related code were removed from TestAdvancedQueries in test_cli.py. This includes eliminating the conditional branch, error handling, and test parameter referencing 'total_stake', as it is no longer supported by the recent cardano-cli versions.

The 'total_stake' option and its related code were removed from
TestAdvancedQueries in test_cli.py. This includes eliminating the
conditional branch, error handling, and test parameter referencing
'total_stake', as it is no longer supported by the recent cardano-cli
versions.
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR removes the deprecated total_stake option from the TestAdvancedQueries test class, cleaning up code that is no longer supported by recent cardano-cli versions.

Key Changes:

  • Removed the "total_stake" conditional branch from the _check_stake_snapshot method
  • Removed the CLIError exception handler that was specifically for handling the deprecated option
  • Removed "total_stake" from the test parametrization in test_stake_snapshot

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mkoura mkoura merged commit ce834db into master Nov 13, 2025
9 checks passed
@mkoura mkoura deleted the rm_total_stake branch November 13, 2025 15:57
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.

2 participants