solidity/test/evmc/README.md

6 lines
260 B
Markdown
Raw Normal View History

# EVMC
2022-09-16 10:32:12 +00:00
This is an import of [EVMC](https://github.com/ethereum/evmc) version [10.0.0](https://github.com/ethereum/evmc/releases/tag/v10.0.0).
Important: The `MockedAccount.storage` is changed to a map from unordered_map as ordering is important for fuzzing.