You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to suggest an enhancement for evm sim, focusing on the eth_getStorageAt call functionality. Currently, the approach of individually sending requests for each storage slot can be quite inefficient, especially when dealing with numerous slots for a single address.
A potential improvement could be the implementation of batch or parallel request processing. By allowing multiple eth_getStorageAt requests to be sent in a single call or concurrently, the efficiency and processing time could be significantly improved. This feature would be particularly impactful in simulation environments, offering a substantial boost in performance and a noticeable difference in overall efficiency.
This enhancement could dramatically speed up simulations
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Component
evm
Describe the feature you would like
I'd like to suggest an enhancement for evm sim, focusing on the eth_getStorageAt call functionality. Currently, the approach of individually sending requests for each storage slot can be quite inefficient, especially when dealing with numerous slots for a single address.
A potential improvement could be the implementation of batch or parallel request processing. By allowing multiple eth_getStorageAt requests to be sent in a single call or concurrently, the efficiency and processing time could be significantly improved. This feature would be particularly impactful in simulation environments, offering a substantial boost in performance and a noticeable difference in overall efficiency.
This enhancement could dramatically speed up simulations
The text was updated successfully, but these errors were encountered: