Results 844 comments of Francisco Giordano

There is a bug in Truffle and the fix hasn't been released yet. See https://github.com/trufflesuite/truffle/issues/3024.

Thanks for the suggestion @chebykin! This is an interesting way to achieve support for gas reporting. As a side effect, though, degining a port number will make parallel tests (with...

Hi @MrClottom, I was not able to follow your reproduction steps. MetaCoin Truffle Box contains a migration, which does not work with Test Environment, and it's also necessary to link...

See https://github.com/OpenZeppelin/openzeppelin-test-environment/issues/48 for a potential cause of the error.

Thank you for the feedback @SilentCicero. We will definitely keep this in mind for planning.

We have considered supporting other clients before, but one of the main things Test Environment does is set up the accounts for Ganache, in a way that doesn't look simple...

If your client is based on Ganache it's probably also possible for Test Environment to use it. It just wouldn't be a one-line change. The issue with accounts is that...

If it's done via RPC it could likely be done since it's a similar architecture to what we're doing with Ganache in Test Environment. I can't think of other complications...

@WenhaoSu I think you want to look at `ganache-server.ts` and/or `setup-ganache.ts`.

@WenhaoSu Test Environment was deliberately designed as a library so there is no CLI.