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
feat(levm): also check cache when querying if account exists (#2489)
**Motivation**
Fixes 14 state ef-tests that rely on newly created accounts being
treated as existing.
**Description**
Instead of checking directly on the database, the cache is also queried
when determining whether an account exists.
0 commit comments