Closed yash-atreya closed 1 month ago
The fork-db functionality was extracted from foundry as foundry-fork-db. This is a generic tool to create and manage forks.
foundry-fork-db
foundry's current forking mechanism and management of multiple forks is based on this.
Demonstrate a minimal example of how this works using SharedBackend and BlockchainDb.
SharedBackend
BlockchainDb
@mattsse needs fork-db release
Motivation
The fork-db functionality was extracted from foundry as
foundry-fork-db
. This is a generic tool to create and manage forks.foundry's current forking mechanism and management of multiple forks is based on this.
Solution
Demonstrate a minimal example of how this works using
SharedBackend
andBlockchainDb
.PR Checklist