-
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
1.8.2 #5740
1.8.2 #5740
Conversation
Pull Request Test Coverage Report for Build 3886282402Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
As part of the RC process, following test installations are performed in other projects and running their tests to see if everything.
(This list will be actively edited)
|
When running synthetix, I got a few errors
edit: ISSUE RESOLVED ✅ |
Openzeppelin tests are passing ✅ |
synthetix test results
@openzeppelin/test-helpers finished with errors:
|
I just checked and the all failing testcases I have mentioned have been reported by me since a year ago. I don't believe anything has changed. |
Thanks @luu-alex , @avkos and @Muhammad-Altabba #5760 |
We will include #5752 in this release if there are any code changes required , discussed in web3 team meeting. |
Changed
crypto-browserify
module is now used only in webpack builds for polyfilling browsers (Update 1.x build tools #5629)ethereumjs-util
to7.1.5
(Update 1.x build tools #5629)lerna
4 to version 6 (5629/lerna #5680)Fixed
web3.utils._jsonInterfaceMethodToString
(Fix: _jsonInterfaceMethodToString export in types #5550)Removed
clean-webpack-plugin
has been removed from dev-dependencies (Update 1.x build tools #5629)Added
https-browserify
,process
,stream-browserify
,stream-http
,crypto-browserify
added to dev-dependencies for polyfilling (Update 1.x build tools #5629)readable-stream
to dev-dependancies for webpack (Update 1.x build tools #5629)Security
npm audit fix
for libraries update (1.x dependencies update #5726)