Skip to content

Remove unused network client configuration#1299

Merged
Gudahtt merged 1 commit intomainfrom
remove-unused-parameters
May 2, 2023
Merged

Remove unused network client configuration#1299
Gudahtt merged 1 commit intomainfrom
remove-unused-parameters

Conversation

@Gudahtt
Copy link
Copy Markdown
Member

@Gudahtt Gudahtt commented May 2, 2023

Description

When constructing a non-Infura network client, the network nickname and ticker configuration properties were passed on down to web3-provider-engine. However these were entirely unused. There are no references to these in the web3-provider-engine package.

Changes

None

References

Relates to #1116

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation for new or updated code as appropriate (note: this will usually be JSDoc)
  • I've highlighted breaking changes using the "BREAKING" category above as appropriate

@Gudahtt Gudahtt force-pushed the remove-unused-parameters branch from 2c871f6 to ba3461f Compare May 2, 2023 16:57
@Gudahtt Gudahtt marked this pull request as ready for review May 2, 2023 16:58
@Gudahtt Gudahtt requested a review from a team as a code owner May 2, 2023 16:58
@Gudahtt Gudahtt force-pushed the remove-unused-parameters branch 2 times, most recently from 1e6658f to 611f955 Compare May 2, 2023 17:22
When constructing a non-Infura network client, the network `nickname`
and `ticker` configuration properties were passed on down to
`web3-provider-engine`. However these were entirely unused. There are
no references to these in the `web3-provider-engine` package.

Relates to #1116
@Gudahtt Gudahtt force-pushed the remove-unused-parameters branch from 611f955 to 9004f10 Compare May 2, 2023 17:34
Copy link
Copy Markdown
Contributor

@mcmire mcmire left a comment

Choose a reason for hiding this comment

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

Makes sense!

@Gudahtt Gudahtt merged commit e45b3d0 into main May 2, 2023
@Gudahtt Gudahtt deleted the remove-unused-parameters branch May 2, 2023 18:03
MajorLift pushed a commit that referenced this pull request Oct 11, 2023
When constructing a non-Infura network client, the network `nickname`
and `ticker` configuration properties were passed on down to
`web3-provider-engine`. However these were entirely unused. There are
no references to these in the `web3-provider-engine` package.

Relates to #1116
MajorLift pushed a commit that referenced this pull request Oct 11, 2023
When constructing a non-Infura network client, the network `nickname`
and `ticker` configuration properties were passed on down to
`web3-provider-engine`. However these were entirely unused. There are
no references to these in the `web3-provider-engine` package.

Relates to #1116
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