Sam Winter

Results 7 comments of Sam Winter

Hi David, I'm on `7.4.4`. Repro: ``` const server = ganache.server({ fork: { url: FORK_URL, }, server: { ws: true, }, }); server.listen(0); ```

Thank you! I ended up writing a utility to find a free port, so it's not super urgent for me.

You can either force Xandra to 0.10.0 or use this: https://github.com/theblitzapp/triton.git. There's an outstanding PR here: https://github.com/blitzstudios/triton/pull/22

I guess you got your answer.

Did you end up solving this?

anvil doesn't seem to respect the block gas limit for `eth_call` because setting the gas limit to `18446744073709551615` still results in `CallerGasLimitMoreThenBlock` (which has a misspelling by the way). This...

I think that setting the env var mentioned [here](https://github.com/bluealloy/revm/issues/337#issue-1552269889) will probably fix it. I'm not a rust dev though, so I'm not sure how to do this exactly. Can someone...