-
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
Parallel Comp (LLO) cleanup and minor optimizations #15368
base: develop
Are you sure you want to change the base?
Conversation
samsondav
commented
Nov 21, 2024
•
edited
Loading
edited
I see you updated files related to
|
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
5eed4bb
to
c88664c
Compare
08caeaf
to
4d8f10f
Compare
exprs := []query.Expression{ | ||
logpoller.NewAddressFilter(addr), | ||
query.Or( | ||
logpoller.NewEventSigFilter(ProductionConfigSet), |
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.
sorry, is it really hardcoded in the code that the types can be ProductionConfigSet and StagingConfigSet? If yes, how production (as type) is different from the staging?
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.
Yes it is hardcoded. Events are defined here: https://github.com/smartcontractkit/chainlink/blob/develop/contracts/src/v0.8/llo-feeds/v0.5.0/configuration/interfaces/IConfigurator.sol
- Add ChannelDefinitionCacheFactory tests - Cleanup TODOs/FIXMEs - Add comments/docs - Include Don ID in LLO extra hash - Optimize log poller calls
4d8f10f
to
4321e0e
Compare
4c2d2f5
to
4200999
Compare
Co-authored-by: msuchacz-cll <[email protected]>