Closed Szymx95 closed 4 days ago
Hey @leovct! Thanks for showing interest. We've created an application for you to contribute to Foundry. Go check it out on OnlyDust!
I am applying to this issue via OnlyDust platform.
I have experience with foundry tooling, and I recently began my journey with Rust. I believe this makes for an excellent opportunity to contribute to the development of blockchain tools.
I would make the Anvil cache location configurable, with a default setting that points to .foundry
if no specific location is provided.
Hi, is this issue still open ? I'd like to contribute to it
Can I take this from here?
Marking as duplicate of https://github.com/foundry-rs/foundry/issues/3512 which aims to add an Anvil cache path
Component
Anvil
Describe the feature you would like
Currently the cache location is fixed to
~/.foundry/anvil/rpc
. It would really simplify the workflow (for example for running fork tests on CI) if we could set custom directory for the cache location. This is related to #4989 however the issue was related to taking too much space.Another use case would be to save cache on different drive without the need for symlinking.
Additional context
No response