David Murdoch

Results 226 comments of David Murdoch
trafficstars

@gluax what OS are you running? @AbnerZheng what OS are you running?

Not currently, no. What case did you have in mind for using ganache with an SSL certificate?

Is there a specific issue for what this PR fixes? If so, can you update the PR description to indicate that this PR fixes it before you squash and merge?...

related https://github.com/trufflesuite/ganache/pull/810 https://github.com/trufflesuite/ganache/pull/811

@jtakalai this might be a jest issue (https://github.com/facebook/jest/issues/10662) and/or a node issue (https://github.com/nodejs/node/issues/35889). Have you tried other ganache versions to try to determine if this is a recent regression or...

@theblock-dev no, it's not fixed yet. This issue is actively being worked on though.

@area , `eager` isn't actually faster than `strict` (it should be negligibly slower). The problem stems from using an HTTP provider instead of WebSockets, which must use polling. But even...

The readme is very hard to read without line formatting. Also, there are still a _lot_ of files and tests in this repo. Can you strip out everything except the...

You may want to try starting Ganache with a specific timestamp (`ganache --time 123456`), since your tests are time dependent.

I did some more digging. I think this is a bug in Ganache's `eth_estimateGas` implementation caused by not predicting the next block's timestamp. When we added the `--miner.timestampIncrement` we didn't...