794 Commits

Author SHA1 Message Date
Paweł Bylica
b4a04e8ec4
Merge pull request #267 from ethereum/precompiles-capacity
Add experimental PRECOMPILES capability
2019-05-09 16:28:04 +02:00
Paweł Bylica
2e9bd6ffc5
examples: Add "Precompiles VM" example 2019-05-09 16:04:06 +02:00
Paweł Bylica
018ff5b2f0
Add experimental PRECOMPILES capability 2019-05-09 16:04:05 +02:00
Paweł Bylica
5946e115b3
Merge pull request #276 from ethereum/vmtester-create-address
docs: Clarify validity of result::create_address
2019-05-09 14:21:46 +02:00
Paweł Bylica
3779b533a1
vmtester: Change tests for result::create_address 2019-05-09 13:20:56 +02:00
Paweł Bylica
494b69668b
docs: Clarify validity of result::create_address 2019-05-09 13:17:38 +02:00
Alex Beregszaszi
912d8758b6
Merge pull request #271 from ethereum/docs-version
docs: add ABI version to the documentation
2019-05-09 11:24:07 +01:00
Alex Beregszaszi
6f5c6173a6 docs: add ABI version to the documentation 2019-05-09 11:16:09 +01:00
Alex Beregszaszi
399e6f36af
Merge pull request #272 from ethereum/capabilities
Highlight that destroy/execute/get_capabilities is mandatory
2019-05-09 10:49:46 +01:00
Alex Beregszaszi
09f8a02b28
Highlight that destroy/execute/get_capabilities is mandatory 2019-05-09 09:59:38 +02:00
Alex Beregszaszi
cbe32579b3
docs: document name/version/get_capabilities in VM guide 2019-05-09 09:59:38 +02:00
Alex Beregszaszi
3173a07510
vmtester: move capabilities test earlier 2019-05-09 09:59:37 +02:00
Paweł Bylica
2df4f0baaf
Merge pull request #273 from ethereum/compilation-test
test: Include helpers.h in compilation tests
2019-05-09 09:57:51 +02:00
Alex Beregszaszi
d5fc3c2724
test: Include helpers.h in compilation tests 2019-05-09 09:11:27 +02:00
Paweł Bylica
1e55ffeb36
Merge pull request #270 from ethereum/cleanups
Cleanups
2019-05-08 15:32:13 +02:00
Paweł Bylica
644fd9cce1
examples: Simplify passing PROJECT_VERSION 2019-05-08 14:57:10 +02:00
Paweł Bylica
3854d01047
Reformat comments for EVMC capabilities 2019-05-08 14:57:09 +02:00
Paweł Bylica
08d31adc85
Merge pull request #263 from ethereum/msvc-cxx17
ci: Test C++17 mode in MSVC
2019-05-06 13:01:55 +02:00
Paweł Bylica
9d2ea51ebc
Update CHANGELOG 2019-05-06 12:33:05 +02:00
Paweł Bylica
d0a92e6202
vmtester: Workaround MSVC C++17 compilation issue 2019-05-06 12:33:04 +02:00
Paweł Bylica
7baca6bf4d
ci: Test C++17 mode in MSVC 2019-05-06 12:33:04 +02:00
Paweł Bylica
d4188590a8
Merge pull request #264 from ethereum/hunter
Upgrade Hunter
2019-05-06 12:32:44 +02:00
Paweł Bylica
1e24be5c21
cmake: Upgrade Hunter to 0.23.165 2019-05-06 12:04:37 +02:00
Paweł Bylica
946d588d35
cmake: Move Hunter init script 2019-05-06 11:23:12 +02:00
Paweł Bylica
cf1311a670
EVMC 6.3.0-dev
Bump version: 6.2.1 → 6.3.0-dev
2019-05-06 10:22:28 +02:00
Alex Beregszaszi
0eb8466c77
Merge pull request #254 from ethereum/rust-context
Rust: Implement ExecutionContext
2019-05-03 21:19:12 +01:00
Jake Lang
8d9d206ad0 rust: Implement ExecutionContext (host interface) 2019-05-03 21:06:29 +01:00
Paweł Bylica
bc30e5a42f
EVMC 6.2.1
Bump version: 6.2.0 → 6.2.1
v6.2.1
2019-04-29 18:05:30 +02:00
Paweł Bylica
8e4b8fabfc
Update bumpversion config 2019-04-29 18:04:34 +02:00
Paweł Bylica
2dc8eeb77c
Merge pull request #257 from ethereum/cpp-host-call
cpp: Fix Host::call()
2019-04-29 16:38:42 +02:00
Paweł Bylica
7bc0a916c9
changelog: Add entry about Host::call() / result fix 2019-04-29 15:47:56 +02:00
Paweł Bylica
cd3a56ee29
ci: Test with ASan 2019-04-29 15:47:56 +02:00
Paweł Bylica
1e53ea1f86
cpp: Disallow implicit conversion result -> evmc_result
This was breaking RAII of evmc::result
2019-04-29 15:47:56 +02:00
Paweł Bylica
489d832a5c
cpp: Extend Host::call() unit test to show double free bug 2019-04-29 15:47:55 +02:00
Paweł Bylica
6987a50596
EVMC 6.2.0
Bump version: 6.2.0-dev → 6.2.0
v6.2.0
2019-04-25 08:56:20 +02:00
Paweł Bylica
15048cab49
Merge pull request #248 from ethereum/docs-cpp
docs: Include documentation for C++ API
2019-04-25 08:36:20 +02:00
Paweł Bylica
bc7f9ea1ef
CHANGELOG: Update entries about EVMC C++ API 2019-04-25 07:49:31 +02:00
Paweł Bylica
1f9528cd7d
README: Update information about C++ API 2019-04-25 07:47:18 +02:00
Paweł Bylica
1ac357d13a
docs: Mention EVMC C++ on the front page 2019-04-25 07:47:18 +02:00
Paweł Bylica
33dce76f53
docs: Document files, enable files list 2019-04-25 07:47:18 +02:00
Paweł Bylica
c2369f9d91
docs: Include documentation for C++ API 2019-04-25 07:47:17 +02:00
Paweł Bylica
9a1141ef51
Merge pull request #253 from ethereum/changelog
Update CHANGELOG
2019-04-25 07:46:26 +02:00
Paweł Bylica
714c61bb36
changelog: Add missing entries 2019-04-25 07:38:47 +02:00
Paweł Bylica
f47328971f
changelog: Group entries by type 2019-04-25 07:38:47 +02:00
Alex Beregszaszi
457115975e
Merge pull request #237 from ethereum/rust-cleanup
rust: remove code duplication in ExecutionResult
2019-04-24 18:55:40 +01:00
Alex Beregszaszi
ee8a854444 rust: remove code duplication in ExecutionResult 2019-04-24 18:50:27 +01:00
Paweł Bylica
f064cf690e
Merge pull request #251 from ethereum/upgrade-cable
Upgrade Cable to 0.2.17
2019-04-24 19:40:09 +02:00
Paweł Bylica
cb11b4fc69
Upgrade Cable to 0.2.17 2019-04-24 19:34:10 +02:00
Paweł Bylica
e3eae5e49f
Merge pull request #246 from ethereum/copyright-year
Update copyright year, include the years of files creation
2019-04-24 19:33:06 +02:00
Paweł Bylica
83e26147e1 Squashed 'cmake/cable/' changes from 1bcca8c..eb2188b
eb2188b Cable 0.2.17
0db8383 buildinfo: Add option to install/export the building library

git-subtree-dir: cmake/cable
git-subtree-split: eb2188b4c2a5580bc41e546ca61238222cd1fd4f
2019-04-24 18:53:31 +02:00