Foundry Cache Boost
Version updated for https://github.com/w3combo/foundry-cache-boost to version v0.1.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Foundry Cache Boost is a GitHub Action designed to accelerate Forge test runs on forked blockchain networks by caching and preloading blockchain state data such as storage slots and account fields. It automates the retrieval and management of immutable and mutable account data, reducing the need for redundant blockchain queries and enabling significant performance improvements in testing workflows. This action is particularly useful for speeding up testing in complex, forked network scenarios by leveraging cached data and batch JSON-RPC requests.
What’s Changed
What’s Changed
- feat: add retry to all RPC calls by @ripel2 in https://github.com/w3combo/foundry-cache-boost/pull/19
Full Changelog: https://github.com/w3combo/foundry-cache-boost/compare/v0.1.0...v0.1.1