-
Notifications
You must be signed in to change notification settings - Fork 14
chore: Clean unused files #314
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
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 unused TimelockController-related code and deployment artifacts. The changes clean up legacy deployment scripts, configuration references, and test network deployment files that are no longer needed in the current version of the project.
Key changes:
- Removal of TimelockController deployment script and related npm command
- Cleanup of deployment artifacts from the avalancheFujiTestnet test network
- Removal of TimelockController exclusions from configuration files
Reviewed Changes
Copilot reviewed 37 out of 37 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| scripts/deploy-timelock.ts | Removed deployment script for TimelockController contract |
| package.json | Removed deploy:timelock npm script and file pattern exclusion |
| hardhat.config.ts | Removed TimelockController from docgen exclude patterns |
| .github/workflows/main.yml | Removed TimelockController deployment step from CI workflow |
| deployments/avalancheFujiTestnet/* | Removed multiple deployment JSON files from test network |
| abis/human-readable-abis/contracts/tools/TimelockController.sol/* | Removed TimelockController ABI file |
| scripts/scoreImporting/getWorker.py | Removed Python script for importing worker scores |
| scripts/ens/*.sh | Removed ENS configuration scripts for mainnet and goerli |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #314 +/- ##
=======================================
Coverage 96.53% 96.53%
=======================================
Files 32 32
Lines 1069 1069
Branches 213 213
=======================================
Hits 1032 1032
Misses 37 37 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
we have still ref to |
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 42 out of 42 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Yes, it's still referenced in |
Uh oh!
There was an error while loading. Please reload this page.