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
Maybe call end_previous_txn() or mark_new_transaction().
The point is that we need some explicit way to reset some things that need to be reset in between transactions. Currently, that means making sure that the account & storage journal cannot be rolled back past the beginning of the transaction, and that the cache warmth tracking is reset to empty.
Maybe call
end_previous_txn()
ormark_new_transaction()
.The point is that we need some explicit way to reset some things that need to be reset in between transactions. Currently, that means making sure that the account & storage journal cannot be rolled back past the beginning of the transaction, and that the cache warmth tracking is reset to empty.
Originally posted by @carver in #1986 (comment)
The text was updated successfully, but these errors were encountered: