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

4811/investigate eslint errors in web3 eth #4893

Merged
merged 57 commits into from
Apr 12, 2022

Conversation

nikoulai
Copy link
Contributor

Description

#4811

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • I have selected the correct base branch.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • Any dependent changes have been merged and published in downstream modules.
  • I ran npm run dtslint with success and extended the tests and types if necessary.
  • I ran npm run test:unit with success.
  • I ran npm run test:cov and my test cases cover all the lines and branches of the added code.
  • I ran npm run build and tested dist/web3.min.js in a browser.
  • I have tested my code on the live network.
  • I have checked the Deploy Preview and it looks correct.
  • I have updated the CHANGELOG.md file in the root folder.

spacesailor24 and others added 30 commits March 16, 2022 21:18
Copy link
Contributor

@nazarhussain nazarhussain left a comment

Choose a reason for hiding this comment

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

@nikoulai Please change the base branch of this PR to the one you started with. Currently it contains a lot of extra commits and unable to identify change related to this PR.

@nikoulai nikoulai changed the base branch from 4.x to wyatt/4.x/4810-web3-eth-promievent-tests March 29, 2022 15:21
@nikoulai nikoulai linked an issue Mar 30, 2022 that may be closed by this pull request
Base automatically changed from wyatt/4.x/4810-web3-eth-promievent-tests to 4.x March 31, 2022 10:43
@nikoulai nikoulai changed the base branch from 4.x to wyatt/4.x/4810-web3-eth-promievent-tests April 6, 2022 10:33
@spacesailor24 spacesailor24 changed the base branch from wyatt/4.x/4810-web3-eth-promievent-tests to 4.x April 8, 2022 03:36
Copy link
Contributor

@nazarhussain nazarhussain left a comment

Choose a reason for hiding this comment

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

Please resolve the conflicts, rest seems good.

@lgtm-com
Copy link

lgtm-com bot commented Apr 11, 2022

This pull request introduces 6 alerts when merging df69558 into 8e57d5a - view on LGTM.com

new alerts:

  • 4 for Assignment to constant
  • 2 for Useless assignment to local variable

@nikoulai nikoulai force-pushed the 4811/investigate-eslint-errors-in-web3-eth branch from df69558 to af25dc9 Compare April 11, 2022 21:45
@nikoulai nikoulai force-pushed the 4811/investigate-eslint-errors-in-web3-eth branch from af25dc9 to 5388337 Compare April 11, 2022 21:54
@nikoulai nikoulai force-pushed the 4811/investigate-eslint-errors-in-web3-eth branch from 9b3fbee to ff75a8c Compare April 11, 2022 22:45
@jdevcs jdevcs merged commit 0529078 into 4.x Apr 12, 2022
@jdevcs jdevcs deleted the 4811/investigate-eslint-errors-in-web3-eth branch April 12, 2022 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x 4.0 related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate EsLint Errors in web3-eth Methods That Use PromiEvents
6 participants