• Mark Tyneway's avatar
    contracts: fix broken contracts tests · 34f9be41
    Mark Tyneway authored
    The `contracts` tests included a test that did a deep equality check
    against two bignumbers. This check stopped working due to changes
    in the bignumber implementations used, two bignumbers of the same number
    no longer were considered equal. This commit fixes that problem by
    using the same version of ethers as `hardhat` and also stringifying
    the results so that strings are compared instead of objects. This
    fixes the broken tests.
    34f9be41
Name
Last commit
Last update
..
codec Loading commit data...
dummy Loading commit data...
test-runner Loading commit data...
trie Loading commit data...
utils Loading commit data...
constants.ts Loading commit data...
index.ts Loading commit data...