Expand description
Minimal, no_std runner that hooks a statically compiled bytecode into a revm mainnet EVM.
Constantsยง
- FIBONACCI_
CODE ๐ - FIBONACCI_
HASH ๐
Functionsยง
- build_
evm - Build a mainnet EVM wrapped in [
JitEvm] so that calls to known code hashes are dispatched to compiled functions instead of the interpreter. - fibonacci ๐ โ
Type Aliasesยง
- Mainnet
Context - Type alias for mainnet context with custom database.