zerosnacks

Results 55 comments of zerosnacks

Ticket can be closed, this has been fixed as part of the automated workflow introduced in #1135 https://book.getfoundry.sh/reference/cli/forge/build

With what level of verbosity are you running your test? Does lowering the level (from `-vvv` to `-vv`) have an impact on the speed of the test run? If so,...

> 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...

> 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. I figured that...

Can you give some more details on your code and specific test? A minimal reproduction would greatly help as I'm unable to reproduce it. For context, the error thrown is...

Was able to replicate this as well, extreme slowdown for tracing with a verbosity level > `-vv` Temporary workaround for local tests was to use the `--offline` flag suggested by...

Update: - https://github.com/foundry-rs/block-explorers/pull/40 fixes a caching issue that caused the excessive refetching as reported. This has an effect on repeated tests against cached values (after initial run). In review, should...

Happy to pick this up. It is currently blocked by https://github.com/rustyhorde/vergen/issues/238 which occurs because of the `reth` (binary) git dependency being used that defines its own `vergen` build script.

> * Operating system: macos (latest) > * Ledger model: ledger nano s > * ledger ethereum: 1.10.4 (latest) > * on latest foundry nightly > > Here's the repro:...

@filipviz / @mpeyfuss / @sakulstra / @rocketman-21 / @horsefacts / @soloblack / @sendra could you please re-test against the latest Foundry nightly (to update run: `foundryup`)? It appears that the...