foundry icon indicating copy to clipboard operation
foundry copied to clipboard

fix: anvil --fork-url with --load-state

Open yash-atreya opened this issue 4 months ago • 0 comments

Motivation

Using both --fork-url and --load-state together can lead to various RPC issues due to the underlying ForkedStorage, ForkedDatabase and fork_db::SharedBackend getting out of sync while loading from the state file.

While this feature is highly prone to API misuse and errors, it can still be improved.

Solution

WIP

yash-atreya avatar Oct 18 '24 13:10 yash-atreya