Skip to content
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

[DPA-1160]: fix(chainconfig): make adminAddr optional #91

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

graham-chainlink
Copy link
Collaborator

@graham-chainlink graham-chainlink commented Oct 21, 2024

Description

Making admin address field on the chain config popup optional instead of required, now that we introduced APTOS support on the popup, APTOS does not require admin address.

No changes to the backend required as it happily accepts empty string as a valid value.

I did a quick investigation on what happens if admin address is empty when passed into CLO & JD, looks like the field just get passed along, so if we dont provide a value, nothing happens. It jus shows empty value when user looks it up from the API.

JIRA: https://smartcontract-it.atlassian.net/browse/DPA-1160

Steps to Test

  1. yarn && yarn setup
  2. yarn start
  3. ...etc

Checklist

If this PR creates changes to the operator-ui itself, rather than tests, pipeline changes, etc. Then please create a changeset so that a new release is created, and the changelog is updated. See: https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md#what-is-a-changeset

  • This PR has an accompanying changeset if needed.

Making admin address field on the chain config popup optional instead of required, now that we introduced APTOS support on the popup, APTOS does not require admin address.

JIRA: https://smartcontract-it.atlassian.net/browse/DPA-1160
@cl-sonarqube-production
Copy link

@graham-chainlink graham-chainlink merged commit 659f5d6 into main Oct 29, 2024
7 checks passed
graham-chainlink added a commit to smartcontractkit/chainlink that referenced this pull request Oct 29, 2024
The new version of operator UI makes the admin address field in chain config popup optional.

Context: smartcontractkit/operator-ui#91

JIRA: https://smartcontract-it.atlassian.net/browse/DPA-1160
graham-chainlink added a commit to smartcontractkit/chainlink that referenced this pull request Oct 29, 2024
The new version of operator UI makes the admin address field in chain config popup optional.

Context: smartcontractkit/operator-ui#91

JIRA: https://smartcontract-it.atlassian.net/browse/DPA-1160
graham-chainlink added a commit to smartcontractkit/chainlink that referenced this pull request Oct 29, 2024
The new version of operator UI makes the admin address field in chain config popup optional.

Context: smartcontractkit/operator-ui#91

JIRA: https://smartcontract-it.atlassian.net/browse/DPA-1160
github-merge-queue bot pushed a commit to smartcontractkit/chainlink that referenced this pull request Oct 29, 2024
The new version of operator UI makes the admin address field in chain config popup optional.

Context: smartcontractkit/operator-ui#91

JIRA: https://smartcontract-it.atlassian.net/browse/DPA-1160
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants