solidity/test/evmc/README.md

6 lines
264 B
Markdown
Raw Permalink Normal View History

# EVMC
2023-04-23 13:50:16 +00:00
This is an import of [EVMC](https://github.com/ethereum/evmc) version [10.1.0](https://github.com/ethereum/evmc/releases/tag/v10.1.0).
2023-04-23 13:50:16 +00:00
Important: The `MockedAccount.storage` is changed to a `map` from `unordered_map` as ordering is important for fuzzing.