-
Notifications
You must be signed in to change notification settings - Fork 3
Remove chiado #170
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
Remove chiado #170
Conversation
There was a problem hiding this 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 support for the Chiado test network from the codebase. The changes eliminate the Chiado network constant, its configuration, and update the package version to reflect this removal.
- Removes the
CHIADOconstant and its complete network configuration fromnetworks.py - Updates
GNO_NETWORKSlist to only includeGNOSIS - Removes the
CHIADOexport from the package's__init__.py
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| sw_utils/networks.py | Removes CHIADO constant definition, removes complete Chiado network configuration from NETWORK_CONFIGS, and updates GNO_NETWORKS list |
| sw_utils/init.py | Removes CHIADO from module exports |
| pyproject.toml | Bumps package version from v0.9.20 to v0.9.21 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.