Module evm::executor

source ·
Expand description

EVM executors

Executors are structs that hook gasometer and the EVM core together. It also handles the call stacks in EVM.

Currently only a stack-based (customizable) executor is provided.

Modules

A stack-based executor with customizable state. A memory-based state is provided, but can replaced by a custom implementation, for exemple one interacting with a database.