Files
solidity/test/evmc
Alex Beregszaszi f1aaae36ee Upgrade to EVMC 7.5.0
One important change: MockedAccount.storage is a map and not unordered_map
2021-04-21 21:05:40 +01:00
..
2021-04-21 21:05:40 +01:00
2021-04-21 21:05:40 +01:00
2019-11-18 23:22:21 +01:00
2021-04-21 21:05:40 +01:00
2021-04-21 21:05:40 +01:00
2021-04-21 21:05:40 +01:00
2021-04-21 21:05:40 +01:00
2021-04-21 21:05:40 +01:00

EVMC

This is an import of EVMC version 7.5.0.

Important: The MockedAccount.storage is changed to a map from unordered_map as ordering is important for fuzzing.