evmc/test
Paweł Bylica 55329d8dfa
helpers, cpp: Add evmc_make_result() for constructing results
This moves the evmc_result construction logic from evmc::result() constructor to helper.h. This function is now exposed as a C helper, C++ evmc::make_result() helper and used in the evmc::result() constructor.
This is convenient for VM implementations which need to construct C evmc_result, not C++ evmc::result.
2019-08-06 12:27:39 +02:00
..
integration cpp: Add missing '#pragma once' in evmc.hpp 2019-05-29 10:46:11 +02:00
unittests helpers, cpp: Add evmc_make_result() for constructing results 2019-08-06 12:27:39 +02:00
vmtester test: Do not include helpers.hpp 2019-07-23 14:07:44 +02:00
CMakeLists.txt Update copyright year, include the years of files creation 2019-04-24 18:36:28 +02:00