Commit Graph

381 Commits

Author SHA1 Message Date
Paweł Bylica 19c5c8b2d9
Merge pull request #54 from ethereum/version
Mark version 5.0.0-dev and add bumpversion config
2018-08-10 11:05:01 +02:00
Paweł Bylica 46ca02b529
Mark version 5.0.0-dev and add bumpversion config 2018-08-10 10:50:24 +02:00
Alex Beregszaszi ee4bcd9e32
Merge pull request #52 from ethereum/storage-status
Storage status
2018-08-09 11:14:02 +01:00
Paweł Bylica 380ff4f501
Extend the documentation of evmc_storage_status 2018-08-09 10:43:36 +02:00
Paweł Bylica e16f19e38d
examples: Rename evm_log() to emit_log() 2018-08-08 15:39:40 +02:00
Paweł Bylica 8cf24c7dd9
Extend set_storage() by reporting the storage status 2018-08-08 15:39:04 +02:00
Paweł Bylica 28d2fd54ba
Cable 0.2.9: Fix gitinfo when no git 2018-08-08 11:48:37 +02:00
Paweł Bylica 623ebc288e
Cable 0.2.8 2018-08-08 11:16:38 +02:00
Paweł Bylica 259d7ac174
buildinfo: Mark buildinfo.json as GENERATED file 2018-08-08 11:16:01 +02:00
Paweł Bylica e62eaa7ea5
Upgrade Cable to v0.2.7
Merge commit '90ad8e58f5f42b4077b65d92941dbe94e3b3ae4d' into cable
2018-08-07 16:31:07 +02:00
Paweł Bylica 90ad8e58f5 Squashed 'cmake/cable/' changes from 36b6cb6..a0c88f9
a0c88f9 Cable 0.2.7
94bf242 buildinfo: Export buildinfo.json file
c013495 gitinfo: Include branch name and origin URL

git-subtree-dir: cmake/cable
git-subtree-split: a0c88f96fb70bb897ac59335be1a173a1c3be8d8
2018-08-07 16:31:07 +02:00
Paweł Bylica 04318d3f44
buildinfo: Export buildinfo.json file 2018-08-07 16:24:24 +02:00
Paweł Bylica 98a683e05e
gitinfo: Include branch name and origin URL 2018-08-07 16:23:43 +02:00
Alex Beregszaszi 79eab88a5e
Merge pull request #51 from ethereum/utils
utils: Properly resolve EVMC_EXPORT on mingw
2018-08-01 16:09:44 +01:00
Paweł Bylica 5b45210241
utils: Properly resolve EVMC_EXPORT on mingw 2018-08-01 16:18:57 +02:00
Andrei Maiboroda 7559387c60
Merge pull request #49 from ethereum/extcodehash
Support for EXTCODEHASH
2018-07-31 15:22:45 +02:00
Andrei Maiboroda 14b585922b
EXTCODEHASH support in instructions lib 2018-07-31 14:49:36 +02:00
Andrei Maiboroda 2e25d34c11
Support for EXTCODEHASH 2018-07-31 14:42:13 +02:00
Paweł Bylica a4f7029371
Merge pull request #46 from ethereum/noexcept
Add EVMC_NOEXCEPT helper
2018-07-26 13:47:45 +02:00
Alex Beregszaszi 0d04650f9a
Merge pull request #48 from ethereum/upgrade-cable
Upgrade Cable
2018-07-26 10:41:16 +01:00
Paweł Bylica 73d241ed37
Upgrade Cable to v0.2.6
# Conflicts:
#	cmake/cable/bootstrap.cmake
2018-07-26 09:53:07 +02:00
Paweł Bylica fb4d6fa81c Squashed 'cmake/cable/' changes from caeabb3..36b6cb6
36b6cb6 Cable 0.2.6
f74ad95 buildinfo: Clean up output directory
6babdd4 buildinfo: Export some information for shell scripts
ceb5964 Cable 0.2.5: Extend buildinfo with project name
28805f8 Cable 0.2.4: Fix --coverage detection
268fdf7 CompilerSettings: Fix error message for unsupported --coverage
75766fd Git ignore CLion files
cbca43b Cable 0.2.3: Allow loading toolchain files from outside of cable dir

git-subtree-dir: cmake/cable
git-subtree-split: 36b6cb6929d1f309700f7eaf7ae02e8c6910bd76
2018-07-26 09:51:52 +02:00
Alex Beregszaszi 0443370d29 Add EVMC_NOEXCEPT helper 2018-07-25 21:13:36 +01:00
Alex Beregszaszi 332d03570c
Merge pull request #32 from ethereum/tracing
Tracing API
2018-07-25 18:00:35 +01:00
Paweł Bylica a3cb335bab
Bump ABI version to 3
The tracing API has been added.
2018-07-25 18:25:28 +02:00
Paweł Bylica 9bda457ddd
tracing: Fix test compilation with VS 2015 2018-07-25 18:22:09 +02:00
Paweł Bylica e93da0e86e
tracing: Clarify documentation of "changed memory" 2018-07-25 18:22:09 +02:00
Paweł Bylica 17d95f2b8f
tracing: Remove "steps" parameter 2018-07-25 18:22:09 +02:00
Paweł Bylica 59dc54ef5d
Improve documentation for EVM tracing 2018-07-25 18:22:08 +02:00
Paweł Bylica 9e31e93fec
Make tracing feature optional 2018-07-25 18:22:08 +02:00
Paweł Bylica d2ac75f6a8
Do not allow set_tracer function to be null 2018-07-25 18:22:08 +02:00
Paweł Bylica 2c7ad06072
CMake: Move evmc-vmtester binary to test/ 2018-07-25 18:22:07 +02:00
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