-
Notifications
You must be signed in to change notification settings - Fork 44
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
Add unimplemented ChainReader() method to MedianProvider #552
Merged
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
reductionista
had a problem deploying
to
integration
October 18, 2023 16:53 — with
GitHub Actions
Failure
reductionista
temporarily deployed
to
integration
October 18, 2023 16:53 — with
GitHub Actions
Inactive
reductionista
temporarily deployed
to
integration
October 18, 2023 16:53 — with
GitHub Actions
Inactive
reductionista
force-pushed
the
BCF-2612-ChainReader
branch
from
October 24, 2023 21:38
a71a9ad
to
ade892d
Compare
reductionista
had a problem deploying
to
integration
October 24, 2023 21:38 — with
GitHub Actions
Failure
reductionista
temporarily deployed
to
integration
October 24, 2023 21:38 — with
GitHub Actions
Inactive
reductionista
temporarily deployed
to
integration
October 24, 2023 21:38 — with
GitHub Actions
Inactive
reductionista
had a problem deploying
to
integration
October 25, 2023 02:44 — with
GitHub Actions
Failure
reductionista
temporarily deployed
to
integration
October 25, 2023 02:45 — with
GitHub Actions
Inactive
reductionista
temporarily deployed
to
integration
October 25, 2023 02:45 — with
GitHub Actions
Inactive
reductionista
temporarily deployed
to
integration
October 27, 2023 00:21 — with
GitHub Actions
Inactive
reductionista
had a problem deploying
to
integration
October 27, 2023 00:21 — with
GitHub Actions
Failure
reductionista
temporarily deployed
to
integration
October 27, 2023 00:21 — with
GitHub Actions
Inactive
reductionista
force-pushed
the
BCF-2612-ChainReader
branch
from
November 1, 2023 17:35
c37ec04
to
89dcfdd
Compare
reductionista
had a problem deploying
to
integration
November 1, 2023 17:35 — with
GitHub Actions
Failure
reductionista
temporarily deployed
to
integration
November 1, 2023 17:35 — with
GitHub Actions
Inactive
reductionista
temporarily deployed
to
integration
November 1, 2023 17:36 — with
GitHub Actions
Inactive
jmank88
reviewed
Nov 8, 2023
ilija42
had a problem deploying
to
integration
November 17, 2023 16:09 — with
GitHub Actions
Failure
reductionista
force-pushed
the
BCF-2612-ChainReader
branch
from
November 17, 2023 22:11
6ac02d9
to
6910425
Compare
reductionista
had a problem deploying
to
integration
November 17, 2023 22:11 — with
GitHub Actions
Failure
reductionista
temporarily deployed
to
integration
November 17, 2023 22:11 — with
GitHub Actions
Inactive
reductionista
temporarily deployed
to
integration
November 17, 2023 22:11 — with
GitHub Actions
Inactive
reductionista
force-pushed
the
BCF-2612-ChainReader
branch
from
November 17, 2023 22:23
6910425
to
030d701
Compare
reductionista
temporarily deployed
to
integration
November 17, 2023 22:23 — with
GitHub Actions
Inactive
reductionista
had a problem deploying
to
integration
November 17, 2023 22:23 — with
GitHub Actions
Failure
reductionista
temporarily deployed
to
integration
December 4, 2023 20:19 — with
GitHub Actions
Inactive
reductionista
temporarily deployed
to
integration
December 4, 2023 21:09 — with
GitHub Actions
Inactive
reductionista
had a problem deploying
to
integration
December 4, 2023 21:09 — with
GitHub Actions
Failure
reductionista
temporarily deployed
to
integration
December 4, 2023 21:09 — with
GitHub Actions
Inactive
reductionista
force-pushed
the
BCF-2612-ChainReader
branch
from
December 5, 2023 04:14
9fd391e
to
c90fe4d
Compare
reductionista
temporarily deployed
to
integration
December 5, 2023 04:14 — with
GitHub Actions
Inactive
reductionista
had a problem deploying
to
integration
December 5, 2023 04:14 — with
GitHub Actions
Failure
reductionista
temporarily deployed
to
integration
December 5, 2023 04:15 — with
GitHub Actions
Inactive
reductionista
force-pushed
the
BCF-2612-ChainReader
branch
from
December 5, 2023 04:48
c90fe4d
to
212e082
Compare
reductionista
had a problem deploying
to
integration
December 5, 2023 04:48 — with
GitHub Actions
Failure
reductionista
temporarily deployed
to
integration
December 5, 2023 04:48 — with
GitHub Actions
Inactive
reductionista
temporarily deployed
to
integration
December 5, 2023 04:49 — with
GitHub Actions
Inactive
jmank88
previously approved these changes
Dec 5, 2023
ilija42
force-pushed
the
BCF-2612-ChainReader
branch
3 times, most recently
from
December 6, 2023 14:26
dc21c14
to
a517952
Compare
ilija42
force-pushed
the
BCF-2612-ChainReader
branch
from
December 6, 2023 14:31
a517952
to
212e082
Compare
aalu1418
approved these changes
Dec 6, 2023
overriding CI to merge - requires breaking core changes: smartcontractkit/chainlink#10990 |
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.
Just adds
ChainReader()
method to medianProvider to satisfy the updatedPluginProvider
interface which we plan to commit soon tochainlink-relay
:smartcontractkit/chainlink-common#196
core ref: BCF-2612-ChainReader-EVM-POC