Commit Graph

1227 Commits

Author SHA1 Message Date
Paweł Bylica 899996edd3
cmake: Rename EVMC_TEST_TOOLS to EVMC_TOOLS 2019-11-27 23:40:36 +01:00
Paweł Bylica 13aabfdd71
vmtester: Small refactoring 2019-11-27 23:40:35 +01:00
Alex Beregszaszi f2aa41df66
Merge pull request #206 from ethereum/rust-enum-aliases
rust: add enum aliases
2019-11-27 23:18:34 +01:00
Alex Beregszaszi 6ffb0f99b8 readme: require Rust 1.37.0, because enum aliases need it 2019-11-27 23:15:46 +01:00
Alex Beregszaszi a88ae70cee rust: add type aliases for more enums 2019-11-27 23:10:50 +01:00
Alex Beregszaszi 17cc8271bf
Merge pull request #462 from ethereum/rust-deps
rust: update dependencies
2019-11-27 23:01:10 +01:00
Alex Beregszaszi 2b5cd5ab59 changelog: mention update of Rust dependencies 2019-11-27 22:58:03 +01:00
Alex Beregszaszi 3133719a47 rust: update evmc-declare's proc-macro/syn/quote dependencies to 1.0 2019-11-27 22:57:09 +01:00
Alex Beregszaszi bb18fca1ca rust: simplify cargo configuration for evmc-declare 2019-11-27 22:57:09 +01:00
Alex Beregszaszi 3db5b57cb8 rust: update bindgen to 0.52 2019-11-27 22:57:09 +01:00
Paweł Bylica 23ad3c5817
Merge pull request #465 from ethereum/cpp_has_capabilities
cpp: Add VM::has_capability() method
2019-11-27 19:43:01 +01:00
Paweł Bylica 236aa76c8d
cpp: Add VM::has_capability() method 2019-11-27 19:02:05 +01:00
Paweł Bylica 95c01b648b
Merge pull request #461 from ethereum/cpp_host_interface_const
cpp: Add const to HostInterface
2019-11-27 17:53:46 +01:00
Paweł Bylica d8ab2489dd
cpp: Add const to HostInterface 2019-11-27 16:23:30 +01:00
Paweł Bylica 168c77457f
examples: Rewrite get_storage() not to create empty entries 2019-11-27 16:05:50 +01:00
Alex Beregszaszi ca74d1969f
Merge pull request #444 from ethereum/rust-mutability
rust: remove unneeded mutability in ExecutionContext
2019-11-26 23:56:00 +01:00
Alex Beregszaszi 8fb75848bd rust: remove unneeded mutability in ExecutionContext 2019-11-26 23:45:36 +01:00
Paweł Bylica e04a90e186
Merge pull request #456 from ethereum/mocked_host
Add mocked_host library
2019-11-21 17:39:13 +01:00
Paweł Bylica 87fc46011d
Update CHANGELOG 2019-11-21 17:28:10 +01:00
Paweł Bylica 52e09fc523
mocked_host: Apply suggestions from code review 2019-11-21 17:19:37 +01:00
Paweł Bylica b4ae4233f8
test: Use MockedHost instead of example Host 2019-11-21 17:19:37 +01:00
Paweł Bylica 6de0cfe164
Add mocked_host library
It takes the MockedHost implementation from evmone, converts it to C++11 and creates an interface library out of it.
2019-11-21 17:19:37 +01:00
Paweł Bylica ca2933cbed
Merge pull request #423 from ethereum/clang-tidy
Clang tidy config
2019-11-21 16:19:51 +01:00
Paweł Bylica 774a21f46c
Fix some clang-tidy warning 2019-11-21 11:23:34 +01:00
Paweł Bylica 5d0403e458
Add clang-tidy config 2019-11-21 11:23:34 +01:00
Paweł Bylica bcf32cb6a5
Merge pull request #457 from ethereum/loader
loader: Handle unexpected error code from set_option()
2019-11-19 21:29:47 +01:00
Paweł Bylica b76e6d1a02
loader: Handle unexpected error code from set_option() 2019-11-19 21:21:32 +01:00
Alex Beregszaszi 0d5929b2a3
Merge pull request #454 from jrhea/fix-comment
Fix comment on evmc_get_code_hash_fn
2019-11-19 18:38:42 +01:00
jonny rhea 4a3c142cf2
fix comment on evmc_get_code_hash_fn 2019-11-19 11:19:40 +01:00
Paweł Bylica 015e4b8f5d
EVMC 7.1.0-alpha.0
Bump version: 7.0.0 → 7.1.0-alpha.0
2019-11-18 16:36:41 +01:00
Paweł Bylica e770f78819
EVMC 7.0.0
Bump version: 7.0.0-alpha.0 → 7.0.0
2019-11-11 14:46:58 +01:00
Paweł Bylica e12a623f99
Update CHANGELOG format 2019-11-11 14:15:10 +01:00
Paweł Bylica 2915607c7c
Merge pull request #452 from ethereum/update-hunter
Update Hunter to v0.23.214
2019-11-11 14:02:10 +01:00
Alex Beregszaszi d9abb6d7db
Update Hunter to v0.23.214 2019-11-11 13:38:53 +01:00
Paweł Bylica af16e9d7ef
Merge pull request #451 from ethereum/cpp
cpp: Require the host interface for HostContext be passed by reference
2019-11-11 13:38:14 +01:00
Paweł Bylica 0758daa789
Mention recent C++ API tweaks in CHANGELOG 2019-11-10 10:26:22 +01:00
Paweł Bylica 0522110797
cpp: Require the host interface for HostContext be passed by reference 2019-11-10 10:19:14 +01:00
Paweł Bylica 1bb7ccd7a4
Merge pull request #449 from ethereum/cpp
C++ API tweaks (part 2)
2019-11-08 12:00:32 +01:00
Paweł Bylica a647969186
test: Add basic unit tests for previously unused API 2019-11-07 16:21:39 +01:00
Paweł Bylica 8fb210542b
cpp: Reverse order of VM and Host definitions 2019-11-07 16:21:39 +01:00
Paweł Bylica 85d22f08c1
Merge pull request #445 from ethereum/cpp
Tweaks to C++ API
2019-11-06 20:09:50 +01:00
Paweł Bylica d6e2c99515
cpp: Add VM::execute() overload with Host as parameter 2019-11-06 19:42:53 +01:00
Paweł Bylica 79aad8ae08
cpp: Return reference (not pointer) from Host::get_interface() 2019-11-06 19:42:53 +01:00
Paweł Bylica 95737d2721
cpp: Add default constructor for HostContext 2019-11-06 19:42:52 +01:00
Alex Beregszaszi 5d9e6ba90b
Merge pull request #446 from ethereum/readme
Update README with new implementers of EVMC
2019-11-06 18:42:17 +00:00
Alex Beregszaszi 08bcf43b54 Update README with new implementers of EVMC 2019-11-06 13:44:07 +00:00
Paweł Bylica 0c2a99fb4c
Merge pull request #302 from ethereum/cpp_execute_without_context
C++: Add execute() overloading without evmc_context parameter
2019-11-05 21:40:39 +01:00
Paweł Bylica b8dde4a142
cpp: Add execute() overloading without evmc_context parameter 2019-11-05 16:57:56 +01:00
Alex Beregszaszi dee9b57328
Merge pull request #350 from ethereum/rust-vm-fields
rust: make ExecutionContext optional in EvmcVm.execute()
2019-11-05 15:31:29 +00:00
Alex Beregszaszi d4e2ef190f rust: add precompiles capability to example-rust-vm 2019-11-05 14:49:42 +00:00