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
// TODO: potentially update - we might be bringing back a functor here, because we acquire a lock as explained in slack thread https://flow-foundation.slack.com/archives/C071612SJJE/p1754600182033289?thread_ts=1752912083.194619&cid=C071612SJJE
46
-
// Calling `BatchStore` should return the output of the wrapped low-level storage, which is a deferred database
47
-
// update. Conceptually, it is possible that `ProtocolKVStore` wraps the deferred database operation in faulty
48
-
// code, such that it cannot be executed. Therefore, we execute the top-level deferred database update below
49
-
// and verify that the deferred database operation returned by the lower-level is actually reached.
0 commit comments