You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem was that we were only checking the DB if the signer address existed. BUT, we only update the Cache during authority tuple processing. So, in order to check if the account existed, we need to check both the db AND the cache.
We are having some mismatches when running the ef-tests.
If we run:
Only running the test that fails with
12500
:we get a mismatch of
12500
for the first failed test. It may be related to how we handle the refunded gas if the account is present in the trieThe text was updated successfully, but these errors were encountered: