-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Linter fixes #3639
Linter fixes #3639
Conversation
70eeaa4
to
1961eb5
Compare
Update: if I switch back to node v10.21.0, tests pass just fine. |
I'd like to check this off, but is there an existing test harness? The application that I'm working on doesn't run in the browser. If the |
The |
1961eb5
to
d8b6dfb
Compare
Description
In order to fix #3632, I'm planning on doing some work to refactor the transaction execution flow. When I got started on that I noticed a bunch of linter errors when running
npm test
. These make it hard to check that my changes haven't broken anything, so I'm submitting a PR to fix them.Note that this doesn't fix the linter issues in
web3-core-method
pertaining to deeply nested blocks. Those will be fixed in the PR for #3632.Note that some tests appear to be failing on my machine when I run
npm run test:unit
andnpm run test:cov
. These tests were failing in1.x
before I made this change.Type of change
Checklist:
npm run dtslint
with success and extended the tests and types if necessary.npm run test:unit
with success.npm run test:cov
and my test cases cover all the lines and branches of the added code.npm run build
and testeddist/web3.min.js
in a browser.CHANGELOG.md
file in the root folder. (N/A - I'm not introducing new logic changes)