Skip to content

refactor(gov): move governance query methods to query_group #307

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

Merged
merged 1 commit into from
May 27, 2025

Conversation

mkoura
Copy link
Collaborator

@mkoura mkoura commented May 27, 2025

Moved all Conway governance query-related methods from the dedicated gov_query_group.py module into the existing query_group.py as methods with a get_ prefix. Removed the now-redundant gov_query_group.py and its references from gov_group.py. This consolidates governance query functionality under a single group, simplifying the codebase and reducing duplication.

Moved all Conway governance query-related methods from the dedicated
`gov_query_group.py` module into the existing `query_group.py` as
methods with a `get_` prefix. Removed the now-redundant
`gov_query_group.py` and its references from `gov_group.py`. This
consolidates governance query functionality under a single group,
simplifying the codebase and reducing duplication.
@mkoura mkoura merged commit 457224b into master May 27, 2025
3 checks passed
@mkoura mkoura deleted the unify_queries branch May 27, 2025 14:09
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