2018-08-20 10:55:40 +00:00
|
|
|
# Changelog
|
|
|
|
|
2019-03-11 22:50:46 +00:00
|
|
|
## [6.2.0] - Unreleased
|
|
|
|
|
2019-03-15 11:10:16 +00:00
|
|
|
- Added: [[#217](https://github.com/ethereum/evmc/pull/217)]
|
|
|
|
The `evmc::host` C++ wrapper for EVMC host context and interface
|
|
|
|
to be used by VM implementations.
|
2019-03-11 22:50:46 +00:00
|
|
|
- Deprecated: [[#196](https://github.com/ethereum/evmc/pull/196)]
|
|
|
|
The `EVMC_CONSTANTINOPLE2` revision name is deprecated, replaced with `EVMC_PETERSBURG`.
|
|
|
|
|
2019-02-13 11:02:07 +00:00
|
|
|
## [6.1.1] - 2019-02-13
|
2019-02-04 11:22:16 +00:00
|
|
|
|
2019-02-13 10:38:31 +00:00
|
|
|
- Added: [[#192](https://github.com/ethereum/evmc/pull/192)]
|
|
|
|
Documentation of elements of evmc_revision.
|
2019-02-04 11:22:16 +00:00
|
|
|
- Fixed: [[#190](https://github.com/ethereum/evmc/pull/190)]
|
|
|
|
Compilation with GCC 5 because of the "deprecated" attribute applied
|
|
|
|
to an enum element.
|
|
|
|
|
2019-01-21 14:20:28 +00:00
|
|
|
## [6.1.0] - 2019-01-24
|
2018-10-24 21:23:15 +00:00
|
|
|
|
2019-01-21 13:41:59 +00:00
|
|
|
- Added: [[#174](https://github.com/ethereum/evmc/pull/174)]
|
|
|
|
The **Istanbul** EVM revision.
|
|
|
|
- Added: [[#182](https://github.com/ethereum/evmc/pull/182)]
|
|
|
|
The `is_zero()` C++ helper for basic data types.
|
2019-01-21 15:24:11 +00:00
|
|
|
- Added: [[#186](https://github.com/ethereum/evmc/pull/186)]
|
|
|
|
Reserved the post-Constantinople EVM revision number.
|
2019-01-24 13:06:48 +00:00
|
|
|
- Added: [[#187](https://github.com/ethereum/evmc/pull/187)]
|
|
|
|
C++ wrappers for VM and execution result objects.
|
2019-01-21 10:27:09 +00:00
|
|
|
- Deprecated: [[#184](https://github.com/ethereum/evmc/pull/184)]
|
|
|
|
The `EVMC_LATEST_REVISION` is deprecated, replaced with `EVMC_MAX_REVISION`.
|
|
|
|
|
2019-01-16 09:38:54 +00:00
|
|
|
## [6.0.2] - 2019-01-16
|
2019-01-15 14:05:59 +00:00
|
|
|
|
|
|
|
- Fixed: [[#179](https://github.com/ethereum/evmc/pull/179)]
|
|
|
|
Add missing salt argument for CREATE2 in Host in Go bindings.
|
|
|
|
|
2018-11-10 22:52:31 +00:00
|
|
|
## [6.0.1] - 2018-11-10
|
2018-11-10 22:09:27 +00:00
|
|
|
|
|
|
|
- Fixed: [[#169](https://github.com/ethereum/evmc/pull/169)]
|
|
|
|
Integration of EVMC as a CMake subproject is easier because
|
|
|
|
Hunter is not loaded unless building tests (`EVMC_TESTING=ON`) is requested.
|
|
|
|
|
2018-10-24 21:20:07 +00:00
|
|
|
## [6.0.0] - 2018-10-24
|
2018-08-28 21:16:30 +00:00
|
|
|
|
2018-10-22 12:39:17 +00:00
|
|
|
- Added: [[#116](https://github.com/ethereum/evmc/pull/116)]
|
|
|
|
[EVMC Host implementation example](https://github.com/ethereum/evmc/blob/master/examples/example_host.cpp).
|
|
|
|
- Added: [[#127](https://github.com/ethereum/evmc/pull/127)]
|
|
|
|
Support for Constantinople SSTORE net gas metering.
|
|
|
|
- Added: [[#133](https://github.com/ethereum/evmc/pull/133)]
|
|
|
|
Support for Constantinople CREATE2 salt in Go bindings.
|
|
|
|
- Added: [[#144](https://github.com/ethereum/evmc/pull/144)]
|
2018-10-23 16:52:34 +00:00
|
|
|
A VM can now report its **capabilities** (i.e. EVM and/or ewasm).
|
2018-10-22 12:39:17 +00:00
|
|
|
- Added: [[#159](https://github.com/ethereum/evmc/pull/159)]
|
|
|
|
[EVMC Host implementation guide](https://ethereum.github.io/evmc/hostguide.html).
|
|
|
|
- Added: [[#160](https://github.com/ethereum/evmc/pull/160)]
|
|
|
|
[EVMC VM implementation guide](https://ethereum.github.io/evmc/vmguide.html).
|
|
|
|
- Changed: [[#119](https://github.com/ethereum/evmc/pull/119)]
|
2018-08-30 21:05:04 +00:00
|
|
|
EVMC loader symbol searching has been generalized.
|
2018-10-22 12:39:17 +00:00
|
|
|
- Changed: [[#125](https://github.com/ethereum/evmc/pull/125)]
|
|
|
|
The `evmc_context_fn_table` renamed to `evmc_host_interface`.
|
|
|
|
- Changed: [[#128](https://github.com/ethereum/evmc/pull/128)]
|
|
|
|
The `evmc_message` fields reordered.
|
|
|
|
- Changed: [[#136](https://github.com/ethereum/evmc/pull/136)]
|
|
|
|
The `evmc_set_option()` now returns more information about the failure cause.
|
|
|
|
- Changed: [[#138](https://github.com/ethereum/evmc/pull/138)], [[#140](https://github.com/ethereum/evmc/pull/140)]
|
|
|
|
In C the `bool` type is used instead of `int` for true/false flags.
|
|
|
|
- Changed: [[#152](https://github.com/ethereum/evmc/pull/152)]
|
|
|
|
Introduction of the `evmc_bytes32` type.
|
|
|
|
- Changed: [[#154](https://github.com/ethereum/evmc/pull/154)]
|
|
|
|
Simplification of signatures of Host methods.
|
2018-08-30 21:05:04 +00:00
|
|
|
|
2018-08-28 21:11:56 +00:00
|
|
|
## [5.2.0] - 2018-08-28
|
2018-08-23 16:53:54 +00:00
|
|
|
|
2018-08-27 19:02:26 +00:00
|
|
|
- Feature: [[#81](https://github.com/ethereum/evmc/pull/81)]
|
|
|
|
Use also "evmc_create" function name for loading EVMC DLLs.
|
2018-08-28 09:43:52 +00:00
|
|
|
- Fix: [[#92](https://github.com/ethereum/evmc/pull/92)]
|
|
|
|
The evmc.h header compatibility with C++98 fixed.
|
2018-08-28 20:25:18 +00:00
|
|
|
- Fix: [[#93](https://github.com/ethereum/evmc/pull/93)], [[#103](https://github.com/ethereum/evmc/pull/103)]
|
|
|
|
Compilation and build configuration fixes.
|
|
|
|
- Improved: [[#97](https://github.com/ethereum/evmc/pull/97)], [[#107](https://github.com/ethereum/evmc/pull/107)]
|
|
|
|
Documentation improvements, including documentation for the VM Tester.
|
2018-08-27 19:02:26 +00:00
|
|
|
|
2018-08-23 16:48:50 +00:00
|
|
|
## [5.1.0] - 2018-08-23
|
2018-08-20 10:55:40 +00:00
|
|
|
|
|
|
|
- Feature: [[#41](https://github.com/ethereum/evmc/pull/41)]
|
|
|
|
Go language bindings for EVMC.
|
|
|
|
- Feature: [[#56](https://github.com/ethereum/evmc/pull/56), [#62](https://github.com/ethereum/evmc/pull/62)]
|
|
|
|
New error codes.
|
|
|
|
- Feature: [[#67](https://github.com/ethereum/evmc/pull/67), [#68](https://github.com/ethereum/evmc/pull/68), [#70](https://github.com/ethereum/evmc/pull/70)]
|
|
|
|
More helper functions.
|
|
|
|
- Fix: [[#72](https://github.com/ethereum/evmc/pull/72)]
|
|
|
|
Go bindings: Properly handle unknown error codes.
|
|
|
|
- Improved: [[#58](https://github.com/ethereum/evmc/pull/58)]
|
|
|
|
Documentation has been extended.
|
|
|
|
- Improved: [[#59](https://github.com/ethereum/evmc/pull/59)]
|
|
|
|
Optional Result Storage helper module has been separated.
|
2018-08-21 07:55:38 +00:00
|
|
|
- Improved: [[#75](https://github.com/ethereum/evmc/pull/75)]
|
|
|
|
Cable upgraded to 0.2.11.
|
2018-08-22 11:59:37 +00:00
|
|
|
- Improved: [[#77](https://github.com/ethereum/evmc/pull/77)]
|
|
|
|
The license changed from MIT to Apache 2.0.
|
2018-08-20 10:55:40 +00:00
|
|
|
|
|
|
|
## [5.0.0] - 2018-08-10
|
|
|
|
|
|
|
|
- Feature: [[#23](https://github.com/ethereum/evmc/pull/23), [#24](https://github.com/ethereum/evmc/pull/24)]
|
|
|
|
List of status codes extended and reordered.
|
|
|
|
- Feature: [[#32](https://github.com/ethereum/evmc/pull/32)]
|
|
|
|
VM Tracing API.
|
|
|
|
- Feature: [[#33](https://github.com/ethereum/evmc/pull/33), [#34](https://github.com/ethereum/evmc/pull/34)]
|
|
|
|
The support library with metrics tables for EVM1 instructions.
|
|
|
|
- Feature: [[#35](https://github.com/ethereum/evmc/pull/35)]
|
|
|
|
Ability to create EVMC CMake package.
|
|
|
|
- Feature: [[#40](https://github.com/ethereum/evmc/pull/40)]
|
|
|
|
The loader support library for VM dynamic loading.
|
|
|
|
- Feature: [[#45](https://github.com/ethereum/evmc/pull/45)]
|
|
|
|
Constantinople: Support for `CREATE2` instruction.
|
|
|
|
- Feature: [[#49](https://github.com/ethereum/evmc/pull/49)]
|
|
|
|
Constantinople: Support for `EXTCODEHASH` instruction.
|
|
|
|
- Feature: [[#52](https://github.com/ethereum/evmc/pull/52)]
|
|
|
|
Constantinople: Storage status is reported back from `evmc_set_storage()`.
|
|
|
|
|
|
|
|
|
2019-03-11 22:50:46 +00:00
|
|
|
[6.2.0]: https://github.com/ethereum/evmc/compare/v6.1.1...master
|
2019-02-13 11:02:07 +00:00
|
|
|
[6.1.1]: https://github.com/ethereum/evmc/releases/tag/v6.1.1
|
2019-01-21 14:20:28 +00:00
|
|
|
[6.1.0]: https://github.com/ethereum/evmc/releases/tag/v6.1.0
|
2019-01-16 09:38:54 +00:00
|
|
|
[6.0.2]: https://github.com/ethereum/evmc/releases/tag/v6.0.2
|
2018-11-10 22:52:31 +00:00
|
|
|
[6.0.1]: https://github.com/ethereum/evmc/releases/tag/v6.0.1
|
2018-10-24 21:20:07 +00:00
|
|
|
[6.0.0]: https://github.com/ethereum/evmc/releases/tag/v6.0.0
|
2018-08-28 21:11:56 +00:00
|
|
|
[5.2.0]: https://github.com/ethereum/evmc/releases/tag/v5.2.0
|
2018-08-23 16:48:50 +00:00
|
|
|
[5.1.0]: https://github.com/ethereum/evmc/releases/tag/v5.1.0
|
2018-08-20 10:55:40 +00:00
|
|
|
[5.0.0]: https://github.com/ethereum/evmc/releases/tag/v5.0.0
|