mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Upgrade to EVMC 8.0.0
This commit is contained in:
committed by
Daniel Kirchner
parent
98e2b4e5ed
commit
5bfd26287c
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user