Fantom-foundation / Aida

Aida is a block-processing testing infrastructure for EVM-compatible chains.
GNU Lesser General Public License v3.0
4 stars 12 forks source link

Re-enable equality check #1121

Open wsodsong opened 2 months ago

wsodsong commented 2 months ago

Equality check validates whether every element in storage A is in B and vice versa to ensure that storage A and B are identical. This change was feasible using substate as substate tracks every changes to an account.

This feature should be re-enable once testing StateDB has a feature for iterating its state or produce a root hash.