rust-ethereum / evm

Pure Rust implementation of Ethereum Virtual Machine
Apache License 2.0
1.16k stars 355 forks source link

Initital implementation of overlayed backend #271

Closed sorpaas closed 7 months ago

sorpaas commented 7 months ago

An overlayed backend, provide TransactionalBackend and RuntimeBackend implementation for anything that implements RuntimeBaseBackend.