-
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
Rename external facing mercury to data streams #11754
Conversation
I see that you haven't updated any CHANGELOG files. Would it make sense to do so? |
78a065c
to
764df4a
Compare
@@ -8,8 +8,8 @@ KEEPER_REGISTRY_ADDRESS=<Registry Address> | |||
#TENDERLY_ACCOUNT_NAME=<Tenderly Account Name> | |||
#TENDERLY_PROJECT_NAME=<Tenderly Project Name> | |||
|
|||
# [Optional] add mercury info only if your upkeep uses mercury | |||
#MERCURY_ID=<Mercury ID> |
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.
will we do these renaming in core nodes too?
if so, lots of node configs need to change too.
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.
you are right, there are a ton of mercury in our codebase.
The answer is no, at least at this point. in this PR, we are just changing the external facing names. For example, we expect users who use our debugging script will need to provide this Mercury_ID, hence renaming it.
#DATA_STREAMS_ID=<DATA STREAMS ID> |
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.
Could we add a link here to the docs page on chainlink data streams?
core/scripts/chaincli/README.md
Outdated
- `DATA_STREAMS_LEGACY_URL` | ||
- `DATA_STREAMS_URL` |
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.
Could we add a little more explanation here about the difference between these two URLs? I'm not sure how easy it is for a customer to know if they are using the legacy version or not.
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.
Good point. I think LegacyURL points to mercury v0.2 server and URL points to mercury v0.3 server.
If we want to support only v0.3, then we may just get rid of the legacy URL. Let me double confirm. I will update with some explanation too!
764df4a
to
fe9d76c
Compare
fe9d76c
to
a822494
Compare
491626a
to
df98330
Compare
df98330
to
49c70c4
Compare
SonarQube Quality Gate 0 Bugs No Coverage information |
AUTO-8376
As title, to avoid confusing our users, especially as we are releasing the debugging script, we want to be consistent on our naming. Here we rename all external facing mercury to data streams.
Testing: