Closed pdobacz closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.84%. Comparing base (
ad04d4e
) to head (68da00b
). Report is 1 commits behind head on master.
@chfast Hey I think I figured out that it is ok to add accessLists and currentRandom like that (see the recent commit). Both were reported missing by EELS team, PTAL
I was wrong when I said that the format inconsistency had a test which we can make pass by amending the exported format - there were no exclusions which my fix would fix. So to have some testing mechanism of correctness, we can maybe add an assertion in
statetest_loader
like this? I don't want to overdo it and this seems safe to do.I guess we can also leave it without the assertion.
I don't know yet about the other format inconsistencies found, so I might add more commits here