-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Implement custom deviation function for pendle #16462
Conversation
I see you updated files related to
|
Does NOT include any integration tests. Experimental alpha.
6a171da
to
2d15e77
Compare
|
AER Report: CI Coreaer_workflow , commit , Clean Go Tidy & Generate , Detect Changes , Scheduled Run Frequency , test-scripts , Core Tests (go_core_tests) , Core Tests (go_core_tests_integration) , Core Tests (go_core_ccip_deployment_tests) , GolangCI Lint (core/scripts) , Core Tests (go_core_fuzz) , GolangCI Lint (.) , Core Tests (go_core_race_tests) , GolangCI Lint (integration-tests) , GolangCI Lint (deployment) , lint , SonarQube Scan 1. Unsupported protocol error during crate download: [Build Solana artifacts]Source of Error:
Why: The error indicates that the download attempt for the crate Suggested fix: Ensure that the URL used for downloading the crate supports the required protocol (HTTP/1.1 or higher). Check network configurations or proxy settings that might be downgrading the protocol. 2. Plugin compilation error: [Install LOOP Plugins]Source of Error:
Why: The Suggested fix: Update the 3. Type mismatch error in test: [Run Tests]Source of Error:
Why: The variable Suggested fix: Change the usage of 4. Multiple-value context error in test: [Golang Lint (.)]Source of Error:
Why: The function Suggested fix: Adjust the context to handle multiple return values from 5. Undefined variable error in test: [Golang Lint (.)]Source of Error:
Why: The variable Suggested fix: Define the variable |
No description provided.