-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
OZ tests investigation #5609
Comments
Great project |
Oz test is failing due to the update of bn.js on web3js. in the oz test suite they were testing web3.utils.bn on decimals and this would output the wrong value.
The bn.js library never handled decimals properly and always outputted wrong values, so in the update any invalid inputs would result in an error
I dont think theres anything we can change but just keep in mind of why these testcases are failing. 1 recognized error
Testcases that fail in synthetix.
|
For I dont get this error, it seems to be an inconsistent testcase and may need to be run a few times for this test to complete. |
Following open zeppelin tests are not passing persistently in last few releases and should be investigated and fixed before 1.8.2:
#5577 (comment)
The text was updated successfully, but these errors were encountered: