wbt

Results 72 comments of wbt

Thanks for your inquiry @StefanoGagliardi! Were you able to make any progress on this?

Thanks for your reply! My parameter is `--target=truffle-v5` though on further investigation I see that the contracts JSON files were generated with Truffle v4, back when that was the latest...

I wound up changing Typechain and dependencies to use --target=truffle-v4 and it still produced the same errors.

To answer other questions, Hardhat was not used or relevant at any point on these contracts, and the pragma statements specify either ^0.4.0 or ^0.4.24 which are equivalent; the latest...

I'll see what I can do about generating a reproducing repo, but won't be able to work on that today.

It would be good to merge this to help with a critical audit failure.

I don't have merge permissions, but it looks like @h13i32maru probably could change that and/or do the merge.

As OP @[dtomasbar](https://github.com/dtomasbar) mentioned, the latest version of the `download` package doesn't have this fixed, which (for future reference of commenters above) you can verify by checking [its package.json](https://github.com/kevva/download/blob/94e9081e461719b61e62050704cdfcc6a464d6a7/package.json#L36). Therefore,...