chore: remove dead upgrade_test.rs module #566 - #592
Conversation
The file was never registered in lib.rs, so it never compiled or ran. It also called stale APIs: - init with one arg instead of three - create_escrow without metadata_hash - non-existent try_upgrade method - Vec<u8> instead of [u8; 32] for upgrade Removing it eliminates dead code as requested.
|
@midenotch Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
|
@midenotch, kindly resolve errors |
Done, Kindly merge |
|
@midenotch kindly include change in PR |
Also the next PR I made was to fix the CI error Please, kindly merge |
Removes the dead \upgrade_test.rs\ module that was never registered in \lib.rs\ and therefore never compiled or ran. The file contained stale test code that referenced removed/renamed APIs. Related Issue Changes Also the next PR I made was to fix the CI error Please, kindly merge |
Overview
Removes the dead \upgrade_test.rs\ module that was never registered in \lib.rs\ and therefore never compiled or ran. The file contained stale test code that referenced removed/renamed APIs.
Related Issue
Closes #566
Changes
Verification Results
\
git status
deleted: apps/onchain/src/upgrade_test.rs
git diff
shows clean removal of dead module
No references to upgrade_test remain in the codebase
\\
Acceptance Criteria