evm 0.13.0

SputnikVM - a Portable Blockchain Virtual Machine
Documentation
pub trait ValidatableExecutor {

}

pub struct Config {
	pub has_create2: bool,
	pub has_static_call: bool,
	pub has_delegate_call: bool,
}

pub struct Validator<'config, 'gconfig> {
	gasometer: Gasometer<'gconfig>,
	is_static: bool,
}