-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Replace ethereumjs-util with @ethereumjs/util #6283
Replace ethereumjs-util with @ethereumjs/util #6283
Conversation
Pull Request Test Coverage Report for Build 5656367750
💛 - Coveralls |
@@ -106,6 +106,7 @@ | |||
"bignumber.js": "^9.0.1", | |||
"bn.js": "^5.2.1", | |||
"browserify": "^16.5.2", | |||
"browserify-zlib": "^0.2.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this lib is added?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need this Polyfill otherwise build fails by error
other than junaids comment lgtm |
test/e2e.method.signing.js
Outdated
@@ -539,6 +539,7 @@ describe('transaction and message signing [ @E2E ]', function() { | |||
}); | |||
|
|||
it('eth.accounts.sign', async function(){ | |||
this.timeout(30000); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems weird to require such a long timeout for a signing call
@avkos , before merging tests should be passing: |
Description
Fixes #6021
Type of change
Checklist:
npm run lint
with success and extended the tests and types if necessary.npm run test:unit
with success.npm run test:coverage
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.