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

Refactor chain ID logic in plugin to be chain agnostic #15213

Conversation

huangzhen1997
Copy link
Contributor

https://smartcontract-it.atlassian.net/browse/NONEVM-826

Abstract the chainID/chainFamily fetching logic to be chain agnostic in plugin.go

Copy link
Contributor

github-actions bot commented Nov 12, 2024

AER Report: CI Core ran successfully ✅

aer_workflow , commit

AER Report: Operator UI CI ran successfully ✅

aer_workflow , commit

@huangzhen1997 huangzhen1997 marked this pull request as ready for review November 13, 2024 19:06
@huangzhen1997 huangzhen1997 requested a review from a team as a code owner November 13, 2024 19:06
silaslenihan
silaslenihan previously approved these changes Nov 14, 2024
jmank88
jmank88 previously approved these changes Nov 14, 2024
@@ -119,13 +118,17 @@ func (i *pluginOracleCreator) Create(ctx context.Context, donID uint32, config c
pluginType := cctypes.PluginType(config.Config.PluginType)

// Assuming that the chain selector is referring to an evm chain for now.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Remove this comment

@huangzhen1997 huangzhen1997 dismissed stale reviews from jmank88 and silaslenihan via e084bd0 November 14, 2024 20:35
@prashantkumar1982 prashantkumar1982 added this pull request to the merge queue Nov 19, 2024
github-merge-queue bot pushed a commit that referenced this pull request Nov 19, 2024
* Refactor chain ID logic in plugin to be chain agnostic

* fix script error

* update mod

* update dependency

* revert changes on mod

* remove old comment
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 19, 2024
@prashantkumar1982 prashantkumar1982 added this pull request to the merge queue Nov 20, 2024
Merged via the queue into develop with commit 1f44f3c Nov 20, 2024
157 of 159 checks passed
@prashantkumar1982 prashantkumar1982 deleted the NONEVM-826/abstract-the-chainID-chainFamily-fetching-logic-to-be-chain-agnostic branch November 20, 2024 19:23
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.

5 participants