Skip to content

Replace providerConfig setter with a public initializeProvider method - #1133

Merged
cryptodev-2s merged 5 commits into
mainfrom
feature/remove-provider-setter
Apr 3, 2023
Merged

Replace providerConfig setter with a public initializeProvider method#1133
cryptodev-2s merged 5 commits into
mainfrom
feature/remove-provider-setter

Conversation

@cryptodev-2s

@cryptodev-2scryptodev-2s commented Mar 16, 2023

Copy link
Copy Markdown
Contributor

This PR Replace providerConfig setter with a public initializeProvider method
Related issue #1021

@cryptodev-2s
cryptodev-2s requested a review from a team as a code ownerMarch 16, 2023 15:41
@cryptodev-2scryptodev-2s changed the title feat: remove providerConfig setter and getterReplace providerConfig setter with a public initializeProvider methodMar 16, 2023
Comment threadpackages/network-controller/src/NetworkController.ts Outdated
Comment threadpackages/network-controller/tests/NetworkController.test.ts Outdated
Comment threadpackages/network-controller/tests/NetworkController.test.ts Outdated
jskelly84
jskelly84 previously approved these changes Mar 17, 2023

@mcmiremcmire left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

One more comment but otherwise looks good to me!

Comment threadpackages/network-controller/tests/NetworkController.test.ts Outdated
Comment threadpackages/network-controller/src/NetworkController.ts Outdated
Comment threadpackages/network-controller/src/NetworkController.ts Outdated
mcmire
mcmire previously approved these changes Mar 30, 2023

@mcmiremcmire left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

One minor comment but looks good to me otherwise.

Comment threadpackages/network-controller/src/NetworkController.ts Outdated
@Gudahtt

Copy link
Copy Markdown
Member

Looks good to me too! I can approve after the conflicts are resolved

@mcmiremcmire left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM!

@cryptodev-2s
cryptodev-2s merged commit d71226e into mainApr 3, 2023
@cryptodev-2s
cryptodev-2s deleted the feature/remove-provider-setter branch April 3, 2023 16:01
Sign up for freeto 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.

NetworkController API normalization: Replace providerConfig setter with a public initializeProvider method

4 participants

@cryptodev-2s@Gudahtt@mcmire@jskelly84