Skip to content

EPIC: preexecution for higher txn throughput #2591

Description

@carneiro-cw

By pre-executing transactions we can enable the miner to have the cache hot during transaction execution. This will happen in 2 ways, the miner can pre-execute the txn himself, or the follower pre-executes and sends an access list, which the miner will load to cache without acquiring the execution lock.

This will require refactoring the executor/evm a bit to avoid spaghetti.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions