-
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 offchain plugin #15974
base: develop
Are you sure you want to change the base?
Solana offchain plugin #15974
Conversation
* add solana support to contract transmitter * add changeset * one more place * address unsupported chain family * encode offramp addr * fix breaking change * rename * test * revert
…r-config-to-plugin-creator
* no-op for solana estimate providers * add changeset * token data noop * noop for solana rmn * fix lint
…reader-config-to-plugin-creator Add Solana chain reader config to plugin creator
Quality Gate passedIssues Measures |
AER Report: CI Coreaer_workflow , commit , Clean Go Tidy & Generate , Scheduled Run Frequency , Detect Changes , GolangCI Lint (core/scripts) , test-scripts , Core Tests (go_core_tests) , GolangCI Lint (.) , Core Tests (go_core_tests_integration) , GolangCI Lint (integration-tests) , Core Tests (go_core_ccip_deployment_tests) , GolangCI Lint (deployment) , Core Tests (go_core_fuzz) , Core Tests (go_core_race_tests) , lint , SonarQube Scan 1. Runtime error: invalid memory address or nil pointer dereference: go_core_testsSource of Error:
Why: The error is caused by a nil pointer dereference in the Suggested fix: Ensure that all pointers and objects are properly initialized before they are used. Add nil checks before dereferencing pointers to prevent runtime errors. |
No description provided.