Upgrade to EVMC 8.0.0

This commit is contained in:
Alex Beregszaszi
2021-05-12 16:49:04 +02:00
committed by Daniel Kirchner
parent 98e2b4e5ed
commit 5bfd26287c
5 changed files with 153 additions and 7 deletions
+2
View File
@@ -148,6 +148,8 @@ void EVMHost::reset()
recorded_selfdestructs.clear();
// Clear call records
recorded_calls.clear();
// Clear EIP-2929 account access indicator
recorded_account_accesses.clear();
// Mark all precompiled contracts as existing. Existing here means to have a balance (as per EIP-161).
// NOTE: keep this in sync with `EVMHost::call` below.