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

refactor: remove protocol mode checks and arguments #2646

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

mkoura
Copy link
Collaborator

@mkoura mkoura commented Sep 26, 2024

The only usable protocol in Conway is full Cardano mode.

This commit removes the protocol mode checks and arguments from the test cases and utility functions. The protocol mode is no longer required, simplifying the code and reducing redundancy.

  • Removed protocol checks in test_cli.py and test_tx_negative.py
  • Removed protocol arguments in cluster_nodes.py and clusterlib_utils.py

The only usable protocol in Conway is full Cardano mode.

This commit removes the protocol mode checks and arguments from the
test cases and utility functions. The protocol mode is no longer
required, simplifying the code and reducing redundancy.

- Removed protocol checks in test_cli.py and test_tx_negative.py
- Removed protocol arguments in cluster_nodes.py and clusterlib_utils.py
@mkoura mkoura merged commit a7f2639 into master Sep 26, 2024
3 checks passed
@mkoura mkoura deleted the rm_shelley_protocol branch September 26, 2024 11:05
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.

1 participant