-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
solana token pool & on ramp tooling #16067
base: develop
Are you sure you want to change the base?
Conversation
This reverts commit aaab52e.
…k into solana-link-deploy
…k into solana-link-deploy
…k into solana-updates
…t/chainlink into solana-home-chain-update
Quality Gate failedFailed conditions See analysis details on SonarQube Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
AER Report: CI Coreaer_workflow , commit , Detect Changes , Clean Go Tidy & Generate , Scheduled Run Frequency , GolangCI Lint (core/scripts) , GolangCI Lint (.) , GolangCI Lint (deployment) , test-scripts , Core Tests (go_core_ccip_deployment_tests) , lint , SonarQube Scan 1. GolangCI Lint errors: [Golang Lint (deployment)]Source of Error:
Why: The errors are caused by various issues detected by GolangCI Lint, including improper use of Suggested fix: Address each linting issue by following the recommendations provided by GolangCI Lint. For example, ensure 2. Test failure due to existing changeset config: [Run tests]Source of Error:
Why: The test failed because the changeset configuration being applied already exists in the Chain Registry (CR) for the specified chain, causing a conflict. Suggested fix: Modify the test setup to ensure that the changeset being applied does not conflict with existing configurations. This may involve cleaning up the test environment or using unique identifiers for changesets. 3. NodeJS package installation errors: [Setup NodeJS]Source of Error:
Why: The NodeJS package installation failed due to hitting the rate limit on the npm registry, resulting in a "Too Many Requests - 429" error. Suggested fix: Implement retry logic with exponential backoff for package installations or use a caching mechanism to reduce the number of requests to the npm registry. Additionally, consider using a private npm registry mirror to avoid rate limiting issues. |
Requires
Supports