-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
T-featureType: featureType: featureT-needs-triageType: this issue needs to be labelledType: this issue needs to be labelled
Description
Component
Cast
Describe the feature you would like
Running cast run is painfully slow, since it performs an RPC call for each storage access.
But in most cases, it can run much, much faster:
Many RPC providers support debug_traceTransaction. Using the prestateTracer , the entire storage tree used by a transaction can be fetched at once.
Only if this trace command fails, the cast run should resort to the slot-by-slot access.
Additional context
No response
BossBuusMuus
Metadata
Metadata
Assignees
Labels
T-featureType: featureType: featureT-needs-triageType: this issue needs to be labelledType: this issue needs to be labelled
Type
Projects
Status
Backlog