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
Currently, we cache getTransactionCount("latest") with ttl 500ms, however we may still return an old value that is not relevant, if e.g we cache the getTransactionCount("latest") for 500ms but after 300ms a new block is mined, the value needs to be updated, but we will still return the older value.
Motivation
Avoid returning an old value on request to eth_getTransctionCount with latest tag