Skip to content

Implement a guard mechanism for the call storage blocks #2173

@carneiro-cw

Description

@carneiro-cw

Currently the call temp storage stores the latest 10 blocks. Ideally it would instead give a "guard" to each eth_call that started in a certain block and once all guards were dropped it would free that block. This approach has some caveats though, for instance the current pending block should not be dropped until a new pending block is appended.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions