Skip to content

Batch getStorageAt RPC method #32566

@s1na

Description

@s1na

Rationale

It is possible to fetch a single storage slot of a contract using debug_getStorageAt method. Anyone doing local simulations will need to call this method over and over and concur the overhead of repeated calls.

The idea is to implement a new method, perhaps batchGetStorageAt which fetches multiple slots of the same contract or even batchGetStorage which can receive a mapping of contract addresses to slot keys and returns the relevant storages of those accounts.

Implementation

Do you have ideas regarding the implementation of this feature? Yes
Are you willing to implement this feature?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions