terenceyak
terenceyak
Hi both, I have debugged the issue further, and have narrowed the problem down to the following line. https://github.com/OpenZeppelin/openzeppelin-test-helpers/blob/ab4b86771431ce17592d5fb9f0a22ce913127517/src/expectEvent.js#L132 With reference to the following example: ``` expect('11').to.be.bignumber.equal(new BN(11)); ``` The...
Hi all, @nventuro is right, it is not web3 that caused the issue. I dug deeper, and found that the main issue is due to a different version of chai-bn...
Hi @frangio, The bug is probably due to my own poor management of dependencies in my code. I have reproduced a passing and failing branch to showcase this explained below....