rust-ethereum / evm

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

Properly return retval in TransactValue #272

Closed sorpaas closed 7 months ago

sorpaas commented 7 months ago

For a CALL transaction, we should return the retval, because some RPC calls need it.

clayrab commented 7 months ago

Thanks, WeiTang! LGTM.

I think I just need standard::invoker mod to be pub...