EVMC – Ethereum Client-VM Connector API https://evmc.ethereum.org
Go to file
Paweł Bylica bfd39abfb2 EVM-C: Drop address field from evm_result
The evm_result was planned to be used as the return struct of the call callback. The address was added to support CREATE, but it is never used and the union here confuses many languages like Go and Python.
2017-01-19 14:32:21 +01:00
docs EVM-C: Extend docs of evm_update_fn 2016-08-29 09:30:19 +02:00
examples Fix example 2016-09-28 16:50:13 +02:00
include EVM-C: Drop address field from evm_result 2017-01-19 14:32:21 +01:00
LICENSE.md Create LICENSE.md 2015-01-29 15:35:34 +01:00