-
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
SHIP-1754 Consolidate FinalityDepth config #13702
base: develop
Are you sure you want to change the base?
SHIP-1754 Consolidate FinalityDepth config #13702
Conversation
Quality Gate passedIssues Measures |
@@ -1 +1,2 @@ | |||
ChainID = '65' | |||
FinalityDepth = 50 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@friedemannf is this right for OKX?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This value isn't defined at CCIP, can we get a check on this please?
@friedemannf
Blocked by smartcontractkit/ccip#1151 |
This PR Blocks https://github.com/smartcontractkit/infra-k8s/pull/18775 |
Sum up and steps to get every PR merged:
|
Quality Gate passedIssues Measures |
@@ -1,18 +1,32 @@ | |||
ChainID = '300' | |||
ChainType = 'zksync' | |||
FinalityDepth = 10 | |||
# 200block ~ 20min concurrent with the l1_committed tag |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are recent config changes added by @stackman27 4 months ago.
(same for mainnet)
@@ -2,6 +2,8 @@ ChainID = '84532' | |||
ChainType = 'optimismBedrock' | |||
FinalityDepth = 200 | |||
FinalityTagEnabled = true | |||
# TODO: Check! Not sure if necessary |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@simsonraj please help
Flaky Test Detector for
|
AER Report: CI Coreaer_workflow , commit , Detect Changes , Clean Go Tidy & Generate , Scheduled Run Frequency , Find New Flaky Tests In Root Project / Find Tests To Run , lint , Core Tests (go_core_tests) , Core Tests (go_core_tests_integration) , Find New Flaky Tests In Deployment Project , Core Tests (go_core_ccip_deployment_tests) , Core Tests (go_core_race_tests) , Core Tests (go_core_fuzz) , Find New Flaky Tests In Root Project / Run Tests , Find New Flaky Tests In Root Project / Report , Flakey Test Detection , SonarQube Scan 1. Tests failed: go_core_testsSource of Error:
Why: The error indicates that the Go core tests encountered failures during their execution, which caused the process to exit with a non-zero status code (1). Suggested fix: Review the test output logs to identify which specific tests failed and address the underlying issues in the code or test cases. Ensure all dependencies and configurations are correctly set up. AER Report: Operator UI CI ran successfully ✅ |
8d911f7
to
9132246
Compare
SHIP-1754
Requires Dependencies
No
Resolves Dependencies
No