Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

remove redundant requests for "earliest" block when forking #4128

Open
MicaiahReid opened this issue Jan 6, 2023 · 0 comments
Open

remove redundant requests for "earliest" block when forking #4128

MicaiahReid opened this issue Jan 6, 2023 · 0 comments

Comments

@MicaiahReid
Copy link
Contributor

With the introduction of #3755, we now make two requests for the earliest block from the remote when forking. One is to set up the persistent cache, and the other is to set up the earliest tag in the block manager.

This should only happen the first time you run ganache with forking. After that the persistent cache should have that request saved. But still, it's less than ideal.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: Inbox
Development

No branches or pull requests

1 participant