mirror of https://github.com/status-im/evmc.git
changelog: Add entry about Rust
This commit is contained in:
parent
519196c1aa
commit
0d8e76a365
|
@ -7,6 +7,9 @@
|
||||||
to be used by VM implementations.
|
to be used by VM implementations.
|
||||||
- Deprecated: [[#196](https://github.com/ethereum/evmc/pull/196)]
|
- Deprecated: [[#196](https://github.com/ethereum/evmc/pull/196)]
|
||||||
The `EVMC_CONSTANTINOPLE2` revision name is deprecated, replaced with `EVMC_PETERSBURG`.
|
The `EVMC_CONSTANTINOPLE2` revision name is deprecated, replaced with `EVMC_PETERSBURG`.
|
||||||
|
- Added: [[#201](https://github.com/ethereum/evmc/pull/201), [#202](https://github.com/ethereum/evmc/pull/202), [#233](https://github.com/ethereum/evmc/pull/233)]
|
||||||
|
Initial and rough bindings for Rust. It is possible to implement an
|
||||||
|
EVMC VM in Rust utilising some helpers.
|
||||||
|
|
||||||
## [6.1.1] - 2019-02-13
|
## [6.1.1] - 2019-02-13
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue