2018-08-20 10:55:40 +00:00
|
|
|
# Changelog
|
|
|
|
|
2018-08-28 21:16:30 +00:00
|
|
|
## [6.0.0-dev] - unreleased
|
|
|
|
|
2018-08-30 21:05:04 +00:00
|
|
|
- Improved: [[#119](https://github.com/ethereum/evmc/pull/119)]
|
|
|
|
EVMC loader symbol searching has been generalized.
|
|
|
|
|
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()`.
|
|
|
|
|
|
|
|
|
2018-08-28 21:16:30 +00:00
|
|
|
[6.0.0-dev]: https://github.com/ethereum/evmc/compare/v5.2.0...HEAD
|
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
|