Skip to content

Commit

Permalink
Merge pull request #411 from ethereum/deprecated-ver
Browse files Browse the repository at this point in the history
Remove deprecated evmc_revisions
  • Loading branch information
axic authored Aug 22, 2019
2 parents bb45c2b + cddb80d commit 7ecb310
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning].

- Previously deprecated `helpers.hpp` header file has been removed.
[[#410](https://github.com/ethereum/evmc/pull/410)]
- Previously deprecated `EVMC_CONSTANTINOPLE2` and `EVMC_LATEST_REVISION` revisions have been removed.
[[#411](https://github.com/ethereum/evmc/pull/411)]

## [6.3.1] - 2019-08-19

Expand Down
17 changes: 1 addition & 16 deletions include/evmc/evmc.h
Original file line number Diff line number Diff line change
Expand Up @@ -783,22 +783,7 @@ enum evmc_revision
EVMC_BERLIN = 8,

/** The maximum EVM revision supported. */
EVMC_MAX_REVISION = EVMC_BERLIN,


/**
* Reserved for the post-Constantinople upgrade.
*
* @deprecated Replaced with ::EVMC_PETERSBURG.
*/
EVMC_CONSTANTINOPLE2 EVMC_DEPRECATED = EVMC_PETERSBURG,

/**
* The latests EVM revision supported.
*
* @deprecated Replaced with ::EVMC_MAX_REVISION.
*/
EVMC_LATEST_REVISION EVMC_DEPRECATED = EVMC_MAX_REVISION
EVMC_MAX_REVISION = EVMC_BERLIN
};


Expand Down

0 comments on commit 7ecb310

Please sign in to comment.