-
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
Automation LOOPP services #11631
Merged
Merged
Automation LOOPP services #11631
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I see that you haven't updated any README files. Would it make sense to do so? |
ferglor
force-pushed
the
feature/AUTO-7266-loopp2
branch
2 times, most recently
from
December 22, 2023 00:49
360ca4a
to
3d2b3c7
Compare
ferglor
force-pushed
the
feature/AUTO-7266-loopp2
branch
6 times, most recently
from
December 23, 2023 23:51
d9eb295
to
6eb38cd
Compare
This was referenced Jan 8, 2024
ferglor
force-pushed
the
feature/AUTO-7266-loopp2
branch
2 times, most recently
from
January 12, 2024 16:36
6d667b2
to
00e4095
Compare
ferglor
force-pushed
the
feature/AUTO-7266-loopp2
branch
from
January 13, 2024 02:05
fa4ca99
to
8743cfd
Compare
ferglor
force-pushed
the
feature/AUTO-7266-loopp2
branch
from
January 13, 2024 02:17
8743cfd
to
d321953
Compare
ferglor
force-pushed
the
feature/AUTO-7266-loopp2
branch
from
January 13, 2024 02:22
d321953
to
1473d2d
Compare
ferglor
force-pushed
the
feature/AUTO-7266-loopp2
branch
from
January 13, 2024 02:29
1473d2d
to
211a323
Compare
ferglor
force-pushed
the
feature/AUTO-7266-loopp2
branch
from
January 13, 2024 02:37
211a323
to
a16a934
Compare
ferglor
force-pushed
the
feature/AUTO-7266-loopp2
branch
from
January 13, 2024 02:44
a16a934
to
0b810be
Compare
ferglor
force-pushed
the
feature/AUTO-7266-loopp2
branch
from
January 13, 2024 02:48
0b810be
to
3d54786
Compare
Update chainlink-automation Update the relayer to expose services Reduce the services created outside LOOPP Bump dependencies This reverts commit aaed53e0be87c94918471d57b8144f0fca7ed5dd. Pass provider services into the delegate conf Use more provider services, bump common Move MercuryCredentials into common Clean up the old automation services for 2.1 Bump common and automation Make modgraph Pass mercury credentials directly
ferglor
force-pushed
the
feature/AUTO-7266-loopp2
branch
from
January 18, 2024 00:34
906ecc6
to
ea45be0
Compare
SonarQube Quality Gate |
jmank88
approved these changes
Jan 18, 2024
This was referenced Feb 22, 2024
This was referenced Mar 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The key change here involves building the automation services inside
NewOCR2KeeperProvider
The
AutomationProvider
does not provide services used only by theDelegateConfig
, but rather, it focuses on providing services specified in theautomationServices
sliceWe're now passing a struct of
MercuryCredentials
into theRelayArgs
, so that we can establish mercury credentials for the registry constructorThe majority of files in this PR are impacted by the move of automation types to chainlink-common from chainlink-automation
Associated PRs
chainlink-common: smartcontractkit/chainlink-common#297
chainlink-automation: smartcontractkit/chainlink-automation#299