lambdaclass / era_vm

EraVM implementation
MIT License
20 stars 3 forks source link

Adapt zksync era testing #201

Closed juan518munoz closed 2 months ago

juan518munoz commented 2 months ago

This PR is aimed to give compatibility with the zksync-era testsuite, it needs to be merged alongside this other PR.

MarcosNicolau commented 2 months ago

We might have to account for pr #200 for the adaptation first, since it changes the ContractStorage and StateStroge for a single Storage trait.

juan518munoz commented 2 months ago

Yes, let's wait for that PR before we merge this one.