Philippe Dumonet

Results 50 comments of Philippe Dumonet

I saw that PR but it was using `vm.broadcast` so I thought it was addressing something else, I overlooked the fact that there was an existing issue. Although I don't...

Removing the meta coin contracts and writing some from scratch which don't require a migration or library still leads to the `Error: Timeout of 2000ms exceeded` error.

I'm not running with ganache, what version is your `@openzeppelin/test-environment` package? What are the contents of your `truffle-config.js` ?

How would you harden the existing shuffling function?

they are for me but that doesn't seem to resolve the issue. I'm still getting a "File not found" error

Can confirm I'm also getting this issue, tried different variations of the journal file option but nothing seems to work, more logs here: https://gist.github.com/Philogy/6253e5a81ae8eb0cef9c9bf6f68a954c. I also get the `missing field...

Weirdly enough `--offline` speeds it up for me too, (from >70s runtime back down to ~1s). But I don't have any RPC specified or environment variables like `ETH_RPC_URL` even configured?...

> I'm having trouble running with --ffi, is huffy a special build of Huff? A pinned commit hash would be great Haha yes, to install clone https://github.com/philogy/py-huff and then do...

> It likely just does a bunch of calls to api.openchain.xyz as I said. It doesn't require RPC URLs, we do this by default when displaying traces. Oh I see,...

Note: Adding an etherscan key seems to speed this up considerably, I assume what's happening in the background is it's trying to resolve the name of contracts in the trace...