-
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
Refactor secondary transmission #15358
base: develop
Are you sure you want to change the base?
Refactor secondary transmission #15358
Conversation
I see you updated files related to
|
AER Report: CI Coreaer_workflow , commit , Detect Changes , Scheduled Run Frequency , Clean Go Tidy & Generate , Find New Flaky Tests In Chainlink Project / Get Tests To Run , lint , Core Tests (go_core_tests) , Core Tests (go_core_tests_integration) , Core Tests (go_core_ccip_deployment_tests) , Find New Flaky Tests In Deployment Project , Core Tests (go_core_race_tests) , Core Tests (go_core_fuzz) , Find New Flaky Tests In Chainlink Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/relay/evm, ubuntu-latest) , Find New Flaky Tests In Chainlink Project / Report , Flakey Test Detection , SonarQube Scan 1. Comment formatting issue: Golang LintSource of Error:core/services/relay/evm/contract_transmitter.go:129:51: commentFormatting: put a space between `//` and comment text (gocritic)
dualTransmissionABI: initDualTransmissionABI(), //TODO @george-dorin: Remove when contracts are merged Why: The comment Suggested fix: Add a space between 2. Non-wrapping format verb: Golang LintSource of Error:core/services/relay/evm/contract_transmitter.go:106:64: non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
panic(fmt.Errorf("failed to parse dualTransmission ABI: %v", err)) Why: The Suggested fix: Replace 3. Test failures: Run testsSource of Error:
Why: The test suite encountered one or more test failures or panics, which caused the Suggested fix: Review the test output logs to identify the specific tests that failed or caused panics, and address the underlying issues in the code or tests. AER Report: Operator UI CI ran successfully ✅ |
Flaky Test Detector for
|
Add forwarder for secondary transmission
No description provided.