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
// `CachedState` already has a [move_classes_to_global_cache](https://docs.rs/blockifier/0.3.0-rc0/blockifier/state/cached_state/struct.CachedState.html#method.move_classes_to_global_cache)
41
41
// method that we might want to use instead, but relying on it would make this cache much
42
42
// less self-contained as these calls would have to be made in various places.
43
43
// One of the reasons for this is that we can't wrap the `CachedReader` in another layer of
44
44
// the `State` trait as `blockifier` explicitly requires a `CachedReader` in the signature
0 commit comments