foundry-rs / foundry-toolchain

GitHub action to install Foundry
Apache License 2.0
225 stars 92 forks source link

Cache RPC responses #16

Closed PaulRBerg closed 1 year ago

PaulRBerg commented 1 year ago

See the discussion here.

The idea would be to save and restore all the data in your ~/.foundry/cache/rpc/<chain name>/<block number> paths by default, so that users don't end up incurring additional RPC calls.

PaulRBerg commented 1 year ago

Closing since it's been implemented in #19 (recently merged by @gakonst).