Commit Graph

549 Commits

Author SHA1 Message Date
Paweł Bylica 91065ca2ef
Tracing API 2018-07-25 18:22:07 +02:00
Paweł Bylica 2bece501b3
Merge pull request #45 from ethereum/create2
Support CREATE2 opcode in Constantinople
2018-07-25 18:21:22 +02:00
Andrei Maiboroda 279f7c8b04
Add CREATE2 salt to evmc_message 2018-07-25 18:03:40 +02:00
Andrei Maiboroda cac4f6f9d0
CREATE2 support in instructions lib 2018-07-25 12:13:46 +02:00
Andrei Maiboroda bc17468164
Support CREATE2 opcode in Constantinople 2018-07-24 16:58:57 +02:00
Paweł Bylica 426ff28d89
CMake: Build static libs with fPIC when needed 2018-07-16 12:29:02 +02:00
Alex Beregszaszi 97221d2db7
Merge pull request #42 from ethereum/extensions
Extensions
2018-07-13 15:52:41 +01:00
Paweł Bylica 31d296e1d7
docs: Expose documentation for instructions module 2018-07-13 16:28:15 +02:00
Paweł Bylica 687d0a38a8
Add helpers for invoking some of the VM instance methods 2018-07-13 16:28:15 +02:00
Paweł Bylica 2e2b7f0e81
loader: Add unit tests for load_and_create() 2018-07-13 16:28:15 +02:00
Paweł Bylica edb29b7267
loader: Add helper to load and create a VM instance 2018-07-13 16:28:15 +02:00
Paweł Bylica 4ae766069c
Merge pull request #40 from ethereum/loader
Add evmc::loader library to support dynamic loading
2018-07-10 13:26:22 +02:00
Paweł Bylica 6b0ab05d07
loader: Fix support for Windows paths 2018-07-10 13:07:07 +02:00
Paweł Bylica 18a96c8d04
vmtester: Use CLI11 instead of boost::program_options 2018-07-10 13:07:07 +02:00
Paweł Bylica 8331ca15de
vmtester: Use loader library 2018-07-10 13:07:07 +02:00
Paweł Bylica 721f2b3083
loader: Return function pointer instead of EVM instance 2018-07-10 13:04:48 +02:00
Paweł Bylica 4a929e248a
loader: Add documentation 2018-07-10 13:03:15 +02:00
Paweł Bylica 49e26b1ede
loader: Add Windows support 2018-07-10 13:02:42 +02:00
Paweł Bylica 02b52e2926
Add evmc::loader library to support dynamic loading 2018-07-10 12:57:29 +02:00
Alex Beregszaszi b3755f2a1d Update client links in README 2018-06-26 18:26:29 +02:00
Paweł Bylica 5ee6915250
Merge pull request #38 from ethereum/create-fn-search
"Create" function name search heuristic
2018-06-26 18:17:04 +02:00
Paweł Bylica 8dc2793f5f
Cable 0.2.3: Allow loading toolchain files from outside of cable dir 2018-06-26 16:36:27 +02:00
Paweł Bylica a3f06bbc36
Generate documentation for all public headers 2018-06-26 12:59:46 +02:00
Paweł Bylica 45fd294efb
Extend create function documentation 2018-06-26 12:59:46 +02:00
Paweł Bylica 977be63e74 vmtester: Add create function name search heuristic 2018-06-26 11:22:21 +02:00
Paweł Bylica 4ad5b52492
Cleanup examplevm 2018-06-26 10:41:02 +02:00
Paweł Bylica 2d00ff6f69
CMake: Move evmc-vmtester artifacts to parent dir 2018-06-26 10:41:01 +02:00
Paweł Bylica fda9851e96
CMake: Move examplevm artifacts to parent dir 2018-06-26 10:41:01 +02:00
Paweł Bylica 81ac4b62ab
Merge pull request #37 from ethereum/appveyor
Windows support and CI
2018-06-26 09:44:38 +02:00
Paweł Bylica 5372417ca6
Properly export symbols from DLLs 2018-06-25 18:48:03 +02:00
Paweł Bylica 7b8e411583
AppVeyor CI: Run more tests 2018-06-25 17:58:57 +02:00
Paweł Bylica 1902576903
Fix build for 32-bit architectures 2018-06-25 16:02:24 +02:00
Paweł Bylica 3c7ffaac82
CMake: Move Hunter config to its own file, cache Hunter on AppVeyor CI 2018-06-25 14:58:25 +02:00
Paweł Bylica aaab43e034 Add AppVeyor Config 2018-06-25 13:29:12 +02:00
Paweł Bylica cdd53518b6 Fix building with Visual Studio 2018-06-25 13:20:18 +02:00
Paweł Bylica 71428d061f
Merge pull request #35 from ethereum/cmake-install
CMake package config
2018-06-20 12:06:36 +02:00
Paweł Bylica 08d5883dda
CMake: Change instructions output name to evmc-instructions 2018-06-19 22:30:36 +02:00
Paweł Bylica 411073934a
Circle CI: Test CMake package config 2018-06-19 22:30:36 +02:00
Paweł Bylica 9af6c35b48
Add examples how to use CMake packages 2018-06-19 22:30:36 +02:00
Paweł Bylica 4e91af62d3
CMake: Export CMake package config 2018-06-19 11:47:04 +02:00
Paweł Bylica cb2288b49d
Merge pull request #14 from ethereum/clang-format-config
Add clang-format config
2018-06-16 12:36:00 +02:00
Paweł Bylica 8489aa49a0
Merge pull request #34 from ethereum/evm-instructions
EVM instructions part 2
2018-06-16 12:35:40 +02:00
Paweł Bylica 41b3501b5e
Add EVMC_LATEST_REVISON as an alias for latest EVM revision 2018-06-16 12:32:07 +02:00
Paweł Bylica cb9ebb7c82
Add names table for each EVM revision 2018-06-16 12:32:07 +02:00
Paweł Bylica 94bb5fbec9
Separate instruction names from metrics 2018-06-16 12:32:06 +02:00
Paweł Bylica 8a9ebd4966
Rename instructions.c to instruction_metrics.c 2018-06-16 12:32:06 +02:00
Paweł Bylica 2c83269f62
Set OP_EXP cost to HIGH 2018-06-16 12:32:06 +02:00
Paweł Bylica bfa5c5bf06
Add more tests for instruction tables 2018-06-16 12:32:06 +02:00
Paweł Bylica 6f1f961f85
Use name prefix for EVM opcode enum items 2018-06-16 12:32:06 +02:00
Paweł Bylica 37cc64f5dc
Merge pull request #33 from ethereum/evm-instructions
EVM instructions table
2018-06-11 15:28:37 +02:00