Piotr Galar

Results 145 comments of Piotr Galar

I'm closing this due to inactivity. Please feel free to reopen if you can provide additional information. Thank you!

In the light of https://github.com/NomicFoundation/hardhat/issues/6336, this might not always be possible. In particular, the solcjs-wrapper stores the compiler output from solcjs as a string, and so does our solcjs-runner. For...

@rvagg I think we need to update the `node/main.go` in `fevm-contract-tests`. Currently, when trying to build it as is, i.e. from e9393dfe8c429c4afb32a0b1e3f71a65dbae926a, using these build instructions - https://github.com/filecoin-project/lotus/actions/runs/14692671827/workflow - it...

> It's not fine grain enough. It tells you which GitHub action workflow is flaky, but not which test is flaky. I didn't find it useful to know that go-test...

I think it'd be good if there was also a way to request the run of very expensive tests on a PR (e.g. through a label) and if they run...