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
// VerifiedTransactionCache provides a cached store of recently verified transactions. The cache is desiged to have two separate "levels". On the
52
+
// VerifiedTransactionCache provides a cached store of recently verified transactions. The cache is designed to have two separate "levels". On the
53
53
// bottom tier, the cache would be using a cyclic buffer, where old transactions would end up overridden by new ones. In order to support transactions
54
54
// that goes into the transaction pool, we have a higher tier of pinned cache. Pinned transactions would not be cycled-away by new incoming transactions,
55
55
// and would only get eliminated by updates to the transaction pool, which would inform the cache of updates to the pinned items.
0 commit comments