Jimmy Chen

Results 145 comments of Jimmy Chen

@protocolwhisper looks like there are a few CI failures, would you mind taking a look?

@protocolwhisper I think it's best to go through the compiler errors - the explanations are usually pretty clear, there are a few easy ones to fix, e.g. method not found,...

Hi @protocolwhisper, thanks for the update! It looks like @michaelsproul has triggered a CI run, and there are some CI failures *possibly* related to the changes, would you mind taking...

Hi @protocolwhisper It looks like you don't have [anvil](https://github.com/foundry-rs/foundry/tree/master/crates/anvil) installed, which is required for some tests. There are a few other requirements for running the tests locally, please see the...

> I already installed the Dev Dependencies but know I'm running into this issue, even if I did it in the lighthouse unstable fresh : ![image](https://user-images.githubusercontent.com/57886661/264223579-17db8b93-d0c9-4a36-b088-39b944bb3d8d.png) What OS and rust...

Nice, that was great find @michaelsproul ! Our CI actually got stuck because we're using a nightly version of Anvil (it's fixed now). Thanks!

FYI we're now using Anvil version `nightly-ca67d15f4abd46394b324c50e21e66f306a1162d`, which can be installed using `foundryup --version nightly-ca67d15f4abd46394b324c50e21e66f306a1162d`

Hi @protocolwhisper, Thanks for getting back to this PR! and congrats on the new internship ☺️ The error you posted is actually quite useful. If you look at the failing...

Feel free to ignore the test failure, it seems to be related to an issue we discovered earlier today, which is now being addressed in https://github.com/sigp/lighthouse/pull/4868. I'll re-run the fail...