🧹 Clear All Compilation Errors and Warnings for cargo test#142
Merged
Conversation
…d determination for hybrid and oracle-only scenarios
…moving unused components, enhancing code clarity and maintainability
…until proper config structure is implemented
…ract by removing additional unused components, improving code clarity and maintainability
…id contract, ensuring market duration is within acceptable limits
…Hybrid contract imports, enhancing code clarity and maintainability
…Predictify Hybrid contract, enhancing event handling capabilities
…ract, enhancing admin functionality and access management
…contract, enhancing code clarity and maintainability
…dictify Hybrid contract, enhancing extension management and validation capabilities
…dictify Hybrid contract, improving extension management and validation functionality
… contract, improving validation documentation capabilities
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📋 Summary
This PR addresses and resolves all compilation errors and warning messages encountered when running
cargo testin the Predictify Hybrid contract codebase. The goal is to ensure a clean, warning-free build and test environment, improving code quality and maintainability.🛠️ Changes Made
cargo testruns with zero warnings and errors.✅ Acceptance Criteria
cargo testcompletes successfully with zero compilation errors.Closes #119
Note: This PR is a foundational step for future test logic fixes and feature development.