-
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
Implement GetLatestValueWithHeadData contract reader method on ethereum #14999
base: develop
Are you sure you want to change the base?
Conversation
I see you updated files related to
|
AER Report: CI Coreaer_workflow , commit , Detect Changes , Clean Go Tidy & Generate , Find New Flaky Tests / Find Tests To Run , lint , Core Tests (go_core_tests) , Core Tests (go_core_ccip_deployment_tests) , Core Tests (go_core_race_tests) , Core Tests (go_core_fuzz) , Find New Flaky Tests / Run Tests , Find New Flaky Tests / Report , SonarQube Scan , Flakey Test Detection 1. Integer overflow conversion error:
|
821d0b5
to
ec6840e
Compare
190d83d
to
cf8de14
Compare
Quality Gate failedFailed conditions See analysis details on SonarQube Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
return nil, err | ||
} | ||
|
||
latestHead, finalizedHead, err := cr.ht.LatestAndFinalizedBlock(ctx) |
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 won't give you a guarantee that the attached block is the same block that the data was read from. You'll have to return the same block height calculated in EventBinding or MethodBinding
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Implement GetLatestValueWithHeadData contract reader method on ethereum
depends on:
smartcontractkit/chainlink-common#898